About
This project completes the partial source code that GOG bundled as a free bonus with Airline Tycoon Deluxe. Running it requires original game assets from the First Class, Evolution, or Deluxe edition (purchasable via GOG). The singleplayer game is fully playable, and it's built using Visual Studio 2019 Community.
How it differs from the original
Network multiplayer has been reimplemented using ENet in place of the original's DirectPlay networking, and may behave differently as a result.
Getting started
You need to own the original game assets from GOG (First Class, Evolution, or Deluxe edition) alongside this source code; after cloning the repository and initializing its submodules, it's built with Visual Studio 2019 Community.
Known limitations
- multiplayer: Network multiplayer has been reimplemented using ENet instead of DirectPlay and may behave differently than the original.
Additional notes
- License
- The code is licensed under GOG's release terms for non-commercial use only and remains the property of BFG, so it is not open source in the free-software sense.