Skip to content

Releases: kus/cs2-modded-server

CS2 Modded Server v1.0.43

20 Nov 03:35
@kus kus
Compare
Choose a tag to compare

What's Changed

  • Added new maps from the train update into the map list and moved old community maps back to their community versions
  • Disabled the annoying bell sound on Gun Game when you get 3 kills
  • When you start comp, it loads straight away and players can type .r to ready up and .start to start
  • Fixed map vote not changing to the actual map after the map finishes
  • Voting for modes with !gg !comp etc should behave better
  • Updated all plugins to latest versions

Breaking changes

  • /game/csgo/cfg/Casual-1.6.cfg renamed to /game/csgo/cfg/casual-1.6.cfg
  • /game/csgo/cfg/dm.cfg renamed to /game/csgo/cfg/dm-valve.cfg
  • /game/csgo/cfg/deathmatch.cfg renamed to /game/csgo/cfg/deathmatch-valve.cfg
  • /game/csgo/cfg/dm-multicfg.cfg renamed to /game/csgo/cfg/dm.cfg
  • /game/csgo/cfg/deathmatch-multicfg.cfg renamed to /game/csgo/cfg/deathmatch.cfg

Full Changelog: v1.0.42...v1.0.43

CS2 Modded Server v1.0.42

23 Aug 06:42
@kus kus
Compare
Choose a tag to compare

What's Changed

  • Added Competitive but with 45° maps (as seen in WarOwls video). Try it with !rcon exec 45 or !modes and choose Comp 45 degrees
  • Added Wingman maps skatepark and de_palais
  • Added Deathrun map deathrun_egypt
  • Updated Metamod:Source to 2.0.0-1313
  • Updated CounterStrikeSharp to 259
  • Updated MatchZy to 0.8.1
  • Updated Executes to 1.0.6
  • Updated Retakes to 2.0.12
  • Updated CS2_DamageInfo to 2.3.3
  • Updated CS2 Deathmatch to 1.1.7
  • Updated AnnouncementBroadcaster to 0.5
  • Updated OpenPrefirePrac to 0.1.41

Full Changelog: v1.0.41...v1.0.42

CS2 Modded Server v1.0.41

28 Jun 04:30
@kus kus
Compare
Choose a tag to compare

What's Changed

  • Added FunMatchPlugin 1.1.0 - Enable random fun rounds with !settings > Enable > Fun in a game mode that has rounds like competitive
  • Switch out workshop maps that are now part of the game
  • Added Casual to menu mode
  • Added CleanerCS2 1.0.3 with @mavproductions config
  • Updated GunGame to 1.1.2
  • Updated OpenPrefirePrac to 0.1.39
  • Updated MatchZy to 0.7.12
  • Updated CS2 Retakes to 2.0.6
  • Updated CS2 Executes to 1.0.5
  • Updated CounterStrikeSharp to 246

Full Changelog: v1.0.40...v1.0.41

CS2 Modded Server v1.0.40

21 Jun 08:30
@kus kus
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.39...v1.0.40

CS2 Modded Server v1.0.39

15 Jun 04:55
@kus kus
Compare
Choose a tag to compare

What's Changed

  • Updated CounterStrikeSharp to 242
  • Updated GameModeManager to 1.0.42
  • Updated OpenPrefirePrac to 0.1.37
  • Updated Deathmatch to 1.1.6 (fixes Windows error)
  • Updated CS2 Advertisement to 1.0.6.9
  • Updated K4-Arenas to 1.4.4
  • Add de_train to comp, wingman and dm by @Vichoko in #121
  • Add map sakura to wingman & dm by @Vichoko in #122
  • Add map script by @Vichoko in #120
  • Fix for install_docker by @bobuk in #119
  • Removed bhop_asiimov as the workshop URL is dead and fix spawns on bhop_ragnarok by @mavproductions in #123

New Contributors

Full Changelog: v1.0.38...v1.0.39

CS2 Modded Server v1.0.38

31 May 09:40
@kus kus
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.37...v1.0.38

CS2 Modded Server v1.0.37

31 May 07:41
@kus kus
Compare
Choose a tag to compare

What's Changed

  • Added functionality to RockTheVote to enable trigger voting for map from server abnerfs/cs2-rockthevote#70
  • Updated CounterStrikeSharp to 238
  • Updated !bhop command to allow voting to turn on and off bunny hopping
  • Disabled GoTV
  • Restore bot commands on map change

Full Changelog: v1.0.36...v1.0.37

CS2 Modded Server v1.0.36

28 May 01:01
@kus kus
Compare
Choose a tag to compare

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

CS2 Modded Server v1.0.35

27 May 06:19
@kus kus
Compare
Choose a tag to compare

What's Changed

  • Updated CounterStrikeSharp to v235
  • Updated OpenPrefirePrac to v0.1.35
  • Added CS2AnnouncementBroadcaster - Conditional messages, OnCommand, OnPlayerConnect, OnRoundStart, and TimerMsgs. by @mavproductions in #115

Full Changelog: v1.0.34...v1.0.35

CS2 Modded Server v1.0.34

25 May 10:49
@kus kus
Compare
Choose a tag to compare

Now working again after the latest Fire Sale update.

What's Changed

  • Updated CounterStrikeSharp to 234
  • Updated Metamod:Source 2.0.0-1293
  • Updated GunGame to 1.1.1
  • Updated K4-Arenas to 1.4.3
  • Updated CS2 Retakes to 2.0.5
  • Updated CS2 Executes to 1.0.4
  • Updated OpenPrefirePrac to 0.1.34
  • Updated MatchZy to 0.7.11
  • Added ports of aim_map_usp using usp or deagle by @ReneRebsdorf in #103
  • Enable the buy menu for retakes by @ReneRebsdorf in #104
  • Added Casual-1.6 Mapgroup Mode by @mavproductions in #107

New Contributors

Full Changelog: v1.0.33...v1.0.34