GregCrack Posted July 31, 2009 Posted July 31, 2009 Hi all, is there a canopy toggle, some planes opens their canopy automatically in flight, how can I close the canopy? It looks mad, flying with 800 mph and having the canopy opened ! GregCrack Quote
jomni Posted August 1, 2009 Posted August 1, 2009 Hi all, is there a canopy toggle, some planes opens their canopy automatically in flight, how can I close the canopy? It looks mad, flying with 800 mph and having the canopy opened ! GregCrack it depends on the maker of the mod. some of the mods have auto canopy while some assigns an animation key. Quote
Wrench Posted August 1, 2009 Posted August 1, 2009 those with automatic speed control can also be easily assinged an animation key. You'd just replace the "auto-speed'' canopy callout with something like this: [Canopy]SystemType=ANIMATION InputName=ANIMATION_10 DeploymentMethod=MANUAL AnimationTime=4.0 AnimationID=8 <--- the most important thing, is to make sure the AnimationID= is the same number as the autospeed one. what I do is comment out the original, and just add the new key controled type. Below example is from the Wildcat: //[Canopy]//SystemType=HIGHLIFT_DEVICE //DeploymentMethod=AUTOMATIC_SPEED //Setting[1].Angle=50.0 //Setting[1].DeployValue=10.0 //Setting[1].RetractValue=50.0 //MaxDeflection=50.0 //MinDeflection=0.0 //ControlRate=2.0 //AnimationID=8 //ModelNodeName=CanopyFrame [Canopy] SystemType=ANIMATION InputName=ANIMATION_10 DeploymentMethod=MANUAL AnimationTime=4.0 AnimationID=8 nothing to it!! wrench kevin stein Quote
GregCrack Posted August 2, 2009 Author Posted August 2, 2009 those with automatic speed control can also be easily assinged an animation key. You'd just replace the "auto-speed'' canopy callout with something like this: the most important thing, is to make sure the AnimationID= is the same number as the autospeed one. what I do is comment out the original, and just add the new key controled type. Below example is from the Wildcat: nothing to it!! wrench kevin stein Thank you very much, that works ! GregCrack Quote
Recommended Posts
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.