Jump to content

Recommended Posts

Posted

Gents, this puzzle is for the experts. This model has the rear canopy is closed and the animation to open it is set for MANUAL and I intend to open it after take-off, upon retracting landing gear o flaps automatically. I tried all the things with no results. I have add some lines to DATA.ini but it´s useless. Any trick to make it open?

[GunnerCanopy]
SystemType=HIGHLIFT_DEVICE
DeploymentMethod=AUTOMATIC_SPEED 
Setting[1].Angle=30.0 
Setting[1].DeployValue=10
Setting[1].RetractValue=60
MaxDeflection=30.0 
MinDeflection=0.0
ControlRate=2.0
AnimationID=9

The setting above seams to make it close not to open.

JUDY1.jpg

JUDY2.jpg

Posted

Thanks bud but it does not work. Set like this:

[GunnerCanopy]
SystemType=HIGHLIFT_DEVICE
DeploymentMethod=AUTOMATIC_SPEED 
Setting[1].Angle=30.0 
Setting[1].DeployValue=10
Setting[1].RetractValue=60
MaxDeflection=30.0 
MinDeflection=0.0
ControlRate=2.0
ModelNodeName=Canopy2   <--- canopy node
AnimationID=1   <--- gear retract

Posted
5 hours ago, Wilches said:

Thanks bud but it does not work. Set like this:

[GunnerCanopy]
SystemType=HIGHLIFT_DEVICE
DeploymentMethod=AUTOMATIC_SPEED 
Setting[1].Angle=30.0 
Setting[1].DeployValue=10
Setting[1].RetractValue=60
MaxDeflection=30.0 
MinDeflection=0.0
ControlRate=2.0
ModelNodeName=Canopy2   <--- canopy node
AnimationID=1   <--- gear retract

i´m not 100% sure but i think you have to use the actual animation slot number and you can not change it by replacing it with an other number ,  AnimationID=1 you have to change it to the real animation slot of the 3d model

 

there is a way in the cockpit.ini where you can link an animation from the cockpit to the animation of the aircraft model  like in the case below for the canopy , the aircraft animation for the canopy is on slot 3 in the cockpit it is on slot 1

[Canopy]
Type=EXTERNAL_ANIMATION_LINK
NodeName=CanopyFrame01
MovementType=ANIMATION
AnimationID=1
ItemNumber=3

if you can do something similar in the data.ini i dont know 

  • Like 1
Posted
8 hours ago, Wilches said:

The setting above seams to make it close not to open.

..so it works.
Then try this :

[GunnerCanopy]
SystemType=HIGHLIFT_DEVICE
DeploymentMethod=AUTOMATIC_SPEED 
Setting[1].Angle=0.0
Setting[1].DeployValue=59
Setting[1].RetractValue=60
Setting[2].Angle=30.0
Setting[2].DeployValue=60
Setting[2].RetractValue=59

MaxDeflection=30.0 
MinDeflection=0.0
ControlRate=2.0
AnimationID=9

The ModelNodeName is only needed if you want to add some aero coefficients, as drag for example (just my guess).

  • Like 2
  • Thanks 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..