OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: Nico [BOS] on 17 Nov 2009, 02:01:14

Title: How to only break a principal rotor ?
Post by: Nico [BOS] on 17 Nov 2009, 02:01:14
Hello,

I need to break the principal rotor of UH1Y, AH1Z and MV22.
I succesfully tried with the small rotor by using this command :
Code: [Select]
MyUH1Y setHit ["mala vrtule", 1]> the small rotor is completely broken.

But I don't find the appropriate name for the principal rotor even so I searched on this page : http://community.bistudio.com/wiki/Translations (http://community.bistudio.com/wiki/Translations).

So do you know what is this name ?
Or should I use something else ?

Thank you.  :)
Title: Re: How to only break a principal rotor ?
Post by: tcp on 17 Nov 2009, 02:11:49
Possibly:
         class HitHRotor {
            armor = 0.2;
            material = 51;
            name = "velka vrtule";
            visual = "velka vrtule staticka";
            passThrough = false;
         };
Title: Re: How to only break a principal rotor ?
Post by: Nico [BOS] on 18 Nov 2009, 14:04:27
Quote
         class HitHRotor {
            armor = 0.2;
            material = 51;
            name = "velka vrtule";
            visual = "velka vrtule staticka";
            passThrough = false;
         };

Where do I write this ? In description.EXT ?
How do i use this ? With the command MyUH1Y setHit ["HitHRotor",1] ?

If the answer is yes to both questions, then it doesn't work.
Title: Re: How to only break a principal rotor ?
Post by: Rommel92 on 18 Nov 2009, 14:45:40
Did you try "velka vrtule"?
Title: Re: How to only break a principal rotor ?
Post by: DeanosBeano on 18 Nov 2009, 19:09:35


 MyUH1Y setHit ["mala vrtule", 1]

> the small rotor is completely broken.

 try

 MyUH1Y setHit ["velka vrtule", 1]
 

> the Big rotor should be broken ?
Title: Re: How to only break a principal rotor ?
Post by: Nico [BOS] on 19 Nov 2009, 22:28:49
Quote
MyUH1Y setHit ["velka vrtule", 1]
 

> the Big rotor should be broken ?
Yes indeed the main rotor is broken using this command.
BUT the UH1Y can still fly :

http://www.youtube.com/watch?v=tFwcq8zYSYY

How can I do to make it unable to fly ?
An other part to break ?

Thank you.
Title: Re: How to only break a principal rotor ?
Post by: DeanosBeano on 19 Nov 2009, 22:42:42


MyUH1Y  setfuel  0 ;   i think been a while :)
 maybe even in arma2  can be palivo = fuel tank not sure mate.

so  MyUH1Y setHit ["palivo", 1]  ?

 sorry very busy for detailed answer .