608 Commits

Author SHA1 Message Date
AirwavesMan 66a7757501 Add wooden pillar
Model made by @Helion4
2020-11-30 09:30:23 +01:00
AirwavesMan 0b78376055 Add wooden floor with stairs
Model made by @Helion4
2020-11-30 09:05:15 +01:00
AirwavesMan d0f8d34ecd Add wooden handrail
Also replace open door with open gate for all gates.
2020-11-30 08:07:10 +01:00
AirwavesMan 8f68065b14 Add wooden triangle wall
Model made by @Helion4
2020-11-29 19:23:55 +01:00
AirwavesMan 5e281cfc7b Add Metal Drawbridge
Model made by @Helion4
2020-11-29 18:25:08 +01:00
AirwavesMan f90c7be664 Fix jeep driver position 2020-11-28 18:04:23 +01:00
AirwavesMan 1de312a285 Add better icons for the new vehicles 2020-11-28 17:36:32 +01:00
AirwavesMan 662caa797e Add new Wooden and cinder gates
All models made by @Helion4

This adds a gate frame, a gate with door and a locked gate as wood and cinder version. Fully compatible with door management and change code.

Also, this commit cleans up the modular and door configs.
2020-11-22 14:43:56 +01:00
AirwavesMan c5d83056a0 Add seperate file for building previews 2020-11-22 14:39:07 +01:00
AirwavesMan 73e74c54e8 Update Zeds.hpp 2020-11-15 17:49:42 +01:00
AirwavesMan 4667f20b5f Rebalance Refuel Truck cargo count 2020-11-15 13:04:29 +01:00
AirwavesMan 8feed62bde Add V3S camper and updated version of V3S Armored
V3S camper model made by @Helion4
2020-11-15 12:57:42 +01:00
AirwavesMan f8d8a68632 Add Open MTVR
Models made by @Helion4
2020-11-15 12:20:32 +01:00
AirwavesMan e12226b246 Update Ikarus.hpp 2020-11-15 12:18:00 +01:00
AirwavesMan 34c2c7163e Add Armored Bus
Model made by @Helion4
2020-11-15 11:28:20 +01:00
AirwavesMan d0f647c0b5 Add armored tractor
Model made by @Helion4
2020-11-15 09:58:34 +01:00
AirwavesMan 0dc00d9740 Add Scrap APC 2020-11-14 20:42:01 +01:00
AirwavesMan 3f52d185e4 Update Mini Cooper and Jeep 2020-11-01 18:08:28 +01:00
AirwavesMan 1ce3f92b68 Add 11 Nissan 350z versions
Models made by CRASHNZ. Thanks for the permission to edit and use them.
Models edited and fixed by @Helion4
2020-11-01 18:07:54 +01:00
AirwavesMan db36bb4845 Add Mini Coopr
Models made by @Helion4
2020-11-01 10:05:22 +01:00
AirwavesMan b83b899037 Update Jeep.hpp 2020-11-01 10:02:14 +01:00
AirwavesMan 4c2b9a8fa3 Update MTVRBird.hpp 2020-11-01 10:01:49 +01:00
AirwavesMan a1e5fca7b9 Add Old Jeep
Model made by @Helion4
2020-10-31 12:47:30 +01:00
AirwavesMan 8fa9318850 Add MTVR Bird
The wonderfull model was made by @Helion4
2020-10-31 10:40:06 +01:00
AirwavesMan e6680aaa2f Streamline Vehicle Eventhandlers
Almost all eventhandlers getting set already when creating the base class of the vehicles like AllVehicles. So it is not needed to set it after that again. Until a few exceptions I removed or added the needed vehicle eventhandlers.

All helicopters have a fired eventhandler now as it should be. So finally if a helicopters shoots all crew members are in combat. This is the same if flares getting fired.

The fired evenhandler will be only executed for players now no longer for the server.

Note: The CSJ Gyro addon getting loaded very early so those addons need all eventhandlers set.
2020-10-31 10:29:06 +01:00
AirwavesMan 420ad26902 Add winter camo nettings
Models made by @Helion4
2020-10-29 15:54:24 +01:00
AirwavesMan ad8ca46482 Add enterable model for the storage shed
Model made by @Helion4

