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
|