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 abrahamwright2201
      personally, its the yom kippur war for me, a great and tense action packed campaign.
    • By Eagle114th
      Hello everyone,

      I am  re-creating the posts after hte ideas came up about the name of proejcts and what it is about.  This project is to be known as  SF2 Avionics Community Pack (SF2:ACP for short), because the purpose of this projects is to create the assets for anyone to usse  for our mods, as well for customizing our SF2 installation.  You will need to put them into aircraft folder and customize the .ini   files, in order, for them to appear in-game.

      This is what I find so enjoayble and I noticed that not many simulation does this.  This s project aims to bring the realistic, immersive expereicnes in cockpits with actual textures for radar scope, RWR, HUD, and any avionics that is currently moddable in SF2 and aircraft mods.

      I will exlpain the limitation of SF2 engine, so we can get better pictures of what we can and can't do for now.  I said "for now, is becauuse I have the hope htat someday, somehow, someone manage to make it possible to make avioincs further moddable in SF2.

      1) Texture issues:  What can be done is chan ging radar scope texture.  But the problem is that, the radar symbols / lines colors can not be changed.  We are stuck with default green SF2 radar symbosl /lines / circles.  And eve with new textures, the radar lines / symbols/ shapes will be applied on top of it.  So it mean, if you have 'black line' on top of radar scope like A-4s as an exampe, the radar still overlap it.  

      Another issues is that, most of SF2 default aircraft does not have texture-able radar scope for 'turned off' radar, so it seem strange how CRT (texture) would suddenly show up when turnig radar on. I wished that the radar scope woudl be texture-able, so that it seem taht only radar lines / symbols / shapes would appear, therefore preserving the immersive experiences.

      2) Lighting, after attempting to use the actual colors of radar scope based on the pictures, as an example,  they usually show upup too bright comnpared ot another instructments / avionics in cockpit. So they need to be darken, in order to blend naturall in cockpits.  And another issue is radar colors of green, it need to be readable, therefore further darken the texture.  So they might will appear  darker compared to the photo.  (I am currenlty wokring on this part on both F-89s and A-4s radar scope and RWR new textures).

      3) Avionics DLLs, there are only two DLLs I believe, that we can use either one of Avionics DLL for early and modern aircraft.  But I still have the hope.  The reason why I have hope is because, I am part of the community that is modding Jane's series simulation.  That simulation is almost 30 years old and people still mods it.  It amazes me, therefore gives me hopes.

      Besides the lmitation, it does not stop us from wanting to create the mods that would improve the experiences in avioincs.  What inspired me to do this, I was customizing SF2 installation for early cold war era (My favorite era), in Asia, midddle east, and other theatre, along with later cold war era, I noticed that there is always room of growth and improvement for cockpits.  That is when I came up the awy to improve F-89 series radar scope, as you can see it in another theatre abou Stary's F-89 cockpits.  Then here it is, SF2: Avionics Community Pack!

      What would be great help if we can share the pictures and information on the avioinics for various planes, so we can get busy with the  avioniocs improvement.  

      If anyoneo have the requests for radar scope, or any avioinics improvement, it would be great help if the resources can be provided too.

      The next posts will cover what I am doing with both F-89s and A-4s  gunsights, radar scope, and rwr, along with F-89's radar scope.

      ------------------------------------------------------------------------------------------------------------------

      DOWNLAOD: SF2 ACP v0.2


      ------------------------------------------------------------------------------------------------------------------

      Cheers!
    • By Viper63a


      View File SF2 F-111A Jets for Vietnam: The 428th, 429th and 430th TFS from Tahkli RTAFB
      SF2 F-111A Jets for Vietnam: The 428th, 429th and 430th TFS from Tahkli RTAFB!
      v2.0 20241207
      -------------------------------------------------------------
      This mod includes upgraded version of...
      * F-111A Combat Lancer jets for Vietnam 1968: The 428th, 429th and 430th TFS from Tahkli RTAFB!
       
      -------------------------------------------------------------
      Installation: Important!
      -------------------------------------------------------------
      * Backup\Delete\Move the "F-111A" folder out of your installation "\Aircraft\" & "\Decals\" folders...
       
      * Unzip and copy the contents of the the uncompressed "To_Mod_Folder" folder to your StrikeFighter2 mod folder and overwrite if required. 
       
      -------------------------------------------------------------
      Add F111 SoundList
      -------------------------------------------------------------
      Lastly, Read the "Add F111 SoundList.txt" readme file on updating your your "Flight\SoundList.ini" file with the custiom F-111 sound files included in this pack. 
      -------------------------------------------------------------
      Enjoy!
      =Viper=
       
      -------------------------------------------------------------
      -------------------------------------------------------------
      Credits: Updated by Viper63a, dtmdragon, Lel and Fanatic Modder!
      -------------------------------------------------------------
      -------------------------------------------------------------
       
      * FastCargo's Super Vark package 2.4 (SF2)
      http://combatace.com/files/file/10425-f-111-super-vark-pack-version-24/
      * Slick Cowboy's F-111_improvedskinpack 2.0 (SF2) 
      http://combatace.com/files/file/14798-f-111-improvedskinpack/
       
      * Dave's EF-111A Version 2.0 (SF1)
      http://combatace.com/topic/36438-ef-111a-version-20/
       
      * LeL's F-111 TAC Pack (SF1)
      http://combatace.com/topic/80711-f-111-tac-pack/
       
      * Spinners [Fictional] General Dynamics F-111A 'Early TAC' Version 1
      http://combatace.com/files/file/14574-fictional-general-dynamics-f-111a-early-tac/
       
      * Hi Ho Silver - The Afterburner Mod v.1 (SF1/SF2) 
      http://combatace.com/files/file/15143-the-afterburner-mod/
       
      * Florian - "AmokFloo" - Western Style Pilot Models (SF1/SF2)
      http://combatace.com/files/file/6693-western-style-pilot-models/
       
       
      Submitter Viper63a Submitted 06/17/2015 Category F-111  
    • By Viper63a
      SF2 F-111A Jets for Vietnam: The 428th, 429th and 430th TFS from Tahkli RTAFB!
      v2.0 20241207
      -------------------------------------------------------------
      This mod includes upgraded version of...
      * F-111A Combat Lancer jets for Vietnam 1968: The 428th, 429th and 430th TFS from Tahkli RTAFB!
       
      -------------------------------------------------------------
      Installation: Important!
      -------------------------------------------------------------
      * Backup\Delete\Move the "F-111A" folder out of your installation "\Aircraft\" & "\Decals\" folders...
       
      * Unzip and copy the contents of the the uncompressed "To_Mod_Folder" folder to your StrikeFighter2 mod folder and overwrite if required. 
       
      -------------------------------------------------------------
      Add F111 SoundList
      -------------------------------------------------------------
      Lastly, Read the "Add F111 SoundList.txt" readme file on updating your your "Flight\SoundList.ini" file with the custiom F-111 sound files included in this pack. 
      -------------------------------------------------------------
      Enjoy!
      =Viper=
       
      -------------------------------------------------------------
      -------------------------------------------------------------
      Credits: Updated by Viper63a, dtmdragon, Lel and Fanatic Modder!
      -------------------------------------------------------------
      -------------------------------------------------------------
       
      * FastCargo's Super Vark package 2.4 (SF2)
      http://combatace.com/files/file/10425-f-111-super-vark-pack-version-24/
      * Slick Cowboy's F-111_improvedskinpack 2.0 (SF2) 
      http://combatace.com/files/file/14798-f-111-improvedskinpack/
       
      * Dave's EF-111A Version 2.0 (SF1)
      http://combatace.com/topic/36438-ef-111a-version-20/
       
      * LeL's F-111 TAC Pack (SF1)
      http://combatace.com/topic/80711-f-111-tac-pack/
       
      * Spinners [Fictional] General Dynamics F-111A 'Early TAC' Version 1
      http://combatace.com/files/file/14574-fictional-general-dynamics-f-111a-early-tac/
       
      * Hi Ho Silver - The Afterburner Mod v.1 (SF1/SF2) 
      http://combatace.com/files/file/15143-the-afterburner-mod/
       
      * Florian - "AmokFloo" - Western Style Pilot Models (SF1/SF2)
      http://combatace.com/files/file/6693-western-style-pilot-models/
       
       
    • By johntitor
      So I'am playing this strike fighters 2 black sea crisis addon and I believe I did everything right . The campaigns work for all factions except United States air force . When I select them and a specific squadron of aircraft and click on generate campaign ,the game just crashes to desktop . The same thing does not occur for Russian , ukrainian air force  and united States navy . What could I be missing here . ? For some reason , the USAF aircraft are easily flown in single mission scenarios . Like the F16 will fly in single missions but when I try to click on its campaign . The game just crashes . 
       
      Your help is needed!
×

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