Skip to content

Commit

Permalink
- ADDED: Casual to menu mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kus committed Jun 28, 2024
1 parent e94c8ba commit ef08d1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,10 @@ Admins can type `!maps` in chat and it will bring up a menu of all the maps for

At the end of the map (if time runs out or win conditions are met) it a vote will show to choose a map from the current mod.

### Changing settings

Admins can type `!settings` in chat and it will bring up a menu of all the settings you can enable or disable. i.e.: Bunnyhopping, fun mode etc.

### Changing game modes

<img alt="Admin change game mode menu" src="https://github.com/kus/cs2-modded-server/blob/assets/assets/admin-modes.png?raw=true&sanitize=true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"soccer": "Soccer",
"dm": "Deathmatch (Valve)",
"ar": "Arms Race (Valve)",
"casual": "Casual",
"Casual-1.6": "Casual (1.6)"
}
},
Expand Down
4 changes: 2 additions & 2 deletions game/csgo/cfg/casual.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
game_type 0
game_mode 0
mapgroup mg_casual
mapgroup mg_comp
// There is no way to get the current mapgroup, so we have to set it here
css_mapgroup mg_casual
css_mapgroup mg_comp

exec unload_plugins.cfg

Expand Down

0 comments on commit ef08d1e

Please sign in to comment.