Releases: kus/cs2-modded-server
Releases · kus/cs2-modded-server
CS2 Modded Server v1.0.45
CS2 Modded Server v1.0.44
What's Changed
- Updated all dependencies to latest versions
- PreFirePractice works better now (routes will show) thanks to @phyzical for debugging
- Disable sv_jump_precision_enable for surf/kz/bhop
- Added Battle Ball as a new game mode
- Added CS2Fixes to utilise movement unlocker in surf/bhop/kz
- Added MultiAddonManager
- Added ServerListPlayersFix
- Updated Hide n Seek maps to all new maps with instructions on how to play
- Enable Ubuntu 24.04 in install.sh by @tklostermannNSD in #156
- fix for "ERROR! Failed to install app '730' (Missing file permissions)" by @simonfalke-01 in #154
- Updating docker flow by @phyzical in #147
- Update docker readme info by @phyzical in #174
- Add new maps to various game modes:
New Contributors
- @tklostermannNSD made their first contribution in #156
- @simonfalke-01 made their first contribution in #154
- @phyzical made their first contribution in #147
Full Changelog: v1.0.43...v1.0.44
CS2 Modded Server v1.0.43
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
What's Changed
- Added Competitive but with 45° maps (as seen in WarOwls video). Try it with
!rcon exec 45
or!modes
and chooseComp 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
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
What's Changed
- Added de_mills, de_thera, de_memento, de_season
- Updated CounterStrikeSharp to
244
- Updated GameModeManager to
1.0.43
- Updated OpenPrefirePrac to
0.1.38
- Fixed the URL to the main repository by @bobuk in #133
Full Changelog: v1.0.39...v1.0.40
CS2 Modded Server v1.0.39
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
What's Changed
- Reverted back to CounterStrikeSharp v237 as v238 causes issues with RockTheVote abnerfs/cs2-rockthevote#71
Full Changelog: v1.0.37...v1.0.38
CS2 Modded Server v1.0.37
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
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 runswin.bat
(if the repo was initially cloned withgit 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