Hello, I am currently working on setting up a Counter Strike: Classic Offensive server, which is a mod of Counter Strike: Global Offensive. I have successfully added the mod to the server files, but I need to change the launch option from -game csgo
to -game cscomod/csgo
. I found the I need to edit in the GenericModule.kvp
file:
App.CommandLineArgs={{$PlatformArgs}} -game csgo
However, whenever I attempt to edit this file and launch the server, it seems to revert back to its original state. Could you please help me on how to make this change effectively? Any guidance would be greatly appreciated! Thank you for your help!
All regards Sean
The documentation from the mod HostMe.txt
https://www.moddb.com/mods/counter-strike-classic-offensive/
How To Install (for servers)
-------------------------------------------------------------------------------
- Unzip the file into your Server root folder (same spot as "srcds.exe")
- Run your server with the parameter:
"-game cscomod/csgo"
- Be sure to load a map existing in Classic Offensive such as "de_dust2_csco"
- Sourcemods will work.
- To connect to your server, just use "connect YOURIP:YOURPORT" in the console
since the serverbrowser doesn't seems to work with CS:CO