V-22 Osprey Folded
United States Intelligence :: Games :: ArmA 2 :: Editing
Page 1 of 1
V-22 Osprey Folded
im sure this code will be similar for the other fold-able vehicles... with a different classname in the code.
Put it in the init box.
compare:
hmmm the cobra is a little bit different code...
Put it in the init box.
=USA=TV wrote:Use the same code, and replace [this,1] with [this,0] to unfold.
To Fold
- Code:
_xtype = [this,1] execvm "\ca\air2\mv22\scripts\pack.sqf"
To Unfold
- Code:
_xtype = [this,0] execvm "\ca\air2\mv22\scripts\pack.sqf"
Animation in my opinion happens too fast.
compare:
Junker wrote:UH1Y foldy thingy
- Code:
_xtype = [this,1] execvm "\ca\air2\UH1Y\scripts\fold.sqf"
_xtype = [this,0] execvm "\ca\air2\UH1Y\scripts\fold.sqf"
hmmm the cobra is a little bit different code...
Gedis wrote:
- Code:
_xtype = [this,1] execvm "\ca\air\Scripts\AH1Z_fold.sqf"
_xtype = [this,1] execvm "\ca\air2\UH1Y\Scripts\fold.sqf"
To unfold change 1 to 0, it should unfold. It should look like these:
- Code:
_xtype = [this,0] execvm "\ca\air\Scripts\AH1Z_fold.sqf"
_xtype = [this,0] execvm "\ca\air2\UH1Y\Scripts\fold.sqf"
Although i haven't tested it yet.
United States Intelligence :: Games :: ArmA 2 :: Editing
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum