Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/20/2025 in Posts

  1. Sure it can. And it will until the 737 is where we want it.
    1 point
  2. I too would love to pilot a 717 in XP12 but the IXEG 737 obviously has priority over other planned IXEG planes.
    1 point
  3. If you have Flywithlua installed you can fix the bank roll limit by creating a lua script with the following content: if (AIRCRAFT_FILENAME == "LES_Saab_340A.acf" or AIRCRAFT_FILENAME == "LES_Saab_340A_Cargo.acf" or AIRCRAFT_FILENAME == "LES_Saab_340A_AEW.acf") then function les_bank_fixer() dataref("SBankLimit","sim/cockpit2/autopilot/bank_angles_values","writable") SBankLimit = 27.0 end do_often("les_bank_fixer()") end
    1 point
×
×
  • Create New...