All map buildings and buildables will be replaced with the new model. Land_Shed_M01 still needs some loot positions.
2020-10-29 15:02:44 +01:00
AirwavesMan e8169e415d Lower updated storage for upgraded sheds 2020-10-29 14:59:58 +01:00
AirwavesMan 215932d7f7 Add models and icons for lockbox winter
Models made by @Helion4
2020-10-29 14:59:14 +01:00
AirwavesMan 88053499e5 Add 6 new backpacks
Made by @Helion4
2020-10-28 19:03:22 +01:00
AirwavesMan 72b691bc85 Forgot about the backpacks 2020-10-28 14:04:48 +01:00
AirwavesMan 758be28924 Add new female skins
Made by @Helion4

All ghillie suits, warm clothes and stalker suits with helmet can be worn by female players too now. The female base class got re-build. All female player models have the same attributs as the male models. For example: Armor or camouflage.

Also, all missing skins got added to loot and traders.
2020-10-28 13:05:56 +01:00
AirwavesMan 57276dd61f Revert object_pickupAction back to execVM
I was not aware of the acutal behavior of the init eventHandler. The init eventhandler sends all the given arguments to the player before the mpframework got even load on the player, so it is basicly the same like the publicvariables. This means that the function object_pickupAction will be always nil because it gets defined far later after the init evenhandler fired already.
2020-10-14 21:09:57 +02:00
AirwavesMan 467802b5d7 Update FencesGates.hpp 2020-10-07 13:23:06 +02:00
AirwavesMan 38b354ce15 Fix missing semicolons 2020-09-28 15:51:48 +02:00
AirwavesMan 50aa06296f Add logging for unlocking doors 2020-09-28 14:20:36 +02:00
AirwavesMan f1b7a3faae Increase fence use radius 2020-09-28 13:39:53 +02:00
AirwavesMan 3c566857c9 Fix heli upgrade 2020-09-22 11:12:40 +02:00
AirwavesMan 7f86b09f4c Disable manualfire for pilots only on DZE versions 2020-09-15 00:14:58 +02:00
AirwavesMan bf516a65e5 Change ItemGenerator to WeaponHolder_ItemGenerator
With WeaponHolder_ItemGenerator we do not need the postion set up in the spawn.sqf
2020-09-13 16:53:36 +02:00
AirwavesMan eb337d5f08 Correct driver position of Ikarus_White_DZE 2020-09-12 15:39:51 +02:00
AirwavesMan 673c705aeb Add upgradable safes and lockboxes
- Safes and lockboxes can be upgraded now.
- A winter lockbox version was added too. The current model and icon will be replaced later for the new lockbox.
- Calling Child 308 on the DB has no room for storing coins, this is why we need to update coins and gear after swaping the object. Same for upgrade vehicle
2020-09-12 01:18:57 +02:00
AirwavesMan 297878fb09 Update Tatra_T810.hpp 2020-08-25 14:05:32 +02:00
AirwavesMan 3e6a999c5f Adding more upgradable helis
Also add an UH1Y with only M240.
2020-08-23 19:43:24 +02:00
AirwavesMan dbd001b471 Add upgradable little birds
Also:
- add manuals to upgrade all helicopters
- add an indicator on the manual description how many upgrades are available
2020-08-23 13:58:59 +02:00
AirwavesMan 049492ebf3 Add one female winter skin 2020-08-22 22:53:51 +02:00
AirwavesMan cb1b34fc6a Add some more winter vehicles 2020-08-22 21:33:53 +02:00
AirwavesMan 34455948a5 Add some winter versions of vehicles 2020-08-21 23:49:56 +02:00
AirwavesMan 7695964869 Add some rusty vehicle versions
Thx to Tecumseh for the idea.

Big thanks to Marseille77 for creating those rusty textures.
2020-08-20 19:20:02 +02:00
AirwavesMan b956905ddd Update Gaz and golf 2020-08-18 21:12:11 +02:00