Jump to content

Recommended Posts

Posted

I noticed when playing with some of the downloaded aircraft that some parts have animations that seem to be triggered at set speeds. Such as the swing wings of the F-14 and the canopy of the A-6 and A-10. All of those are good, except that some of them seem to be backwards. The Tornado popping its canopy open as it speeds off down the runway and keeps it open until it lands again just does not look very good. Also I noticed the talon from stealth (awesome model, love it) take off with its winged folded in, and extend as it sped up.

 

So I was wondering, is there a quick and easy way to reverse wich state is considered to be deployed? If there is not then give me the hard way. Who knows? I may grow a brain :wink:

Posted (edited)

Yeah, that has happened to me.

When I had v 8.36 the talon´s swing wing worked perfectly but when I patched it to Oct 2008 it started working backwards, also happens with the

T-45´s opening canopy. If the problem is the opening canopy you can set it to manual.

Edited by coolpilot
Posted

Setting the canopy to manual is a good idea, but I would like to keep the swing wings automatic. Do I understand it right that if you have manual operation the AI will not use it then? If canopy is closed by defaul that would not be a problem with that, but still I would like my AI buddies to do the swing wing thing

Posted

I reset all my canopies to manual and generally speaking I have no problems...apart from the odd surprise of being engaged at 500 kts with an enemy fighter with his canopy wide open (rarely happens but when it does it only seems to affect the enemy flight leader, all others ok). Maybe I missed one or two, dunno.

 

As far as swing wings or other animations are concerned everything is ok after the patch in my installs. Just lucky I guess :wink:

Posted

I tinkered around a bit and seem to have found a way to make the swing wings behave like I want to.

 

in the Talon_data.ini I found this part

 

[swingwings]

SystemType=HIGHLIFT_DEVICE

DeploymentMethod=AUTOMATIC_SPEED

Setting[1].Angle=30.0

Setting[1].DeployValue=300.0

Setting[1].RetractValue=300.0

MaxDeflection=30.0

MinDeflection=0.0

ControlRate=1.0

AnimationID=1

 

In my random tinkerings I set the retract value higher than the deploy value just to see what it would do. I made it look like this

 

[swingwings]

SystemType=HIGHLIFT_DEVICE

DeploymentMethod=AUTOMATIC_SPEED

Setting[1].Angle=30.0

Setting[1].DeployValue=300.0

Setting[1].RetractValue=320.0

MaxDeflection=30.0

MinDeflection=0.0

ControlRate=1.0

AnimationID=1

 

The result was that on the ground the wings were out like they should be. As I took off and sped up enough the wings closed in to the body, and as I slowed down again the wings extended again.

It appears to have the desired visual effect, but I am not sure yet if it messes anything else up instead.

Posted

This is apparently a fix made by lindr2 in the JH-7A release thread:

 

[Canopy1]

SystemType=HIGHLIFT_DEVICE

DeploymentMethod=AUTOMATIC_SPEED

Setting[1].Angle=30.0

Setting[1].DeployValue=5.0 //->

Setting[1].RetractValue=10.0 //<-

MaxDeflection=45.0

MinDeflection=0.0

ControlRate=0.5

AnimationTime=3.0

AnimationID=3

 

Notice the use of '//->' and '//<-' in the section.

Posted
This is apparently a fix made by lindr2 in the JH-7A release thread:

 

 

 

Notice the use of '//->' and '//<-' in the section.

 

 

all the "//" does is comment out anything that is after it in that line so the game engine ignores the rest of the line

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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..