X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=xonotic-server.cfg;h=f8a16c104ae10653556cada00da00a3b5afcda68;hb=e7c23fa6ac0a04b00f9f709997ec4b8df861fc36;hp=f6a4b6256714a6fb5340bccfc7cde814977e2cd2;hpb=fce5298884e994eae20ae56b292129eb3cacee65;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/xonotic-server.cfg b/xonotic-server.cfg index f6a4b6256..f8a16c104 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -196,6 +196,7 @@ set g_shootfromfixedorigin "" "if set to a string like 0 y z, the gun is moved t set g_weapon_stay 0 "1: ghost weapons can be picked up but give no ammo, thrown guns have ammo 2: ghost weapons can be picked up and refill ammo to one pickup size, thrown guns have no ammo (to prevent infinite ammo abuse)" set g_weapon_throwable 1 "if set to 1, weapons can be dropped" set g_powerups -1 "if set to 0 no powerups will spawn, if 1 they will spawn in all game modes, -1 is game mode default" +set g_powerups_drop_ondeath 0 "players will drop their powerups on death (1 = timer continues, 2 = timer freezes until picked up)" set g_powerups_stack 0 "enables stacking of powerup timers when picking up a powerup you already have; otherwise timer is reset to the time granted by the item, if greater than the time you currently have" set g_powerups_strength 1 "allow strength powerups to spawn" set g_powerups_shield 1 "allow shield powerups to spawn" @@ -229,6 +230,7 @@ set g_maplist_sizes_count_bots 1 "include the number of bots currently in the se set g_items_mindist 4000 "starting distance for the fading of items" set g_items_maxdist 4500 "maximum distance at which an item can be viewed, after which it will be invisible" +set g_items_dropped_lifetime 20 "default lifetime for dropped items unless explicitly overriden (ie. flags)" set g_grab_range 200 "distance at which dragable objects can be grabbed"