]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/server.cfg
defaultplayercolors should be here too
[xonotic/xonotic.git] / server / server.cfg
index 9de6f514231e567d05dde0ace16afeb93573d318..8ac9c554390b6c2f654467593c45e7327c407d59 100644 (file)
@@ -16,6 +16,7 @@
 //maxplayers 8 // number of players allowed on the server
 //port 26000   // the port used by the server
 //log_file "server.log"        // server console output will also be copied to this file. This: "${serverconfig}.log" uses variable substitution to make the logfile have the same name as your config file with .log appended which is useful if you run several servers
+//g_start_delay 15     // delay before the game starts to let players join the server first
 
 // List of maps to play on the server.  Set to "" to autodetect (which would enumerate ALL maps.  Maps that don't support the current game mode will be skipped, so you don't need to remove them here.
 //g_maplist "accident aggressor aneurysm basement basementctf bleach bloodprison bloodprisonctf bluesky cyberparcour01 darkzone desertfactory dieselpower downer eggandbacon evilspace farewell final_rage nr_piece-o-cake ons-reborn racetrack reslimed ruiner runningman runningman_1on1remix runningmanctf silvercity skyway slimepit soylent starship stormkeep2 strength toxic warfare"
 //gametype dm
 
 
-// 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
-//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
-//g_rocketarena 0      // set to 1 to make the rocket launcher the only weapon
 
 /////////////////////////////////////////////////////////////////////
 // Some settings you MIGHT want to change.  Again IF so remove the //
 //sv_vote_master_password ""   // when set, vlogin PWD will allow people to become master to run master commands directly using vdo
 //sv_vote_majority_factor 0.5  // 0.666 will require a 2/3 majority instead of a regular 1/2 one
 //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
+// note: to JUST support simple majorities, set these two factors equal
+
+//sv_maxidle 0 // idle time in seconds after which players will get kicked
+
+
 
 /////////////////////////////////////////////////////////////////////
 // Some more advanced settings.  You probably are not interested in changing them at all.
 
-// select one of these:
-//g_balance_rocketlauncher_detonatedelay 0     // rocket detonation at any time
-//g_balance_rocketlauncher_detonatedelay 0.2   // rocket detonation at least 0.2s after it was shot (reduces rocket boosting)
-//g_balance_rocketlauncher_detonatedelay -1    // rocket detonation only if the rocket is out of range of the owner (prevents rocket boosting, makes rockets "safer")
-
 //sv_ready_restart 0   // 1 to allow players to restart the map when all of them press the ready button
 //sv_autoscreenshot 0  // 1 will force a screenshot for all clients when the map ends.  Useful for competitions or the ladder.
 
 //g_antilag 2  // 0 to disable the antilag feature, 1 and 2 use different methods
 
-//sys_ticrate 0.05     // how long a server frame is.  0.05 = 20 fps, 0.02 = 50 fps.  Lower settings makes things smoother but create much more traffic (known good values include: 0.05, 0.046875, 0.03125)
 //sv_maxrate 1000000   // limits client connections to this rate in bytes/seconds
 
 // see Docs/mapdownload.txt for more info
 //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_balance_teams 1    // 0 will show players the team selection menu after joining instead of automaticly putting them on the smaller team
 //g_balance_teams_force 0      // 1 to automaticly balance teams even during a game
 
-//set g_ban_sync_uri "http://94.23.21.40/~xonotic/bans/" // sync bans using this ban list provider (disabled by default, uncomment this line to enable)
-//set 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)
+//g_ban_sync_uri "http://94.23.21.40/~xonotic/bans/" // sync bans using this ban list provider (disabled by default, uncomment this line to enable)
+//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
+
+
+/////////////////////////////////////////////////////////////////////
+// WARNING: anything below this line makes your server "impure"!
+
+// enable some mutators you'd like
+//g_cloaked 0  // set to 1 for transparent hard to see players
+//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 (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