Description:
It adds h-53e chopper pack
Installation:
Extract the .pbo file(s) to your \ArmA2\Addons folder or as we always recommend use modfolders.
If you do not know how to make and use mod folders have a look in our FAQ.
Included .pbo file(s):
gac_usaf_hh53e.pbo
gac_usmc_mh53e.pbo
gac_usn_mh53e.pbo
Usage:
You can find them in the editor under:
BLUFOR -> GAC AIR -> MH-53E(USMC)
BLUFOR -> GAC AIR -> MH-53E(USN)
BLUFOR -> GAC AIR -> MH-53E(USAF DG camo)
BLUFOR -> GAC AIR -> MH-53E(USAF LG camo)
How to fold rotor wing:
Write this sentence to initialization:
Code:
[this] exec "\gac_USMC_MH53E\script\MH53fold.sqs"
(gac_USAF_HH53E)
(gac_USN_MH53E)
(gac_USAF_HH53E)
(gac_USN_MH53E)
How to spread rotor wing:
Code:
[this] exec "\gac_USMC_MH53E\script\MH53spread.sqs" or engine "on" or choose action "spread rotor-blade"
(gac_USAF_HH53E)
(gac_USN_MH53E)
(gac_USAF_HH53E)
(gac_USN_MH53E)
How to open ramp:
Code:
this animate ["door_cargo", 0.3];this animate ["door_cargo2",1];
How to close ramp:
Code:
this animate ["door_cargo", 0];this animate ["door_cargo2",0];
Known issues:
Height isn't displayed correctly when hovering, because of road way LOD.
RAF Chinook seems has same probrem.
But I don't want to delete roadway LOD, so this problem isn't fix.
Change log:
v1.3
- new textures by soldier2390
- add refuelprobe by soldier2390
- add side gunner to gac_usn_mh53e
- add side/tail gunner to usaf_hh53e/gac_usmc_mh53e
- sound filesize reduced
- changed hitpoint LOD/firegeometry LOD
v1.2
- Using Environment Map Texture from ARMA2
- Changed classname/VehicleClass
- Changed geometryLOD "heavier"
- Fixed main rotor position more correctly
- Changed main rotor width & form
- Added RotorLowIn/HighIn sound by Miles Teg
- Added icon / map icon
- Reduced cargo seats's polycount
v1.1
- Fixed main rotor position
- New texture and smdi texture(include detail texture definition)
- Some sounds added by Sgt.Elias / Yag
- Gear down/up automatically(deleted action menu)
- Fixed shadow lod
Credits & Thanks:
Miles Teg / Sgt.Elias / Yag /soldier 2390 and all advisers of BISforum :)
Forum topic:
- BI forums

