]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
improve description for apropos, remove repeated descriptions
authorMartin Taibr <taibr.martin@gmail.com>
Sun, 18 Aug 2019 16:34:13 +0000 (18:34 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Sun, 18 Aug 2019 16:34:13 +0000 (18:34 +0200)
ruleset-XDF.cfg
xonotic-server.cfg

index a0cc24b7b991b2f32c025e75591c20e5f5f75e4d..843347eca90813878a3501a4b53a5cf5260742c3 100644 (file)
@@ -15,8 +15,8 @@ g_forced_respawn 1
 g_powerups 0  // set to -1 or patch xonotic
 g_spawnpoints_auto_move_out_of_solid 1
 g_start_delay 3
-g_use_ammunition 0 "if set to 0 all weapons have unlimited ammunition"
-g_weapon_stay 1 "1: ghost weapons can be picked up too but give no ammo, 2: ghost weapons refill ammo to one pickup size, thrown guns have no ammo"
+g_use_ammunition 0
+g_weapon_stay 1
 teamplay_mode 2 // friendly fire and self damage
 sv_vote_nospectators 1
 timelimit_override 20
index d261e262eab2a9351d4542b7969afa1fbd72f680..35a51144252f3ad76e456855ae6477e700620182 100644 (file)
@@ -190,7 +190,7 @@ set g_pinata 0 "if set to 1 you will not only drop your current weapon when you
 set g_weapon_stay 0 "1: ghost weapons can be picked up too but give no ammo, 2: ghost weapons refill ammo to one pickup size, thrown guns have no ammo"
 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_use_ammunition 1 "if set to 0 all weapons have unlimited ammo"
 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_reciprocal 0 "Multiply respawn time by `reciprocal / (p + offset) + linear` where `p` is the current number of players, takes effect with 2 or more players present, `reciprocal` (with `offset` and `linear` set to 0) can be used to achieve a constant number of items spawned *per player*"
 set g_pickup_respawntime_scaling_offset 0 "Multiply respawn time by `reciprocal / (p + offset) + linear` where `p` is the current number of players, takes effect with 2 or more players present, `offset` offsets the curve left or right - the results are not intuitive and I recommend plotting the respawn time and the number of items per player to see what's happening"