Updated readme and examples for workshop support
This commit is contained in:
parent
0ac69e9374
commit
a15e7ce765
2 changed files with 7 additions and 4 deletions
|
@ -77,8 +77,8 @@ CS2_GAMEALIAS="" (Game type, e.g. casual, competitive, deathmatch.
|
|||
See https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers)
|
||||
CS2_GAMETYPE=0 (Used if CS2_GAMEALIAS not defined. See https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers)
|
||||
CS2_GAMEMODE=1 (Used if CS2_GAMEALIAS not defined. See https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers)
|
||||
CS2_MAPGROUP="mg_active" (Map pool)
|
||||
CS2_STARTMAP="de_inferno" (Start map)
|
||||
CS2_MAPGROUP="mg_active" (Map pool. Ignored if workshop maps are defined.)
|
||||
CS2_STARTMAP="de_inferno" (Start map. Ignored if workshop maps are defined.)
|
||||
```
|
||||
|
||||
### Bots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue