Jump to content

Recommended Posts

Posted

Here's how to stop your wingmen from "waltzing" from side to side in formation.  Yeah, I know it's not really waltzing but that's what comes to my mind when they roll from one side to other in unison.

I did a forum search and came up empty, so hope I'm not repeating old news... 

 

Each aircraft is a little different, and if you push the values too far they become too steady.  Adjust to suite your taste - and post your edits on other aircraft.

The critical factor is the MaxRollFormation.  The common value of 5.0 creates overcorrection which starts the cycle of rolling from side to side.

Examples:

AlbatrosD3_Data.ini

[AIData]
.
.
FormationSpeedForPosition=.4 //0.8
FormationSpeedForRate=0.2 //0.5
.
.
MaxRollFormation=0.9 //5.0 <----critical
FormationRollForPosition=0.8 //0.01
FormationRollForVelocity=0.05 //0.2
.

///////////////////////////////////
CAMELF1_110_DATA.INI

[AIData]
.
.
FormationSpeedForPosition=.4 //0.8
FormationSpeedForRate=0.2 //0.5
.
.
MaxRollFormation=1.0 //5.0
FormationRollForPosition=0.8 //0.01
FormationRollForVelocity=0.05 //0.2
.

//////////////////////////////////
PfalzD3_DATA.INI

[AIData]
.
.
MaxRollFormation=0.8  //5.0
FormationRollForPosition=0.8 //0.01
FormationRollForVelocity=0.1 //0.2

//////////////////////////////////
Pup_Data.ini
[AIData]
.
.
FormationSpeedForPosition=.4 //0.8
FormationSpeedForRate=0.2 //0.5
.
.
MaxRollFormation=0.7 //5.0
FormationRollForPosition=0.8 //0.01
FormationRollForVelocity=0.05 //0.2
.

  • Like 2
Posted (edited)

The critical factor is the MaxRollFormation.  The common value of 5.0 creates overcorrection which starts the cycle of rolling from side to side.

Wrong.

The relevant variable is FormationRollForVelocity. The default value is set to 0.2 in AIRCRAFTAIDATA.INI. You have to lower this value. Either globally in AIRCRAFTAIDATA.INI or in each <aircraft>_DATA.ini. I use 0.03. Depending on the aircraft, maybe you have to lower the value further.

Edited by mue
  • Like 1
Posted

Wrong.

The relevant variable is FormationRollForVelocity. The default value is set to 0.2 in AIRCRAFTAIDATA.INI. You have to lower this value. Either globally in AIRCRAFTAIDATA.INI or in each <aircraft>_DATA.ini. I use 0.03. Depending on the aircraft, maybe you have to lower the value further.

Huh.  I wasn't able to get the results I wanted without reducing MaxRollFormation dramatically, although I only lowered the FormationRollForVelocity to 0.05.   Rather than me just being "wrong" - I would suggest we are approaching the solution to the problem from slightly different angles. :smile:

  • Like 2
Posted

Huh.  I wasn't able to get the results I wanted without reducing MaxRollFormation dramatically, although I only lowered the FormationRollForVelocity to 0.05.   Rather than me just being "wrong" - I would suggest we are approaching the solution to the problem from slightly different angles. :smile:

 

Ok :smile:. It seems both parameter act together.

I tried to isolate the relevant parameter. So I changed only one Formation parameter per test. And only FormationRollForVelocity seemed to make a difference.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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..