Releases: TryTryAgain/msfs2024-career-maintenance
Releases · TryTryAgain/msfs2024-career-maintenance
v1.4.7
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 orange0xF57900
. 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
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)
- See the GitHub issue for more info
- Initial support for English (en-US), German (de-DE), French (fr-FR), and Norwegian (nb-NO)
- 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
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
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
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 pressCTRL+C
multiple times...) - Added "Out of order" maintenance handling.
- Added/split
maintenanceDelay
out fromkeyDelay
sokeyDelay
can be faster and maintenance tasks don't get messed up or missed. - Added new
startFrom
andendAt
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 -> 200mscycleDelay
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.