Change Log

v6.10.16 - 2025-01-15

First patch of the year comes with a bunch of smaller fixes and improvements, alongside yet another sizeable data update courtesy of @koenc86. Thanks to anyone who reported issues and suggested improvements that were tackled as part of this patch.

Added

  • New “on offer” column in fleet summary on airline profile page.
  • Passenger/cargo compensation listed separately in income and balance statement.
  • New account “Loan receivable” (number 950) to better facilitate manual loans in exclusive game worlds. Existing “Loan” account renamed to “Loan payable” for consistency.

Changed

  • Fall back to short airport name rather than city when displaying name of an airport for which no full name is specified.
  • Filters by all/some/no flight days for existing flight numbers in aircraft-based scheduling treat flights with fixed arrival times but without aircraft assignments as “not scheduled”.
  • Existing flight numbers in aircraft-based scheduling now use same flight day format as in Scheduling (L for locked, ! for problems etc.).
  • Flight days display on flight numbers page consistent with aircraft-based scheduling and Scheduling page.

Fixed

  • Fixed y-axis labels of profit & loss chart and upgraded data visualization library to latest version in the process.

Data

  • Airport Updates
    • Hurghada/HRG: updated demand
    • Addis Ababa/ADD: updated demand
    • La Paz, BO/LPB: updated demand
    • Chongqing/CKG: updated size, slots and runway amount
    • Liberia/LIR: updated demand
    • Nosara Beach/NOB: updated demand
    • Carillo/PLD: updated name and location
    • Puerto Jimenez/PJM: updated demand
    • Quepos/XQP: updated demand
    • San Jose, CR/SJO: updated demand
    • Tortuquero/TTQ: updated location
    • Nuuk/GOH: updated runway length and demand
    • Fort de France/FDF: updated demand
    • Raipur/RPR: updated runway length
    • Kupang/KOE: changed transfer possibility
    • Labuan Bajo/LBJ: updated runway length, updated demand
    • Maumere/MOF: updated runway length, updated demand
    • Nabire/NBX: updated location, updated runway length, updated demand
    • Tambolaka/TMC: updated runway length, updated name, updated demand
    • Ternate/TTE: changed transfer possibility
    • Waingapu/WGP: updated runway length, updated name, updated demand
    • Cork/ORK: updated demand
    • Dublin/DUB: updated runway length and increased slots
    • Siem Reap/REP: airport closed, replaced by SAI
    • Nairobi/NBO: updated demand
    • Armenia/AXM: updated demand
    • Barranquilla/BAQ: updated demand
    • Bogota/BOG: updated demand
    • Bucaramanga/BGA: updated demand
    • Cartagena/CTG: updated demand
    • Medellin Enrique Herrera/EOH: changed transfer possibility, updated demand
    • Pasto/PSO: updated demand
    • Pereira/PEI: updated demand
    • Riohacha/RCH: updated demand
    • Santa Marta/SMR: updated demand
    • Benghazi/BEN: updated demand
    • Misratah/MRA: updated demand
    • Sabha/SEB: updated demand
    • Tobruk/TOB: updated demand
    • Tripoli/TIP: airport closed, replaced by MJI
    • Tripoli/MJI: updated demand
    • Agadir/AGA: updated demand
    • Essaouira/ESU: updated demand
    • Fes/FEZ: updated demand
    • Marrakech/RAK: updated demand
    • Nador/NDR: updated demand
    • Oujda/OUD: updated demand
    • Rabat/RBA: updated demand
    • Tangier/TNG: updated demand
    • Tetuan/TTU: updated demand
    • Beira/BEW: updated demand
    • Maputo/MPM: updated demand
    • Nampula/APL: updated demand
    • Chatham Island/CHT: updated runway length
    • Whanganui/WAG: corrected spelling
    • Lima/LIM: added new runway, updated size and slots
    • Lusaka/LUN: updated demand
    • Mahe/SEZ: updated demand
    • Zanzibar/ZNZ: updated demand
    • Ko Samui/USM: updated demand
    • Djerba/DJE: updated demand
    • Monastir/MIR: updated demand
    • Sfax/SFA: updated demand
    • Charleston, SC, US/CHS: changed transfer possibility
    • San Antonio, TX, US/SAT: updated demand
    • Bulawayo/BUQ: updated demand
    • Harare/HRE: updated demand
    • Victoria Falls/VFA: updated demand
    • Enfidha/NBE: updated demand
    • Rajahmundry/RJA: updated runway length
    • Phoenix Mesa Gateway/AZA: changed transfer possibility
    • Alor/ARD: updated demand
    • Atambua/ABU: updated runway length, updated demand
    • Bajawa/BJW: updated runway length, updated demand
    • Fak Fak/FKQ: updated runway length, updated demand
    • Labuha/LAH: updated runway length, updated demand
    • Luwuk/LUW: updated demand
    • Ruteng/RTG: updated runway length, updated name
    • Zintan/ZIS: updated demand
    • Goulimime/GLN: updated demand
    • Borongan/BPA: new airport
    • Gondia/GDB: new airport
    • Giza/SPX: new airport
    • Ewer/EWE: new airport
    • Singkawang/SKJ: new airport
    • Siem Reap/SAI: new airport
    • Tabuaeran/TNV: new airport
    • Hanak/RSI: new airport
    • Cobano/ACO: new airport
    • Cooch Behar/COH: new airport
    • Shivamogga/RQY: new airport
    • Luanda Neto/NBJ: new airport
    • Lakeland/LAL: new airport
