This got discussed earlier. Since epoch got merged with DayZ Mod we have a different name for the scope and type of configs. A proper config should use numbers for those entries. This is the same how arma configs are written. The basicDefines.hpp has all the needed information stored.
Also, this removes the weight entries from the magazines since we have them in a separate folder, so admins can edit them.
This commit overhauls all land vehicles. I have found many problems and one exploit which was important for upgrading vehicles. The main problem was that epoch overwrites many arma 2 vehicle bases classes. Those base classes and vehicle classes with the same name in arma 2 and epoch got update by arma 2 corepatch. Epoch overwrites and reverts many of those corepatch changes. This should not happen at all. Also, updating an already in arma 2 existing vehicle leaded to a problem in upgrading vehicles. The only chance to resolve both problems is that we reference existing vehicles from arma 2 and creating a new one for epoch.
- Add for every vehicle an epoch version, all arma 2 vehicles remains unchanged
- Add BMP-2, BTR-60 versions
- Set a vehicleClass for every vehicle so it can be accessed in the editor under "DayZ Epoch Vehicles"
- Set supplyRadius for all vehicles
- Deactivate radar, auto medic, auto ammo and auto repair option for all vehicles that used this
- All armed vehicles have a DZE class now
- Fix positioning and animation errors for certain vehicles
* Adding 93 new zombie models based on arma 2 skins
* Adding zombie strings
* Adding new zombie loot groups
* Adding new zombie loot groups, update pilot and doctor loot group
* Adding some new zombies to crash sites
* Adding new hunter zombies to farm buildings
* Adding new hunter zombies to hunting buildings
* Adding new military zombies to military buildings
* Adding new zombies to residential buildings
* Adding new zombies to supermarket buildings
* New zombie documentation file
* Update CHANGE LOG 1.0.6.3.txt
* Capitalize all english zombie names at beginning
Adding UserActions to players (CAManBase) is not efficient, because the
condition evaluates onEachFrame when you are "inside" that vehicle type.
Also admins usually want to add more custom actions to dead bodies
anyway.
https://community.bistudio.com/wiki/addAction#Syntax
This partially reverts 3aad4b6.
Partial revert of: 3aad4b6
Unfortunately this will not support loading external vehicle addons
(with custom UserActions) which we can not include in Epoch. Child
UserActions overwrite inherited UserActions.
Needed to add it to variables.sqf lists.
@icomrade - Any reason FireBarrel_DZ was removed? I think we still need
it, since it is an epoch buildable class, unless we merge it with
Land_Fire_barrel.