Server configuration files for the game Xonotic. Feat. multiple game modes and balance conventions each.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- // sv_bots.cfg
-
- // 2 bots for duel
- // 4 bots for DM
- // 6 bots for teams
-
- exec cpp.cfg
-
- #ifeq "$g_maxplayers" 2
- # minplayers 2
- #else
- #ifneq "$teamplay" 0
- # minplayers 6
- #else
- # minplayers 4
- #endif
|