Commit Graph

11 Commits

Author SHA1 Message Date
worldwidesorrow a1618e0dcf Update insert.sqf
Replace switch do block with call scope using if exitWith statements. The most common spawned item is a magazine class so it is placed at the top.
2020-01-09 16:52:06 -06:00
worldwidesorrow f9a92b2394 Delete compile.sqf
This mess of defines is inappropriate. The compiles have been added to the top of the init file.
2020-01-09 16:48:31 -06:00
worldwidesorrow f55e268606 Optimize loot init file
Optimizing the code in this file. It compiled in half the time of the original. Compiles have been added to the top because there is not very many.
2020-01-09 16:46:30 -06:00
ebaydayz c202c697eb Update loot spawn.sqf
Vanilla commit:

https://github.com/DayZMod/DayZ/commit/4752621ffcb00945c8a2ac0e1db47ed4ea1b9b56
2016-11-23 13:50:24 -05:00
ebaydayz 79d2b268a8 Changed loot_spawn to use PositionAGL
Vanilla commit:

https://github.com/DayZMod/DayZ/commit/7e413848fb0953a81f1822b444e065cfc0675d21
2016-10-07 14:41:47 -04:00
ebaydayz 29acecc2f2 Retire DZE_MissionLootTable variable
AFAIK there is no performance difference between configFile and
missionConfigFile.

Using missionConfigFile by default simplifies loot scripts and makes the
extra config variable unnecessary. It's one less step for admins to
customize their tables.
2016-08-23 12:57:12 -04:00
ebaydayz 75e3ee58c2 Reduce ItemBloodbag loot chance slightly for classic system
Since typed bags spawn in bulk (usually 2x 4 different bag types) this
reduces bloodbag output slightly when classic system is enabled.

Medboxes were spawning with 3-8 blood bags, this reduces it to about 1-6
which should be similar to 1051 values IIRC. Feel free to adjust this up
or down if needed.
2016-05-20 17:20:10 -04:00
icomrade d25ad694d8 Fix wrong bloodbag types spawning 2016-05-01 14:15:01 -04:00
ebaydayz 110befba7f Swap bloodbags in traders and loot for classic system 2016-04-15 16:11:17 -04:00
ebaydayz 8f2ff5cb3e Update spawnCrashSite 2016-03-26 22:02:28 -04:00
icomrade 84eb6f815a Missing Files 2016-02-29 00:55:29 -05:00