The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.0.30 (Linux)
|
Changing an Airline - Printable Version +- Forum (https://theairlineproject.net/forum) +-- Forum: General Discussion & Suggestions (https://theairlineproject.net/forum/forumdisplay.php?fid=4) +--- Forum: Discussion (https://theairlineproject.net/forum/forumdisplay.php?fid=10) +--- Thread: Changing an Airline (/showthread.php?tid=1783) |
Changing an Airline - Ben959 - 07-27-2019 Soooooo. Does anyone know how to change an Airlines Data? like for example when I try to set Emirates Homebase to the JFK Airport or Atlanta or stuff like this? Or the start year? RE: Changing an Airline - Tomcatter - 07-27-2019 First you just have to download "Notepad++" --- https://notepad-plus-plus.org/download/v7.7.1.html --- Run the application and open under "Data" -> "Airlines" the airline you want to edit. Just change the "preferedairport" DXB to JFK and of course "Country" to 122 (US). Code: <profile name="Emirates" iata="EK" color="LightPink" country="156" CEO="Tim Clark" mentality="Aggressive" market="Global" preferedairport="DXB"> Code: <profile name="Emirates" iata="EK" color="LightPink" country="122" CEO="Tim Clark" mentality="Aggressive" market="Global" preferedairport="JFK"> RE: Changing an Airline - Ben959 - 07-27-2019 Thanks |