github kus/cs2-modded-server v1.0.36
CS2 Modded Server v1.0.36

latest releases: v1.0.41, v1.0.40, v1.0.39...
one month ago

What's Changed

  • cfg/secrets.cfg has been deleted in favour of using command line parameters
  • Windows: Update win.ini environment variables to match Linux for consistency (see environment variables)
  • Windows: Added sv_setsteamaccount, sv_lan, sv_password, rcon_password and boot config to make setup easier (see environment variables)
  • Windows: Added update.bat which pulls latest git changes then runs win.bat (if the repo was initially cloned with git clone https://github.com/kus/cs2-modded-server.git)
  • Linux: Added sv_lan and boot config to make setup easier (see environment variables)
  • Updated AnnouncementBroadcaster to 0.3.1
  • Added 3 second delay to player welcome messages

Windows Users

There are big changes to win.ini and win.bat backup your settings in win.ini pull the new update then copy you settings across.

Linux Users

There are two new environment variables introduced (LAN and EXEC) and sv_setsteamaccount is now set using command line parameters, if your bash scripts don't update you can manually update them by running this in the root directory:

cd /
curl -s -H "Cache-Control: no-cache" -o "install.sh" "https://raw.githubusercontent.com/kus/cs2-modded-server/master/install.sh" && chmod +x install.sh
curl -s -H "Cache-Control: no-cache" -o "gcp.sh" "https://raw.githubusercontent.com/kus/cs2-modded-server/master/gcp.sh" && chmod +x gcp.sh
curl -s -H "Cache-Control: no-cache" -o "run.sh" "https://raw.githubusercontent.com/kus/cs2-modded-server/master/run.sh" && chmod +x run.sh
curl -s -H "Cache-Control: no-cache" -o "start.sh" "https://raw.githubusercontent.com/kus/cs2-modded-server/master/start.sh" && chmod +x start.sh

Full Changelog: v1.0.35...v1.0.36

Don't miss a new cs2-modded-server release

NewReleases is sending notifications on new releases.