Open source engine implementation of Stronghold by Firefly Studios. This project is currently in an early stage of development. Once completed, it should be able to replace all editions of classic Stronghold, including the HD remaster.
After cloning the repository, make sure to run git submodule init and git submodule update to fetch cxxopts.
Run cmake in the build directory.
Sourcehold depends on the following libraries:
- SDL2
- OpenAL
- FFmpeg
- Boost
Copy the following files into the data folder:
data
├── binks/
├── fx/
├── gfx/
├── gfx8/
├── gm/
├── maps/
├── stronghold.mlb
├── delete.ani
├── hand.ani
├── jester.ani
└── sword.ani
