/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
...I think that isn't possible until multiclass - which is in a time far, far away...
Advantages in the game.
...
2. Seat Pitch- You could choose the seat pitch of you planes. Higher seat pitch =less seats you can sell. But people would pay more for higher pitch so you could make more money but also could make less due to less seats being available.
3. Being able to choose what type of airline you were(Legacy, Full service, Regional, Low-cost) which I am thinking that traditionally the Legacy would charge higher prices, and probably make more money, Full service would be a carrier like Alaska Air, which isn't a legacy and would operate in certain area(As they specialize in flights to Alaska and in Western U.S., Regional would only be able to serve >10 million passenger airport, and low-cost would obviously charge lower- fares.Wouldn't that need a new loadfactor equation?
4. I think you should be able to sell you aircraft for less than 50%, because sometimes I would like to give a discount to airline that sell a lot of my aircraft.The bottom limit of 50% is to prevent money transfer by selling planes expensive and then buy them back at 25%.
for load factor you can do each class independently so there are between 50 and 100 first class seats a day 150-200 business and 1500 to 2000 eco passengers a day. Each class will be like its own flight.
for load factor you can do each class independently so there are between 50 and 100 first class seats a day 150-200 business and 1500 to 2000 eco passengers a day. Each class will be like its own flight.
Yep, that was what i was thinking. It will take slightly longer to create routes, but it will be more dynamic.
Easier accessWe have not done much for mobile as the limited resources go towards the main website and upkeep on-going upkeep. I'll have a root around and see what SMF is capable of on the mobile side.
I have seen that this game isn't as mobile friendly as some other Airline Management Games are.
1. Make the Forum more mobile friendly, There is specific layouts for forums and would be very useful.
2. Really same as above but make the game more mobile friendly, it would greatly help but probably would take quite awhile.
3. Make an app for the game, would only cost $99/year to be able to make it.
Advantages in the game.These features are likely to be a part of multi-classes at whatever stage we get that out.
Here are just a few more suggestions that could make the game more realistic.
1. IFE- Be able to install In-Flight entertainment in you fleet, could charge for it, and when multi-class is built in then you could choose different systems for the different classes.
2. Seat Pitch- You could choose the seat pitch of you planes. Higher seat pitch =less seats you can sell. But people would pay more for higher pitch so you could make more money but also could make less due to less seats being available.
3. Being able to choose what type of airline you were(Legacy, Full service, Regional, Low-cost) which I am thinking that traditionally the Legacy would charge higher prices, and probably make more money, Full service would be a carrier like Alaska Air, which isn't a legacy and would operate in certain area(As they specialize in flights to Alaska and in Western U.S., Regional would only be able to serve >10 million passenger airport, and low-cost would obviously charge lower- fares.There are a few methods to allow full service, low cost etc structure to come into the game without actually choosing what type of airline as an option, since its possible in real life for each type to have attributes belonging to any category. I'm working on University related items that would feed in nicely here as a result of on-going research.
4. I think you should be able to sell you aircraft for less than 50%, because sometimes I would like to give a discount to airline that sell a lot of my aircraft.That's not going to happen due to feeding, where there is too much assistance being given to airlines, bordering on cheating.