Commit Graph

18 Commits

Author SHA1 Message Date
ebaydayz 7857272d82 Add loot pos for some more sahrani and tavi building types
Vanilla commits:

https://github.com/DayZMod/DayZ/commit/578e0f5c0a5cc984e14124bb5efac0b3e41b9e18

https://github.com/DayZMod/DayZ/commit/18d1852b56afa7e6e97510ab78b7b3f6cf92d299

https://github.com/DayZMod/DayZ/commit/bbebc561028d0d9272045662ab37eb12aa80d6b0

https://github.com/DayZMod/DayZ/commit/e70074e44fd14fed6efce5baf7e60ec1737691d0

https://github.com/DayZMod/DayZ/commit/56d0ab54cbe78afea38b938d76c7b01a74c4ad66

https://github.com/DayZMod/DayZ/commit/fa8c01bae4ec175b1e3b4a2d40c1b5b7d6be4a83

Added some new building types. No existing buildings were removed or
changed, just moved around to sync order.
2017-01-09 17:01:13 -05:00
ebaydayz 74cc99ddad Remove identical lootPos comment
There was no difference between the lootpos except spacing after the
commas.
2016-11-30 12:17:06 -05:00
icomrade c56e0d722c oops, these were already defined 2016-11-30 11:58:35 -05:00
icomrade fc98864db9 LootPos for @MGTDB 2016-11-30 11:55:20 -05:00
ebaydayz 5fdbced171 Add more loot and zed positions for namalsk
Vanilla commits applied:

https://github.com/DayZMod/DayZ/commit/57511ad463d828a6d53eefbaf309baaf09160ffe

https://github.com/DayZMod/DayZ/commit/7745633e8e1f1845a9ca80d490abb5201ab1095b

https://github.com/DayZMod/DayZ/commit/0e237c02740796b9be14fd44b8e53838c71beaf5

https://github.com/DayZMod/DayZ/commit/95d3f94f881de42509f40ef4603038454f2d9b66

https://github.com/DayZMod/DayZ/commit/6e4598a3e1ba2af72de45d8f5342f88186a9d396

https://github.com/DayZMod/DayZ/commit/081620cccb83e20ada20766271f1662847ed3516
2016-10-08 19:58:58 -04:00
ebaydayz d3bd2ba4a1 Update vanilla barn loot pos
Vanilla commit:

https://github.com/DayZMod/DayZ/commit/b8eed6fc70ea620675ed0b6d054b9471f5983e29
2016-10-08 12:07:07 -04:00
A Man b751ffb278 Small loot position update
Adding Land_stan to loot positions. It is the same like the Camp. Increasing the high of loot positions to prevent loot from spawning in the ground.
2016-09-19 21:45:19 +02:00
A Man fc0f0dc896 Updating loot table and loot chances (#1736)
* Update Generic.hpp

Adding some magazines

* Update Police.hpp

Adding Loot Group AmmoCivilian and removing magazines

* Update Industrial.hpp

Removing  Sandbags, Wire and Tank Traps from normal Industrial spawn and moved them to Military Industrial- Lowering spawn chance of Planks, Consumable and Generic. Ive tested the new loot chances and they working fine.

* Update Hangar.hpp

Changing spawn chances of almost every item and adding PartEngine, PartGeneric, PartGlass to loot table. New hanger loot works good and feels much better than before.

* Update Military.hpp

Removing Loot Group Generic and Sandbags from Military and MilitarySpecial Loot. Adding Engine, Sandbags, Tank Traps, Wire and Loot Group Generic to MilitaryIndustrial. That works very well. 
If you looting baracks and finding most of the time sandbags and generic loot it is frustrating. Now it feels better and more balanced.

* Update Military.hpp

Updating loot chances
2016-08-15 12:40:59 -04:00
ebaydayz de9d3feb0f Updated Some loot Locations.
Vanilla development commit:

https://github.com/DayZMod/DayZ/commit/db96d1c8c5e8ccc36ac567b62dfa55a7ded1c808

Note: does not affect buildings with Epoch loot positions. Vanilla
positions are commented out on those buildings.
2016-08-03 14:28:23 -04:00
A Man 2f613226ea Changed more Zombies Typs (#1700)
It does not feel right, when you enter a military area and see only Worker Zombies. I changed the Zombie Typs of the buildings to look more like a military area.
2016-06-20 21:48:45 -04:00
ebaydayz bf3d03ba13 Only spawn small loot in lootPosSmall positions
I did not realize lootPosSmall positions can only fit small objects like
soda cans etc., so it is not okay to merge them with the main lootPos
arrays. This separates them back out.

This solution will work like 1.0.5.1 CfgLootSmall. <GroupName>Small is
used to spawn additional loot if the building type has lootPosSmall
positions available. It is not necessary to add a <GroupName>Small for
types that do not have lootPosSmall positions.

Some of these objects may still be too big or too small (knife,
binoculars, matchbox, etc.) for the positions and look out of place. If
that is the case please submit a pull with any problematic ones removed
from the <GroupName>Small groups (check if they aren't in 1051
CfgLootSmall first). Balance and rates may need adjustment as I just
took the normal groups and removed large objects from them while trying
to keep similar items to 1.0.5.1 CfgLootSmall.
2016-06-20 21:39:21 -04:00
ebaydayz 58d2443e77 Add back Epoch custom lootPos and lootPosSmall
Epoch has custom loot positions for many buildings. Most lootPos have
not changed in vanilla since pre 1.7.x.

The vanilla lootPos are now commented out and  custom Epoch ones are
added back. LootPosSmall positions are now included in lootPos and
marked with //DZE EXTRA

LootPosSmall are included and used by default in 1051, so it is simpler
to add them to the main lootPos lists instead of having a separate loop
in buildingSpawnLoot.sqf for them.
2016-06-18 19:58:58 -04:00
A Man 72ea372acf Update Military.hpp (#1695)
I just changed the spawing zombie typ for the military special loot. I noticed that there are only "z_new_worker2-4" zombies in the baracks and got a bit confused. So now we have the military zombies back.
2016-06-16 16:22:12 -04:00
ebaydayz d07d31983b Remove legacy ammo boxes
AmmoBoxSmall_556 and AmmoBoxSmall_762 no longer exist and were causing
loot spawning errors.
2016-04-02 19:15:29 -04:00
icomrade dde3215f9a CFGLoot should be done
Make sure there's no attachments or NEW _DZ weapons that support
attachments!!!!
2016-02-26 11:24:20 -05:00
icomrade 43b9da7c17 I hate loot tables 2016-02-25 13:23:15 -05:00
icomrade 71d045875b BuildingPos Done and Separated/Sorted 2016-02-25 11:43:55 -05:00
icomrade dfb7bba743 CFG WEAPONS DONE 2016-02-21 13:09:16 -05:00