Server configuration files for the game Xonotic. Feat. multiple game modes and balance conventions each.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
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
|