Jump to content

Recommended Posts

Hello fellow FE2 fliers,

Instead of posting under the stickied "ini tweaks" thread - that hasn't seen fresh posts in a couple of yrs., I thought I'd open a separate (small) post here for something I stumbled upon only yesterday while tinkering with my rudder setups in WOFF and IL2-BoM installs - and I realized that it might work well for FE2/SF2 too.

Those of you flying with "twist" joystick and/or rudder pedal setups might still find this helpful - but it is especially intended for those of you who are still flying with older/cheapish sticks (such as the Logitech Attack 3 in my case, with no twist capability) - you most likely have left/right rudder mapped to the top left/right buttons on the joystick. In WOFF, and other sims, it's usually a question of (manually) clicking several times left or right to get desired rudder input, and then clicking the center button on your stick to center the rudder.

For a few yrs., I've really only been frustrated by one thing in the TW sims., and that was the "snappish" response of the auto-rudder setup - until I dug further into some of the more obscure entries of the Default.ini file located under "C:\Users\Yourusername\Saved Games\ThirdWire\FirstEagles2\Controls" (same directory path for SF2, except substitute StrikeFighters2 for FirstEagles2).

The relevant entries to tamper with are the following three:

-----

[RangedControl001]
AxisControl=PITCH_CONTROL
MaxValue=1000.000000
MinValue=-1000.000000
DeadZone=0.000000
Saturation=115.000000
ReverseJoystick=TRUE
MouseScale=1.000000
UseMouseRate=FALSE
ReverseMouse=FALSE
LimitValue=TRUE
SelfCenterRate=1.000000 -----> I recommend setting this to 1.0 for FE2, to slow down the elevator self-centering rate for WWI 'crates with their wires and cables (leave at the default value of 2.0 for WW2 and Cold War installs in SF2 with "faster" hydraulic setups)
//2.000000
KeyControlRate=1.000000
AllowKeyControl=TRUE
IncreaseControl=PITCH_DOWN
DecreaseControl=PITCH_UP
CenterControl=
 
[RangedControl002]
AxisControl=YAW_CONTROL
MaxValue=1000.000000
MinValue=-1000.000000
DeadZone=0.000000
Saturation=115.000000
ReverseJoystick=FALSE
MouseScale=1.000000
UseMouseRate=FALSE
ReverseMouse=FALSE
LimitValue=TRUE
SelfCenterRate=0.100000 -----> recommended, for those using left/right joystick buttons to control rudder, is to reduce to a value of about 0.1 for WWI 'crates, again to simulate cable/wire control, but also in order to allow for lots of manual left/right rudder correction that, once you stop controlling rudder, allows it to return back to center position somewhat slowly (takes about 10 seconds to return to center); for WW2 and Cold War SF2 installs, a better value to use is something like 0.25 for the self-center rate, again to mimic the extra force of hydraulic controls
//2.000000
KeyControlRate=1.000000
AllowKeyControl=TRUE
IncreaseControl=YAW_RIGHT
DecreaseControl=YAW_LEFT
CenterControl= -----> have not bothered to use this since I like the 0.1 value for self-centering, for FE2, but, for those lacking twisty rudders or pedals, the most logical choice here is the top center button on the joystick, sandwiched between the left/right buttons for left/right rudder input
 
[RangedControl003]
AxisControl=ROLL_CONTROL
MaxValue=1000.000000
MinValue=-1000.000000
DeadZone=0.000000
Saturation=115.000000
ReverseJoystick=FALSE
MouseScale=1.000000
UseMouseRate=FALSE
ReverseMouse=FALSE
LimitValue=TRUE
SelfCenterRate=1.000000 -----> I recommend setting this to 1.0 for FE2, to slow down the aileron self-centering rate for WWI 'crates with their wires and cables and generally sloppy ailerons (leave at default value of 2.0 for WW2 and Cold War installs in SF2 with "faster" hydraulic setups, as with the elevator setup in the relevant entry in this post)
//2.000000
KeyControlRate=1.000000
AllowKeyControl=TRUE
IncreaseControl=ROLL_RIGHT
DecreaseControl=ROLL_LEFT
CenterControl=
 
-----
Von S 
  • Like 6

Share this post


Link to post
Share on other sites

For SF2, Baffmeister told me this little trick:

[FlightControl]
StallSpeed=71.69
CruiseSpeed=186.59
ClimbSpeed=180.06//350kts
CornerSpeed=205.78//400kts
LandingSpeed=83.5
MaxG=7.33
MaxSpeedSL=365.25// 710Kts redline
MachLimit=1.40
MachLimitDry=0.95
PitchDamper=0.70
RollDamper=0.0//no roll damper
YawDamper=0.25
GunBoresightAngle=0.0
RocketBoresightAngle=0
FlapSettingForLanding=2
FlapSettingForTakeOff=2

AutoTrimLimit=0.0//................................................Probably works on a scale from 0.0 [no auto trim] to 1.0 [full auto trim]

I really like to leave it at 0, makes flying a lot more fun.

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

Good point Stratos. That disables auto trim for SF2 aircraft. Here's another tip I just noticed, posted yrs. ago by Lexx_Luthor on one of the SF2 threads, for the Default.ini file if you want to enable manual, instead of auto trim - for WW2 and Cold War aircraft:

-----

[RangedControl001]

AxisControl=PITCH_CONTROL

MaxValue=1000.000000

MinValue=-1000.000000

DeadZone=24.000000

Saturation=165.000000

ReverseJoystick=TRUE

MouseScale=1.000000

UseMouseRate=FALSE

ReverseMouse=FALSE

LimitValue=TRUE

