EvolutionRTS mutator for Chobby
- Download using one of the links above and start the application.
- Start the application once using the "Stable" or "Test" version and launch the lobby. This will download the engine and other dependencies.
- Open the install folder (there's a button for that in the launcher), and clone this repository inside the
games
folder,git clone https://github.com/EvolutionRTS/EvoRTS-Chobby.git EvoRTS-Chobby.sdd
- Choose the "Dev Lobby" config which will run the lobby version on your PC. You can now develop and test any EvoRTS specific lobby functionality.
- If you want to develop Chobby itself, clone it in the
games
folder similar to step 3:git clone https://github.com/Spring-Chobby/Chobby.git Chobby.sdd
. You must also change thedepend
table inEvoRTS-Chobby.sdd/modinfo.lua
to useChobby $VERSION
instead ofrapid://chobby:test
.