]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/server.cfg
defaultplayercolors should be here too
[xonotic/xonotic.git] / server / server.cfg
index 3144017b3fe1153a06006210dc825936e8267eab..8ac9c554390b6c2f654467593c45e7327c407d59 100644 (file)
@@ -79,6 +79,7 @@
 //sv_vote_simple_majority_factor 0     // 0.666 will win votes by a 2/3 majority of the VOTERS (not the players!)
 // note: to JUST support simple majorities, set these two factors equal
 
+//sv_maxidle 0 // idle time in seconds after which players will get kicked
 
 
 
@@ -98,6 +99,7 @@
 //sv_defaultcharacter 0        // 1 will force a specific model for all players
 //sv_defaultplayermodel models/player/nexus.zym        // this model will be used
 //sv_defaultplayerskin 0       // this skin number will be forced for all players
+//sv_defaultplayercolors ""    // you can even force player colors here (16*shirt+pants)
 //g_fullbrightplayers 0        // 1 to make players fullbright
 //g_fullbrightitems 0  // 1 to make items fullbright
 
 //g_ban_sync_trusted_servers "" // accept bans that were initially set on the server IPs listed here (if not set, your bans are just sent to the sync URIs, but no bans are retrieved from there)
 
 
+/////////////////////////////////////////////////////////////////////
+// "Obvious" mutators that are allowed on a "pure" server
+//g_minstagib 0        // set to 1 for MinstaGib
 
 
 /////////////////////////////////////////////////////////////////////
 
 // enable some mutators you'd like
 //g_cloaked 0  // set to 1 for transparent hard to see players
-//g_footsteps 0        // set to 1 to enable footsteps
 //g_grappling_hook 0   // set to 1 to enable the hook
 //g_laserguided_missile 0      // set to 1 for laser guided missiles in the RL
 //g_midair 0   // set to 1 to make only midair damage count
 //g_vampire 0  // set to 1 to give players the damage they cause as health
 //sv_gravity 800       // for low gravity, set this somewhere between 50 and 400
 
-// select AT MOST one of these arena mutators
-//g_minstagib 0        // set to 1 for MinstaGib
+// select AT MOST one of these arena mutators (if you didn't select g_minstagib)
 //g_nixnex 0   // set to 1 for No Items Xonotic
 //g_nixnex_with_laser 0        // set to 1 to always give players the laser in NixNex