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
contentis parallel toREADME.md.
- Clone
(ask Anders for details) - Put it parallel to the the tides-of-revival repo.
- Run
sync_external.py - This will first sync all of the project's repos and dependencies.
- Start Code from the root folder. It should open a workspace.
- Build "build_simulator_release"
- Run "Simulator_Release"
- Maybe: After it starts, close it down, and then start it back up again.
- Wait, it will take a while. Like, half an hour or so depending on your computer.
- When it's done, go to the tools/binaries folder and start AssetCooker.
- Wait.
- Go back to Code. Run "Tides of Revival".
- You should be able to debug it from within VS Code.