Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 512 online users. » 0 Member(s) | 510 Guest(s) Bing, Google
|
Latest Threads |
Find Pretty Girls in your...
Forum: Off-Topic Discussion
Last Post: blueboi
10-10-2024, 08:02 AM
» Replies: 0
» Views: 0
|
Find Womans from your tow...
Forum: Off-Topic Discussion
Last Post: blueboi
10-04-2024, 06:32 PM
» Replies: 0
» Views: 0
|
Search Prettys Womans in ...
Forum: Off-Topic Discussion
Last Post: blueboi
09-30-2024, 09:45 PM
» Replies: 0
» Views: 0
|
Womans from your city for...
Forum: Off-Topic Discussion
Last Post: blueboi
08-25-2024, 01:45 AM
» Replies: 0
» Views: 0
|
Soviet Union doesn't fall
Forum: Bug Reporting
Last Post: Luap
12-20-2020, 09:07 PM
» Replies: 2
» Views: 5,604
|
I just downloaded the fil...
Forum: Discussion
Last Post: Tjoeker
10-10-2020, 02:56 PM
» Replies: 2
» Views: 8,496
|
Forum inactivity
Forum: News
Last Post: Tjoeker
09-22-2020, 07:27 PM
» Replies: 0
» Views: 1,776
|
new airliners
Forum: Discussion
Last Post: Tjoeker
09-21-2020, 04:45 PM
» Replies: 5
» Views: 3,615
|
airliner condition
Forum: Discussion
Last Post: Tomcatter
09-21-2020, 04:18 PM
» Replies: 2
» Views: 2,110
|
Planes unable to fly in w...
Forum: New Features
Last Post: Brytenwalda
09-20-2020, 12:26 PM
» Replies: 3
» Views: 6,334
|
|
|
Slots |
Posted by: Engine - 10-14-2017, 04:27 PM - Forum: Discussion
- Replies (5)
|
|
Can someone tell me how to use slots in the v2 prealpha 9? I have reserved slots at airports I want to fly between, I create the route, when I try to schedule it the game tells me I dont have enough slots.
How do I solve this?
Thanks!
|
|
|
Problems of v9 |
Posted by: 2466254711 - 10-13-2017, 01:08 PM - Forum: Discussion
- No Replies
|
|
Hello!
It is so good to have the new release for this game. The airliner scheduling is much more fun than before. However, there are some new problems coming:
1. The games becomes extremely slow while changing different pages. ex:Sometimes the day count stuck at 09/09/2017when I click for another page and after it finally loads out, it jumps to 09/31/2017.
2. The slot application takes too long so the airline cannot actually start operating at the first year.
3. I bought a B707-120B as soon as the game start but when the slots has been approved, it strangely vanished.
4. The competitors still cannot assign airliners to their routes.
5. The game broke down today while I was trying to assign the route of the airliner, the code is below:
2017/10/13: 20:56 System.Collections.Generic.KeyNotFoundException: 给定关键字不在字典中。
在 System.Collections.Generic.Dictionary`2.get_Item(TKey key)
在 TheAirlineProjectV2.Modules.Routes.ViewModels.RoutesAirlinersViewModel.hasFreeSlots(TimeSpan startTime, TimeSpan endTime, Airport airport1, Airport airport2) 位置 C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Modules.Routes\ViewModels\RoutesAirlinersViewModel.cs:行号 461
在 TheAirlineProjectV2.Modules.Routes.ViewModels.RoutesAirlinersViewModel.AddEntriesClicked() 位置 C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Modules.Routes\ViewModels\RoutesAirlinersViewModel.cs:行号 205
在 Prism.Commands.DelegateCommandBase.<>c__DisplayClass6_0.<.ctor>b__0(Object arg)
在 Prism.Commands.DelegateCommandBase.<Execute>d__15.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 Prism.Commands.DelegateCommandBase.<System-Windows-Input-ICommand-Execute>d__13.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.DispatcherOperation.InvokeImpl()
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Threading.DispatcherOperation.Invoke()
在 System.Windows.Threading.Dispatcher.ProcessQueue()
在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
在 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
在 System.Windows.Application.RunDispatcher(Object ignore)
在 System.Windows.Application.RunInternal(Window window)
在 TheAirlineProjectV2.App.Main()
Thank you so much for this wonderful game and I cannot wait to see the next release!
|
|
|
Prealpha release 9 |
Posted by: pjank42 - 10-05-2017, 05:52 PM - Forum: Versions
- Replies (1)
|
|
Finally after months of coding, recoding, vacations, busy work schedule and testing we are finally ready with the next version.
The changelog for the version can be found here
The version can be downloaded here
|
|
|
Airport Data for Cuxhaven-Nordholz |
Posted by: 257istderboss - 09-18-2017, 10:57 AM - Forum: Airports, Aircraft, Airlines
- Replies (9)
|
|
<airport name="Cuxhaven-Nordholz Sea Airport" icao="ETMN" iata="FCN" type="International" season="All_Year">
<town town="Cuxhaven" country="1002" GMT="02:00:00" DST="01:00:00" />
<coordinates>
<latitude value="53°46'2''N" />
<longitude value="8°39'31''O" />
</coordinates>
<size value="Very_small" pax="20" cargo="Small" cargovolume="100" />
<terminals>
<terminal name="Terminal" gates="2" />
</terminals>
<runways>
<runway name="08/26" length="2439" surface="Asphalt" />
</runways>
</airport>
Nordholz isn't a big airport, but Germania will operate a weekly flight to PMI which starts on 29.09. and ends on 10.11.. Also, OFD operates flights from Nordholz daily to Helgoland and some freight flights arrive monthly.
|
|
|
Save file not loading |
Posted by: Imazushi - 09-07-2017, 02:49 AM - Forum: Bug Archive
- No Replies
|
|
Started playing the game yesterday after downloading 0.5.1, and it worked great all day yesterday and today until I closed out of the program. Now whenever I try to load my save game, it changes my airline to something different, resets the date to 31DEC2007, and all assets, airliners, routes etc. disappear for the 15 airlines in the save. The only thing that stayed the same was the airlines I was competing against, but again their assets are gone. Any idea how to fix it?
Also this game has been surprisingly fun, really enjoying it so far!
|
|
|
Few not important ideas |
Posted by: 2466254711 - 08-31-2017, 05:01 AM - Forum: New Features
- Replies (7)
|
|
Hello,
Thank you so much for adding up all these fantastic features in the new release and sorry for not able to do the feedback much earlier. However, I have some other ideas you might like.
1. I like the fact that the maps are back. However, maybe they can be easier to use if we can drag around, zoom in/out and even have the routes of the company being displayed?
2. I noticed that the flight schedule is back, but it does not seems to be functioning...
3. Is it possible for us to get all the images of every single airliners?
4. Can we some how see the length of a route while creating them? Since sometimes the ability of the airliner is not so clear...
Above are just some small suggestions. Hope you enjoy it!
|
|
|
Newbie not able to create new routes |
Posted by: Scorten - 08-18-2017, 07:48 PM - Forum: Discussion
- Replies (2)
|
|
I have just downloaded the game (0.51 and the prealpha 8 TAPv2 which I have found here in the forums), founded an airline, leased a plane (737-300), hired two pilots and tried creating a new route. In both versions of the game I am only able to select my home airport as destination. Is this a bug or am I doing something wrong?
EDIT: I have now also leased gates at my gome airport and the destination airport but I'm still not able to create a route..
|
|
|
|