As this is going to contain a fair amount of criticism, some things upfront:
All that is said here is based on V1 (0.41 to 0.51), as I can't get TAP V2 to run. So some things might already have been addressed in V2
I own about 7 different offline Airline Management Simulations, from early ones running under DOS to TAP, Airline 7, Airpro 8. I've also played about an equal number of on-line sims.
The Airline Project is one of, if not the favorite sim among those I played. It offers a lot, for free nonetheless, and my only real complaint would be the instability. So don't take the following things to hard.
So, what do I have in mind?
1) Airliner classes
TAP makes the same mistake as pretty much any other airline management sim by using Economy class as basis. For anything before the 1960s, the main and often only class was first class. PA introduced Tourist class fares in 1952 ... and the IATA actually put up a boycott of any flight containing Tourist class passengers, so PA could only offer these new low-fare tickets on few routes.
Tourist/Economy class became more common in the following years, after US courts declared the IATA boycott an illegal trade hindrance (or something similar).
As of TAP V1 0.51, 1st class appears only in 1960
2) Route demand
This is a huge area for discussions, and probably the most difficult one to program. Most sims use fixed demand numbers, and I like about TAP that it is actually possible to "create demand". Other sims use airport categories (by size or pax demand) and calculate route demand from there. Although not ideal, I think this is a better starting point.
To explain this, in a quite simplified way: Most airports have an 'area of influence', from which they draw their passengers. This can be a city, or more likely an area. So basing pax supply/demand on population density within the airport's 'area of influence' is a good start.
But airports almost never have their 'area of influence' for themselves. Most are interconnected to several airports. Well-known examples would be NYC (3 major airports), London (4 major/medium airports), or Paris (3 airports). But they're not the only examples. Sometimes, a city has 2 or more airports (Chicago, Houston), sometimes the respective area is quite large. For example, I live in northern Switzerland, which is served by two airports (ZRH and EAP/BSL). There are also some airports in Germany (e.g. FDH) that people may use.
What airport people actually choose, is based on some criteria such as:
- airport reputation (size, number of routes offered, amenities/attractions, ease of access)
- distance to airport
People usually want to go from Place A to Place B, not from Airport X to Airport Y. That's what low-fare airlines use to cut into markets: Offer a route that closely matches peoples destinations, but from airports that are smaller/less reputable and further away from people's homes. If the price is low enough, people will use the somewhat less comfortable connection.
Example: I live about 20km away from ZRH. I want to travel to Germany (LEJ). There is (was) no direct connection, but I can go to Berlin and take the train/car from there. ZRH - TXL is/was available (DLH, Swiss), as is BSL - SXF (EasyJet). I took the latter one, even though it takes me more than twice the time to get to BSL, compared to ZRH.
One big difficulty would obviously be defining the 'area of influence' for each airport. Using airport/pax supply or demand categories would be an easier substitute. Even more complicated would be the question, which airports are interconnected. For NYC, do you consider only LGA, JFK/IDL, and EWR, or also Teterboro and Westchester County?
3) Cabin layout
This is something that bothers me quite a bit...
At the moment (V1 0.51) the cabin layout is based on a number of seat spaces available, and the size factor of each seat (category) chosen.
If you try to model real world layouts, particularly from the early times, you run into some issues. On paper, the size factor of each seat (category) is easily calculated. Take seat width and pitch, use one as base (e.g. 18in wide/31in pitch as 1.0) and you get the numbers for different seat widths and pitches easily.
It just never fits.
Plus, you have to correct the available seat space for some planes. The de Havilland Comet 1 is a perfect example. Yes, these were configured for either 44 (BOAC) or 48 (AF) passengers. But the seats were not economy seats at 31in pitch. They were 1st class seats, around 24in wide and with 44-48in pitch.
Up comes the next issue: If you change the seat space in the Comet I to fit 44-48 1st class seats (say, to capacity passengers="72"), somebody might actually run it with 72 Economy seats. So now we have to look at the max. number of seats allowed (exit limit).
Long story short:
- It should be possible to change the number of seats in all classes.
- The total number of seats should be capped (exit limit).
Ideal would be a graphic interface for creating a cabin layout, and being able to also place things like galleys, coat racks, passenger bar or buffet. They also use up space.
Furthermore, it should be possible to use different seats or seat pitches in the same class. Take a look at http://www.boeing.com/assets/pdf/commerc...ps/dc8.pdf -> pages 25ff
You'll notice that not every row has the same seat pitch. Same on modern planes ... airlines are selling bulkhead or emergency exit rows as "comfort seats", as they offer more leg space (greater seat pitch).
4) Airplane data
Ok, a lot of data comes from Wikipedia. And also for technical stuff, Wikipedia is a better source than for ideological/political stuff, it still isn't great. Sources like airliner.net are probably better, but the best would be pilot's manual or similar.
But not only data quality is an issue.
Airplanes do not have a fixed range. It's more of an range envelope. The limiting factors are max. take-off weight (MTOW), fuel load, and payload. An airliner can't fly its full ferry range with a full load of passengers and their baggage.
Again, take a look at http://www.boeing.com/assets/pdf/commerc...ps/dc8.pdf - this time page 50ff. You'll see the range/payload diagrams.
Granted, programming this (less range with more pax/cargo) would be a pain. But there need to be some guidelines what data to use.
Same goes for fuel consumption, the one thing hardest to determine and the one I changed most often im my game copies. You may find the total tank capacity of a given aircraft, but that's not the usable capacity. Plus, things like "typical range" usually include a 20-45min reserve. Ferry range usually is max range, no reserves.
Once again, there need to be some guidelines what data to use. It's not about how correct they are, but more about how comparable the data for all the aircraft are. Same amount off is better than different standards for determining/calculating data.
5) Airplanes
It's true that a lot more Cessna and Piper aircraft are manufactured than Boeings and Airbusses. And yes, some airlines actually use them. But do I really have to scroll through hundreds of them to find some "real" airliners?
6) Documentation
I like to write contracts (for charter routes, or essential air service) and scenarios. But I'm seriously hampered by lack of documentation for the usable XML elements/attributes. Ok, it's Alpha/Pre-Alpha, but please make sure to document to some extent. It also makes community participation much easier. Just using what you can see in example files isn't always enough.
Well, I think that's about it for now.
Cheers,
DocS73
All that is said here is based on V1 (0.41 to 0.51), as I can't get TAP V2 to run. So some things might already have been addressed in V2
I own about 7 different offline Airline Management Simulations, from early ones running under DOS to TAP, Airline 7, Airpro 8. I've also played about an equal number of on-line sims.
The Airline Project is one of, if not the favorite sim among those I played. It offers a lot, for free nonetheless, and my only real complaint would be the instability. So don't take the following things to hard.
So, what do I have in mind?
1) Airliner classes
TAP makes the same mistake as pretty much any other airline management sim by using Economy class as basis. For anything before the 1960s, the main and often only class was first class. PA introduced Tourist class fares in 1952 ... and the IATA actually put up a boycott of any flight containing Tourist class passengers, so PA could only offer these new low-fare tickets on few routes.
Tourist/Economy class became more common in the following years, after US courts declared the IATA boycott an illegal trade hindrance (or something similar).
As of TAP V1 0.51, 1st class appears only in 1960
2) Route demand
This is a huge area for discussions, and probably the most difficult one to program. Most sims use fixed demand numbers, and I like about TAP that it is actually possible to "create demand". Other sims use airport categories (by size or pax demand) and calculate route demand from there. Although not ideal, I think this is a better starting point.
To explain this, in a quite simplified way: Most airports have an 'area of influence', from which they draw their passengers. This can be a city, or more likely an area. So basing pax supply/demand on population density within the airport's 'area of influence' is a good start.
But airports almost never have their 'area of influence' for themselves. Most are interconnected to several airports. Well-known examples would be NYC (3 major airports), London (4 major/medium airports), or Paris (3 airports). But they're not the only examples. Sometimes, a city has 2 or more airports (Chicago, Houston), sometimes the respective area is quite large. For example, I live in northern Switzerland, which is served by two airports (ZRH and EAP/BSL). There are also some airports in Germany (e.g. FDH) that people may use.
What airport people actually choose, is based on some criteria such as:
- airport reputation (size, number of routes offered, amenities/attractions, ease of access)
- distance to airport
People usually want to go from Place A to Place B, not from Airport X to Airport Y. That's what low-fare airlines use to cut into markets: Offer a route that closely matches peoples destinations, but from airports that are smaller/less reputable and further away from people's homes. If the price is low enough, people will use the somewhat less comfortable connection.
Example: I live about 20km away from ZRH. I want to travel to Germany (LEJ). There is (was) no direct connection, but I can go to Berlin and take the train/car from there. ZRH - TXL is/was available (DLH, Swiss), as is BSL - SXF (EasyJet). I took the latter one, even though it takes me more than twice the time to get to BSL, compared to ZRH.
One big difficulty would obviously be defining the 'area of influence' for each airport. Using airport/pax supply or demand categories would be an easier substitute. Even more complicated would be the question, which airports are interconnected. For NYC, do you consider only LGA, JFK/IDL, and EWR, or also Teterboro and Westchester County?
3) Cabin layout
This is something that bothers me quite a bit...
At the moment (V1 0.51) the cabin layout is based on a number of seat spaces available, and the size factor of each seat (category) chosen.
If you try to model real world layouts, particularly from the early times, you run into some issues. On paper, the size factor of each seat (category) is easily calculated. Take seat width and pitch, use one as base (e.g. 18in wide/31in pitch as 1.0) and you get the numbers for different seat widths and pitches easily.
It just never fits.
Plus, you have to correct the available seat space for some planes. The de Havilland Comet 1 is a perfect example. Yes, these were configured for either 44 (BOAC) or 48 (AF) passengers. But the seats were not economy seats at 31in pitch. They were 1st class seats, around 24in wide and with 44-48in pitch.
Up comes the next issue: If you change the seat space in the Comet I to fit 44-48 1st class seats (say, to capacity passengers="72"), somebody might actually run it with 72 Economy seats. So now we have to look at the max. number of seats allowed (exit limit).
Long story short:
- It should be possible to change the number of seats in all classes.
- The total number of seats should be capped (exit limit).
Ideal would be a graphic interface for creating a cabin layout, and being able to also place things like galleys, coat racks, passenger bar or buffet. They also use up space.
Furthermore, it should be possible to use different seats or seat pitches in the same class. Take a look at http://www.boeing.com/assets/pdf/commerc...ps/dc8.pdf -> pages 25ff
You'll notice that not every row has the same seat pitch. Same on modern planes ... airlines are selling bulkhead or emergency exit rows as "comfort seats", as they offer more leg space (greater seat pitch).
4) Airplane data
Ok, a lot of data comes from Wikipedia. And also for technical stuff, Wikipedia is a better source than for ideological/political stuff, it still isn't great. Sources like airliner.net are probably better, but the best would be pilot's manual or similar.
But not only data quality is an issue.
Airplanes do not have a fixed range. It's more of an range envelope. The limiting factors are max. take-off weight (MTOW), fuel load, and payload. An airliner can't fly its full ferry range with a full load of passengers and their baggage.
Again, take a look at http://www.boeing.com/assets/pdf/commerc...ps/dc8.pdf - this time page 50ff. You'll see the range/payload diagrams.
Granted, programming this (less range with more pax/cargo) would be a pain. But there need to be some guidelines what data to use.
Same goes for fuel consumption, the one thing hardest to determine and the one I changed most often im my game copies. You may find the total tank capacity of a given aircraft, but that's not the usable capacity. Plus, things like "typical range" usually include a 20-45min reserve. Ferry range usually is max range, no reserves.
Once again, there need to be some guidelines what data to use. It's not about how correct they are, but more about how comparable the data for all the aircraft are. Same amount off is better than different standards for determining/calculating data.
5) Airplanes
It's true that a lot more Cessna and Piper aircraft are manufactured than Boeings and Airbusses. And yes, some airlines actually use them. But do I really have to scroll through hundreds of them to find some "real" airliners?
6) Documentation
I like to write contracts (for charter routes, or essential air service) and scenarios. But I'm seriously hampered by lack of documentation for the usable XML elements/attributes. Ok, it's Alpha/Pre-Alpha, but please make sure to document to some extent. It also makes community participation much easier. Just using what you can see in example files isn't always enough.
Well, I think that's about it for now.
Cheers,
DocS73