The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.0.30 (Linux)
|
Open border and custom scenarios not working properly - Printable Version +- Forum (https://theairlineproject.net/forum) +-- Forum: Downloads (https://theairlineproject.net/forum/forumdisplay.php?fid=5) +--- Forum: Bug Reporting (https://theairlineproject.net/forum/forumdisplay.php?fid=9) +--- Thread: Open border and custom scenarios not working properly (/showthread.php?tid=2120) |
Open border and custom scenarios not working properly - kendoka - 04-28-2020 I haven't seen any explanation of how open borders are supposed to work but I presume it would allow an airline to fly from one domestic airport to another domestic airport in another country. Say for example, from a domestic airport in France to a domestic airport in Ireland because they're both Schengen countries. But what I find is that there's no difference between countries with open borders and those without. Is there something I'm missing? When I try to create custom scenarios and add airliners using <airliners> they don't appear in the game. If I add routes then airliners appear, but only Airbus planes for some reason. I've included the code I use below. Code: <airliners> Code: <routes> RE: Open border and custom scenarios not working properly - Tjoeker - 04-28-2020 We indeed didn't implement the features behind open border agreements, only the data. But I'd like to point out that Ireland is not part of Schengen, instead it's part of the Common Travel Area with the UK. Scenarios aren't behaving as they should either. There is one mistake in your code: you have to replace quantity="" by 'early="" late=""'. With early being before 2010, and late after 2010. It's kinda arbitrary I know. We'll definitely update this for TAP NG. RE: Open border and custom scenarios not working properly - kendoka - 04-30-2020 Thanks for the clarification. Yeah, I realized that Ireland-France was a bad example like 30 seconds after I posted it. And I noticed that airliners are assigned to airlines differently in the airlines folder than in the scenarios folder. I've tried both ways and neither works... Can't wait for the NG! |