Server configuration files for the game Xonotic. Feat. multiple game modes and balance conventions each.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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
|