- Messages
- 14
- Country
Hi everyone, my name is Juan, I'm from Argentina this world all new to me and all your post help so much with a proyect and I think is 75% complete in terms of i need, I desing a A-4AR, a modified version of de A-4M. I managed to do all the animation, make textures (not me, but a I do all de map), and now I want to prepare some upgrades on the animation. In the case specyfing on the "spoiler wing", an addiment of de A-4 for export, is a control surface like the flap but this case spoiler open upwards. The conditions of deployment of the "spoiler" are, first a switch on cockpit and eng rpm less than 70%, when switch position is off or rmp value higher than 70% the spoiler goes down.
I could create new animation, makes codes, with my knowlegde but anyone deploy when I set wing fold or unfold or hit the throttle and take n1 rmp higher than 70% and nothing happens.
In the model I use de wingfolding to do this action, and my question is posible make the wings fold system are:
Folden when FOLDING WING HANDLE POSITION 0, or FOLDING WING HANDLE POSITION 1 with turb eng n1:0, more than 70
Unfold when FOLDING WING HANDLE POSITION 1 AND TUR ENG N1:0, PERCENT LESS THAN 70.
And obviusly using rpn scripting, to do this only on the groud (In theory, this could happen when the aircraft is flying, but is rare case because sensor in the aircraft they prevent it.
Other whise if you have a manual (not sdk, because i dont can't understood at all) that was very helpful.
Salutings
I could create new animation, makes codes, with my knowlegde but anyone deploy when I set wing fold or unfold or hit the throttle and take n1 rmp higher than 70% and nothing happens.
In the model I use de wingfolding to do this action, and my question is posible make the wings fold system are:
Folden when FOLDING WING HANDLE POSITION 0, or FOLDING WING HANDLE POSITION 1 with turb eng n1:0, more than 70
Unfold when FOLDING WING HANDLE POSITION 1 AND TUR ENG N1:0, PERCENT LESS THAN 70.
And obviusly using rpn scripting, to do this only on the groud (In theory, this could happen when the aircraft is flying, but is rare case because sensor in the aircraft they prevent it.
Other whise if you have a manual (not sdk, because i dont can't understood at all) that was very helpful.
Salutings
XML:
<Animation name="wing_fold_to_spoiler" guid="509b9afd-d521-47d8-a00f-729beb8c5a4f" lengt="100" type="sim" typeParam2="wing_fold_to_spoiler" typeParam="autoplay" />
<PartInfo>
<Name>wing_fold_to_spoiler</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>
(SIM ON GROUND, bool) 1 ==
(FOLDING WING HANDLE POSITION, 1)
(TURB ENG N1:0, percent) 70<
and
and
and
if{1} els{0}
</Code>
</Parameter>
</Animation>
</PartInfo>