03-16-2018, 08:05 PM
I'm working on a realistic demand model (for now only for me by the updated 2k17 airport usage) and implementing it to the new code, but sometimes there are some huge airports where the usage is around 40M and I added it to the game what went a bit berserk when it got those numbers.
Anyway, I'm working on it for europe now (including all the european airports, even the small ones).
And just to let you understand what do I mean with the first part:
<!--Prague-->
<airport iata="PRG">
<factors>
<factor type="BusinessNationalArriving" value="20"></factor>
<factor type="BusinessNationalDeparting" value="40"></factor>
<factor type="BusinessTotalArriving" value="380"></factor>
<factor type="BusinessTotalDeparting" value="230"></factor>
<factor type="CityTouristTotal" value="1000"></factor>
<factor type="CityTouristWinter" value="480"></factor>
<factor type="HolidayTouristOffSeasonArriving" value="1000"></factor>
<factor type="HolidayTouristOffSeasonDeparting" value="400"></factor>
<factor type="HolidayTouristSummerArriving" value="4000"></factor>
<factor type="HolidayTouristSummerDeparting" value="2900"></factor>
<factor type="HolidayTouristWinterArriving" value="3500"></factor>
<factor type="HolidayTouristWinterDeparting" value="1465"></factor>
</factors>
</airport>
If you want a correct number, multiply by x1000.
Anyway, I'm working on it for europe now (including all the european airports, even the small ones).
And just to let you understand what do I mean with the first part:
<!--Prague-->
<airport iata="PRG">
<factors>
<factor type="BusinessNationalArriving" value="20"></factor>
<factor type="BusinessNationalDeparting" value="40"></factor>
<factor type="BusinessTotalArriving" value="380"></factor>
<factor type="BusinessTotalDeparting" value="230"></factor>
<factor type="CityTouristTotal" value="1000"></factor>
<factor type="CityTouristWinter" value="480"></factor>
<factor type="HolidayTouristOffSeasonArriving" value="1000"></factor>
<factor type="HolidayTouristOffSeasonDeparting" value="400"></factor>
<factor type="HolidayTouristSummerArriving" value="4000"></factor>
<factor type="HolidayTouristSummerDeparting" value="2900"></factor>
<factor type="HolidayTouristWinterArriving" value="3500"></factor>
<factor type="HolidayTouristWinterDeparting" value="1465"></factor>
</factors>
</airport>
If you want a correct number, multiply by x1000.