5 Likes

v6.10.17 - 2025-01-16

Fixed

  • Do not duplicate income/loss chart on window resize.
1 Like

v6.10.18 - 2025-02-07

This is primarily a technical release, introducing the infrastructure, data structures and configuration for the upcoming Aircraft Performance System 1.5. But a few visible improvements, mostly related to aircraft performance, made it into the game as well. Please let me know if you run into any issues!

Added

  • Feature flag/configuration option to set highest supported version of aircraft performance model per game world.
  • Batch command processing tool for exclusive game worlds to add funds and generate aircraft in bulk. For internal use only for now.
  • Performance tool shows a warning about limited takeoff/landing weights when runway length is below the maximum required.

Changed

  • Flight Number Management: Render scheduled days in monospace font to make them more readable.
  • Rebuilt and redesigned payload-range charts that show a reference graph of unconstrained performance when actual performance (due to cruise speed or mission constraints) differs.

Internal

  • Stricter rate limits for requests to game world pages.
  • Importer for new aircraft performance profile data.
  • Abstract over configured performance model where general performance characteristics (ranges, runway lengths, …) are displayed, like aircraft family and type detail pages.
  • Implement initial version of performance system 1.5 formulas.
2 Likes

v6.10.19 - 2025-02-21

This release was primarily intended to add more batch commands for exclusive game worlds (documentation on those) but I also added a hotfix for the issue reported on this thread (German only).

Added

  • Additional batch commands for exclusive game worlds: add_user, remove_user and remove_funds

Fixed

  • Some airports were impossible to select in airport auto-complete input fields.

Internal

  • Performance System 1.5: Base fuel capacity mass on volume and AS’ default fuel density.
1 Like

v6.10.20 - 2025-04-14

This maintenance update has been sitting on the shelf for quite some time, so under the hood, it actually includes quite a lot of code changes for upcoming features. As such, please make sure to report any issues you might run into.

Changed

  • Adjusted caching of small company logos to avoid outdated logos from being shown.

Fixed

  • Cash flow events that fall into the next year are displayed in correct sequence.
  • Changing the interface language through the footer menu could cause internal server error under some circumstances.
  • Airport page: Handle invalid parameters more gracefully.

Internal

  • Performance System 1.5: Adjust definition of minimum takeoff/landing field lengths to use value from data rather than computing a value.
  • Individual Travel Request Generation (bulk): No ratings shown in ORS search results (when Individual Travel Requests are enabled) and info box about “neutral display” including in-game help article on the subject.
  • Individual Travel Request Generation (bulk): Hide product rating totals on route and flight info pages when Individual Travel Requests are enabled.
  • Individual Travel Request Generation (bulk): Make some booking preferences depend on distance.
  • Tooling for quicker generation and release of “end of game world” statistics.
  • More explicit limits for maximum amount of parallel web requests.
  • Improved thread allocation for database operations.