Skip to content

Releases: TryTryAgain/msfs2024-career-maintenance

v1.4.7

07 Mar 14:12
Compare
Choose a tag to compare

v1.4.7 - 2025-03-07 - Time to sell

Added

  • Added the ability to Sell Aircraft, using Start-Process -FilePath "msfs2024-career-maintenance.ahk" -ArgumentList "-numOfAircraft", "42", "-sellAircraft", "y" for example.

Changed

  • Updated to support SU1 1.3.23.0, changed the "To maintain" color from 0xF59C00 to the new darker orange 0xF57900. A reminder that Under "Accessibility"->"User interface and font" game settings, only the "Default" "Main Color" color scheme is supported.

  • Increased a couple Sleep delays, regarding Manage and Update functions.

v1.3.5

17 Feb 04:59
Compare
Choose a tag to compare

v1.3.5 - 2025-02-17 - Cruise Control

Added

  • BETA: Ability to bulk toggle Crew On/Off for a company's fleet (or range within)
  • Added/split navDelay default 150ms (considerably increases speed on large fleets)
  • Also added a crewDelay default sleep of 500ms

Changed

  • More defaults (many times faster overall)
    • cycleDelay 800ms -> 1000ms
    • removed unnecessary tooltips and sleeps

v1.2.3

14 Feb 19:35
Compare
Choose a tag to compare

v1.2.3 - 2024-02-24 - Time

Added

  • Added timer, total/elapsed time in HH:MM:SS printed in the final MsgBox dialog.

Changed

  • keyDelay 200ms -> 300ms ... as I noticed a few getting missed when operating on large fleets.

v1.1.2

14 Feb 00:58
Compare
Choose a tag to compare

v1.1.2 - 2025-02-23 - Whoops

Fixed

  • Fixed if statements, multiline needed to be wrapped in {}. Otherwise it was running the second extendedMaintenance check even if extendedMaintenance was not equal to true.

v1.1.1

13 Feb 23:03
Compare
Choose a tag to compare

v1.1.1 - 2025-02-13 - Stuff

Added

  • Added ^c::ExitApp ; Press "Ctrl+C" at any time to exit the script (sometimes you may need to press CTRL+C multiple times...)
  • Added "Out of order" maintenance handling.
  • Added/split maintenanceDelay out from keyDelay so keyDelay can be faster and maintenance tasks don't get messed up or missed.
  • Added new startFrom and endAt options to allow for more selection flexibility and range options when choosing which planes to perform maintenance on in a fleet.
  • Groundwork for deep/extended maintenance inspection.

Changed

  • Sped it up (defaults changed)
    • keyDelay 750ms -> 200ms
    • cycleDelay 1100ms -> 900ms
    • You can now skip the general "Update check up" using "-updateCheckUp", "false"

Fixed

  • Fixed an edge case "Buy aircraft" bug (when operating on a company with only one plane). See #2 (comment)
  • It now handles "Out of order" red maintenance tasks now in addition to the regular orange "To maintain" and "Warn".
  • It now handles interstitial insurance claims when repairs have insurance refunds.