Tides of Revival development is currently limited to Windows. You need the following software. (or equivalent)
- https://www.python.org/downloads/
- During installation, make sure to tick "Add to path" on the first screen.
- https://tortoisesvn.net/downloads.html
- Needed for content.
- https://code.visualstudio.com/download
- After installation, and github cloning (see below), install all recommended workspace extensions.
- https://visualstudio.microsoft.com/vs/community/
- Seems like it's needed for the C++ VS Code extension for debugging.
- Clone
https://github.com/Srekel/tides-of-revival.git
- Clone
(ask Anders for details)
- Put it inside the tides-of-revival repo, so that
content
is parallel toREADME.md
.
- Clone
(ask Anders for details)
- Put it parallel to the the tides-of-revival repo.
- Run
full_pull -f
- At the step where
zig
is downloaded, make sure to extract the zip into where you have zig on your path. - This will first sync all of the project's repos and dependencies, then build the game world.
- Wait, it will take a while.
- You should be able to debug it from within VS Code.