New Run script
-
With the resent release of the private server the run script has gotten much cleaner. Currently
#!/bin/bash
cd /home/steam/steamcmd/
./steamcmd.sh +force_install_dir /home/steam/screeps +login coteyr +app_update 464350 validate +exit
cd /home/steam/screeps/server
rm logs/* -Rf
node modules/launcher/bin/screeps.js startI don't know how to do the fancy code block on zendesk.
-
Technically don't even need steamcmd anymore
#!/bin/bash
npm install -g screeps
mkdir /srv/screeps
cd /src/screeps
screeps init
screeps start
-
Yeah but it matches the way I run other game servers. Why disrupt that?