- Add back DayZ Mod stashes, can be upgraded
- Switch upgrade tents to epoch upgrade system
- Recipes for upgrade stashes and tents have changed
- Add all buildings to a new group for the editor called: DayZ Epoch Buildings
- pre-compile object_BackpackAction, object_pickupAction and the actionMonitor
- switch from execVM to spawn
- pickup actions are grouped under actions\pickupActions now
- Update and rebuild all skins. This removes unwanted behavior of AIs and players.
- Remove skins from CfgSurvival and add the needed information to CfgMagazines. We do not need two different configs to handle that.
- pre compile all snap and vector functions, it was only pre compiled if got started from modular_build before but not if it got called from the action menu
- localize snap and vector building
- clean up the code
- remove old Cinderwall vector fix, it looks like it is not needed anymore
- Update modular_build and player_build
This commit updates all helicopter.
- Flares for all helis excluding the mozzie
- Complete gear rework
- Helis added to “DayZ Epoch Vehicles” for the editor
- Remove radar and and radar checks
- Correct fuel capacity for some models
- Add Ka60 and AW159 Wildcat as epoch versions with PKT and M240 only
- Update trader prices and add new helis
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