The main goal is to create a new game based on existing content for Space Station 14, with a focus on unique lore and RolePlay expirience.
Steam | Steam (SSMV Launcher) | Non-Steam (SSMV Launcher) | Flathub | Base(Upstream) repository | Discord server
To add large changes to the game it is recommended to create a Pull Request. For small changes, make regular commit in slave branch.
Follow Space Wizards guide on setting up a working environment, but keep in mind that the repository is different and some things may also be different. EE make some scripts shown below to make work easier.
- Git
- .NET SDK 9.0.101
- Clone this repository
- Run
git submodule update --init --recursive
at the command line to download the game engine- Run
Tools/bat/buildAllDebug.bat
after any changes to the project code- Run
Tools/bat/runQuickAll.bat
to start the client and server- Connect to the local server and play
- Clone this repository.
- Run
git submodule update --init --recursive
at the command line to download the game engine- Run
Tools/sh/buildAllDebug.sh
after any changes to the project code- Run
Tools/sh/runQuickAll.sh
to start the client and server- Connect to the local server and play
Same as on Linux. Otherwise try use
dotnet build
to build the project.
👉 LEGAL.md