🧩 WindowsGSM plugin that provides Counter Strike 2 Dedicated server support!
- Download WindowsGSM https://windowsgsm.com/
- Create a Folder at a Location you wan't all Server to be Installed and Run.
- Drag WindowsGSM.Exe into previoulsy created folder and execute it.
- Download latest release
- Extract then Move CS2.cs folder to plugins folder
- OR Press on the Puzzle Icon in the left bottom side and install this plugin by navigating to it and select the Zip File.
- Click [RELOAD PLUGINS] button or restart WindowsGSM
- Navigate "Servers" and Click "Install Game Server" and find "Counter Strike 2 Dedicated Server [CS2.cs]
🗃️ https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers
🕹️ https://store.steampowered.com/app/730/CounterStrike_2/
🖥️ https://steamdb.info/app/730/info/
hostname => Server Name
map => Server Start Map
port => Server Port
maxplayers => Server Maxplayer
-insecure Allows VAC to be disabled.
+sv_logfile 1 Log server information in the log file.
+sv_lan 0 Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
+game_alias deathmatch Set the configuration of game type and mode based on game alias like 'deathmatch'.
+game_type 2 See Settings below.
+game_mode 0 See Settings below.
Competitive:
game_alias competitive <- sets both game mode and game type commands
game_mode 1
game_type 0
Wingman
game_alias wingman <- sets both game mode and game type commands
game_mode 2
game_type 0
Casual
game_alias casual <- sets both game mode and game type commands
game_mode 0
game_type 0
Deathmatch
game_alias deathmatch <- sets both game mode and game type commands
game_mode 2
game_type 1
Custom
game_alias custom <- sets both game mode and game type commands
game_mode 0
game_type 3
- Generate a token for your game server View
- App ID of the base game (e.g. 440 for TF2, 730 for CS:GO)
- Memo (text stored with the account, just shown here to help you keep track)
- Paste the Login Token on your WGSM GSLT text field.
Directory \game\csgo\cfg\server.cfg
automation WIP
- Console Embed is not supported
- Server Stop/Restart is not supported you have to manually type quit in the console (need to test but fixed)
- Install Steam Launcher if the server is not starting
This project is licensed under the MIT License - see the LICENSE.md file for details