• Register
Post tutorial Report RSS Mi-24 Hind - open/close cargo doors

Short tutorial how to open or close (already opened) cargo doors on the sides of helicopter Mi-24 Hind.

Posted by on - Intermediate Level Design/Theory

To open Right and Left doors use in the init line of the helicopter, or in the script this code:

// open right doors
[heli] exec "ca\air2\mi35\data\scripts\rdoorop.sqs";
// open left doors
[heli] exec "ca\air2\mi35\data\scripts\ldoorop.sqs";


Where the "heli" is the name of the helicopter in the editor.

To close Right and Left doors use in the init line of the helicopter, or in the script this code:

// close right doors
[heli] exec "ca\air2\mi35\data\scripts\rdoorcl.sqs";
// close left doors
[heli] exec "ca\air2\mi35\data\scripts\ldoorcl.sqs";


Where the "heli" is the name of the helicopter in the editor.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: