Hi, I've noticed that in the Main Intro Screen [Main Menu + Carrier] that there are FOLDED V-22 Osprey on deck.
Is this a place-able object? I've tried to search for the editor, but nothing.
How would I go about to script this in the editor?
Hi, I've noticed that in the Main Intro Screen [Main Menu + Carrier] that there are FOLDED V-22 Osprey on deck.
Is this a place-able object? I've tried to search for the editor, but nothing.
How would I go about to script this in the editor?
This is what I found in the Utes intro folder:
_xtype = [this,1] execvm "\ca\air2\mv22\scripts\pack.sqf"
Put it in the init box.
Thank you. Works great.
And how do we unfold them again?
Use the same code, and replace [this,1] with [this,0] to unfold.
To Fold
To UnfoldCode:_xtype = [this,1] execvm "\ca\air2\mv22\scripts\pack.sqf"
Animation in my opinion happens too fast.Code:_xtype = [this,0] execvm "\ca\air2\mv22\scripts\pack.sqf"
it's probably not meant for viewing.
Click here
Spoiler:

And while we're at it, fold/unfold the AH-1Z:
Code:_xtype = [this,1] execVM "\Ca\air\Scripts\AH1Z_fold.sqf"Code:_xtype = [this,0] execVM "\Ca\air\Scripts\AH1Z_fold.sqf"
this feature is great for a lock visual
Vehicle locked = packed.
Vehicle unlocked = unpacked.
Saves time running to the vehicle only to find out its LOCKED![]()