openairlinetycoon / OpenATDeluxe

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

File pathing wrong for non windows game versions #25

Open WizzardMaker opened 4 years ago

WizzardMaker commented 4 years ago

Is your feature request related to a problem? Please describe. Linux and Mac store their files in a different folder structure and also handle the file name capitalization differently.

Describe the solution/addition you'd like Custom helper class for File handling would be needed. It will search for the needed file in the game folder. This will prevent errors about missing files (except when they are not in the game folder to begin with) and wrong file name capitalization. This could fix #16 and #21