A question for server admins. When we are talking about loot control, what options would you like to have?
Currently we have several on the to do list, but you might want to add some more. http://pbs.twimg.com/media/FdP3if3XwAMVRiB.jpg
3. GLOBAL LOOT RESPAWN TIMER
Defines how often loot will be respawned in minutes
Global.Loot.Respawn.Timer=600;
4.INDIVIDUAL LOOT RESPAWN TIMER
This overrides the global respawn timer for some loot (gives the fine control).
Respawn.Timer.Trash()=20;
Respawn.Timer.Military()=800;
For example:
1. Individual loot limiter - limits number of the specific items that can be spawned BP_Weapon_SVD_Dragunov=7; (no more than 7 SVDs can be on the level, traders included)
2. GROUP LOOT LIMITER - same as above but works for group of items.
Firearms.Snipers()=7;