Skip to content

CS2 Modded Server v1.0.36

Compare
Choose a tag to compare
@kus kus released this 28 May 01:01
· 432 commits to master since this release

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