SelfCenterRate=0.000000

KeyControlRate=0.100000

AllowKeyControl=TRUE

IncreaseControl=PITCH_DOWN

DecreaseControl=PITCH_UP

CenterControl=

-----

Same rule would apply for roll control, with the "keycontrolrate" becoming manual trim if "selfcenterrate" is set to zero (left/right arrow keys on the keyboard then become manual trim for ailerons, while up/down arrow keys operate trim for the elevator).

Manual trim for yaw/rudder would then be controlled by left/right buttons designated on the joystick (or some other two keys on the keyboard since left/right arrows do not automatically map with rudder control), and a "centercontrol" key or button should then be mapped as well, to allow for centering of rudder without having to remember how many left/right button (or key) clicks to use for perfectly centered rudder.

Manual trim is obviously not recommended for aircraft in FE2 (with the possible exception of pitch trim for the Sopwith Tripe via that wheel they had in the cockpit - will tinker with that "AutoTrimLimit" rule for the data.inis one of these days to see if it works for the Tripehound, if set only for the elevator and/or left/right stab entries - maybe a limited value of something like 0.2 or 0.3 will be historically correct).

Von S

Edited by VonS
Added info.
  • Like 1

Share this post


Link to post
Share on other sites
21 hours ago, Stratos said:

AutoTrimLimit=0.0//................................................Probably works on a scale from 0.0 [no auto trim] to 1.0 [full auto trim]

I really like to leave it at 0, makes flying a lot more fun.

Depends on plane. 0 is ofc ok for ww2 or early 'cold war' planes, but totally unrealistic for 'fly by wire' planes like F-16 or Tornado.

  • Like 2

Share this post


Link to post
Share on other sites

For me some planes fly too much on rails, so that's what I like to change it.

Share this post


Link to post
Share on other sites

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
Sign in to follow this  

  • Similar Content

    • By VonS
      Hi All,
      Have been doing a bit of tinkering lately with my FlightGear install (see this thread for more info.) - and results are pleasing enough in what is a free, open-source flight sim. Managed eventually to get accurate photo-scenery working in FG, which is a noticeable improvement over the stock (dated) scenery that has been available in that sim for years on end (see pic. below for photo-scenery at work in FG, in this case in the Mesopotamian/s. Iraqi area; the Alb. D.I is a re-skin and FM-overhaul of a model done by Lester Boffo).

      On a hunch, I then converted a bunch of the photo-tiles from FG (stock format is DDS) to BMP format - so that they become visible in the FE2 terrains folder - and it does indeed work - but would require careful, aesthetic choices regarding what tiles to replace in the terrains folder, such as farms, cities, deserts, etc. - for best cohesion and not too many jarring disconnects between tiles.
      Nice to see that stock trees and buildings are populating over the satellite/ortho-terrains too, in FE2. Photo-scenery is simply an improved "satellite" carpet that covers the stock scenery and terrain framework in FlightGear - and by extension works the same way in the ThirdWire sims but requires manual conversion to BMP format and manual placement in the terrains folder (perhaps the DDS format would work too, but I didn't bother tinkering with the various settings/text files this time around in the terrains folder).
      The other good thing about FlightGear is that it is fully under the GNU GPL (General Public License; i.e., "copy-left" license) - so there are no copyright problems that I know of if one borrows such ortho-scenery for FE2 too (haven't bothered to test with SF2). And if working on such a terrain swap as a personal project - that is of course even simpler.
      A few representative pics. below with just a few ortho-scenery tiles placed over Stephen1918's upgrade of the Mesopotamian theater for FE2. Results look pretty good, particularly when flying higher up, and I haven't noticed any FPS drop with the photo-scenery tiles loaded. Some old tiles are still in place in the pics., for comparative purposes. Any empty areas are where I didn't bother to load tiles.




      Anyway - I hope you find this post interesting - it's perhaps the "cheapest" way of upgrading tiles across the various theaters available for FE2.
      If I find enough free time I might tinker further with this side-project; will post comments if the results prove particularly successful.
      Cheers & good flying,

    • By JamesWilson
      Hi everyone,
      I recently got into weapon modding and wanted to edit some missiles.
      I went for the Weapons Folder with the Weapons Editor, and some weapons were missing, even tho i can see them and equip them in-game.
      I wanted to edit the AA-2D Atoll for my Su-22M3, but there's no AA-2 folder inside Weapons folder, nor inside plane folder, even tho the missile is equippable and i can see it/use it in-game.
      Since there's no Atoll folder, i have no idea how is it possible for me to have it in-game, and even less i know on how am i supposed to edit it through Weapons Editor, since i can't select the folder.
      I thought it may be a sort of "built-in-game" missile and for this reason not showing in weapons folder (idk i just made an hypothesis).
      So i tried using the CAT Extractor, but seems like not working... no matter which CAT file i select, it says "error opening this .CAT file, no files can be extracted", how's that? How do i fix it? Am i doing something wrong?
      Thank you in advance for helping me fixing all these issues or helping me find what i'm doing wrong
    • By ProblemChild
      I am new to this game but I am loving it and the dynamic campaign is amazing. my only and only problem is that planes just dissapear in the distance, literally just dissapear a short distance a way, around 200 - 500 meters away? not too sure but its very off putting and its clearly an issue for gameplay.
      I am using Patch July 2013 
      Wings over Korea mod
      I play on 3840x2160 4K resolution (I'd prefer playing on that) I have extracted the flightengine ini into SF2 Filght folder as well as to the korea folder and made some changes like turned off fade away and increased mesh values, but still to no avail? Anyway to fix this? Its literally the only thing destroying the fun I have with this game.
×

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..