/* * 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; } } } } }
Hello, I'm new in AM and in the forum. Thank you for this great game. I would like to ask some questions:
First thing I would like to ask is, why fuel expenses have been changed in Feb game year.
2/2/1990 Daily Fuel Expense €0 €375
1/2/1990 Daily Fuel Expense €0 €375
24/1/1990 Daily Fuel Expense €0 €14,969
23/1/1990 Daily Fuel Expense €0 €14,969
That's a very big difference! I have the same plane and same route and same frequencies since the game start.
Does DOP stand for Daily Operation Profit? I had about €14,000 increase on this at this month. Is it because of this change in fuel expenses?
When I view the gates I own, I can't see my returning flights on "Departures" in the flight table of the arrival city. Do my flights return without passengers?
Also I would like to ask something else. 13 hours prior to game start, I made a mistake and instead of returning the gate I have rented before, I clicked OCP so I've rented another one. This affected my finance bad. Did I somehow have the chance to undo this action since the game haven't started at that time?
Thank you for your answers.
Hello, I'm new in AM and in the forum. Thank you for this great game. I would like to ask some questions:
First thing I would like to ask is, why fuel expenses have been changed in Feb game year.
2/2/1990 Daily Fuel Expense €0 €375
1/2/1990 Daily Fuel Expense €0 €375
24/1/1990 Daily Fuel Expense €0 €14,969
23/1/1990 Daily Fuel Expense €0 €14,969
That's a very big difference! I have the same plane and same route and same frequencies since the game start.
Does DOP stand for Daily Operation Profit? I had about €14,000 increase on this at this month. Is it because of this change in fuel expenses?
When I view the gates I own, I can't see my returning flights on "Departures" in the flight table of the arrival city. Do my flights return without passengers?
Also I would like to ask something else. 13 hours prior to game start, I made a mistake and instead of returning the gate I have rented before, I clicked OCP so I've rented another one. This affected my finance bad. Did I somehow have the chance to undo this action since the game haven't started at that time?
Thank you for your answers.
Don't get me wrong. I am not beggingor something. I accept that it is my fault and I learn from my mistakes. I just wondered if "undo" is available before the game begins.
So my flights don't return empty. They just don't appear in the flight list. Am i right?
Thanks for the answers.
1-How do I reset? Does it have any other +/- effects than just losing everything you have and starting over?
2-Can someone explain me those in View Routes section?
Flight Leg Costs
Trip Cost €4,158.00
Hourly Cost €440.47
Aircraft-Mile Cost €172.62
Seat-mile Cost €1.11
Revenue-mile Cost €1.11
3-I have manually returned the second gate which I'm not using, but still "1" is written under Tagged for that gate. I hope it wouldn't return it automatically at the end of month. It is %60 utilised
4-I have tried to upload a *.png logo but it still writes that I have to upload a gif, jpeg or png. I haven't exceeded the file size.
Just piggybacking onto this thread.
The finance panel marks the fuel costs as "(daily)" and the wiki says the costs are chraged at the end of the month (along with the rent costs). When are fuel costs taken out?
(And... are costs applied on the 24th of the month or the 1st? (Unfortunately, the new game month starts at 5am for me, so I wasn't up to experience my first bill.)
Sorry, I didn't get what you meant in your msg Air Elbonia. Did you mean it is a mistake in the game?
Another question, I have 0 hours left for my aircraft. Does it mean that it can't be maintenanced? Should I free 1 hour in its schedule?
Sorry, I didn't get what you meant in your msg Air Elbonia. Did you mean it is a mistake in the game?
Another question, I have 0 hours left for my aircraft. Does it mean that it can't be maintenanced? Should I free 1 hour in its schedule?
Fuel prices now fluctuate monthly, and are mildly loosened from the yearly averages we've got in the database. they can swing +-5% (plus some variance for the present year and surrounding years as an anchor). Yearly changes were too unnoticable, and there's no reliable source out there that i know of to show the crude oil or jet fuel prices on a monthly or daily basis from 1900 on.
unfortunately a typo plagued the initial update, however i'm not gonna flip the prices back up unreasonably.
Pondering making the fuel prices update more frequently, however, not going to be implemented yet.
2-Can someone explain me those in View Routes section?
Flight Leg Costs
Trip Cost €4,158.00
Hourly Cost €440.47
Aircraft-Mile Cost €172.62
Seat-mile Cost €1.11
Revenue-mile Cost €1.11
+/- 5%? My fuel price this month are a third of what it was last month. But then I'm in 1981, so maybe the OPEC oil embargo ended. Yay :D
Quote from: "yourefired"+/- 5%? My fuel price this month are a third of what it was last month. But then I'm in 1981, so maybe the OPEC oil embargo ended. Yay :D
There was a bug, which has been corrected for future months (but has not forced a recalculation of existing months). abnormal fuel price suppression resulted in it because of a typo -_-. It should climb back up to a more "normal" price again as time moves on.