]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
of course i forgot
authorMartin Taibr <taibr.martin@gmail.com>
Sat, 22 Jul 2017 02:13:28 +0000 (04:13 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Sat, 22 Jul 2017 02:13:28 +0000 (04:13 +0200)
defaultServer.cfg

index ed24832d142e70aedf1445a76bf9b57a8e38edcf..3f746db7e0bd5743a3b52db3ca5630ba014477c5 100644 (file)
@@ -185,6 +185,9 @@ set g_weapon_throwable 1 "if set to 1, weapons can be dropped"
 set g_powerups -1 "if set to 0 the strength and shield (invincibility) will not spawn on the map, if 1 they will spawn in all game modes, -1 is game mode default"
 set g_use_ammunition 1 "if set to 0 all weapons have unlimited ammunition"
 set g_pickup_items -1 "if set to 0 all items (health, armor, ammo, weapons...) are removed from the map, if 1 they are forced to spawn"
+set g_pickup_respawntime_scaling_a 0 "Scale respawn time according to a*rt / (p+b) + c*rt where rt is normal respawn time and p number of players"
+set g_pickup_respawntime_scaling_b 0 "Scale respawn time according to a*rt / (p+b) + c*rt where rt is normal respawn time and p number of players"
+set g_pickup_respawntime_scaling_c 1 "Scale respawn time according to a*rt / (p+b) + c*rt where rt is normal respawn time and p number of players"
 set g_weaponarena "0"  "put in a list of weapons to enable a weapon arena mode, or try \"all\" or \"most\""
 set g_weaponarena_random "0"   "if set to a number, only that weapon count is given on every spawn (randomly)"
 set g_weaponarena_random_with_blaster "1"      "additionally, always provide the blaster in random weapon arena games"