openairlinetycoon / OpenATDeluxe

The open source remake of Airline Tycoon Deluxe
GNU General Public License v3.0
104 stars 13 forks source link

Game Export needs special files #19

Open WizzardMaker opened 4 years ago

WizzardMaker commented 4 years ago

The game export, when exporting with godot, needs some more libraries for the text handling/saving. The original files are saved in the 1252 Windows encoding. This encoding needs the I18N.dll and I18N.West.dll. Sadly godot doesn't add them to the exported files, meaning we need to add them manually.

This step should be added to the export procedure where the image file stripping is handled.

WizzardMaker commented 4 years ago

Adding the new midi interface fluidsynth library to the list of needed files