04-28-2020, 03:34 AM
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.
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>
<airliner type="Airbus A320-200" quantity="4"></airliner>
</airliners>
Code:
<routes>
<route origin="JFK" destination="DFW" airliner="Boeing 737-800" />
</routes>