找回密码
 立即注册

QQ登录

只需一步,快速开始

楼主: jaco

[飞行交流] 推荐一款模拟经营游戏(航空公司)20160316更新:TheAirline[更...

  [复制链接]
发表于 2012-12-10 13:41:49 | 显示全部楼层
做个标记,回家下载。
回复

使用道具 举报

发表于 2012-12-10 17:53:05 | 显示全部楼层
玩上了,正在研究

点评

嘻嘻~  发表于 2012-12-10 19:24
回复

使用道具 举报

发表于 2012-12-10 18:13:53 | 显示全部楼层
谢楼主了!我把错误文件发给你 、

点评

你把错误文件附加在帖子里就好了。  发表于 2012-12-10 19:26
发来吧,可是你要怎么发给我?  发表于 2012-12-10 19:23
回复

使用道具 举报

发表于 2012-12-10 19:03:24 | 显示全部楼层
这款还是不错的,之前在论坛里还看到96年DOS版的中国民航跟这款性质一样
回复

使用道具 举报

发表于 2012-12-10 19:54:19 | 显示全部楼层
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at TheAirline.Model.GeneralModel.PassengerHelpers.GetFlightPassengers(FleetAirliner airliner, ClassType type) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\PassengerHelpers.cs:line 131
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.GetPassengers(FleetAirliner airliner, ClassType type) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 1055
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.SimulateTakeOff(FleetAirliner airliner) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 705
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.UpdateAirliner(FleetAirliner airliner) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 539
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.<>c__DisplayClass2.<SimulateTurn>b__1(FleetAirliner airliner) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 57
   at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
   at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
   at System.Threading.Tasks.Task.<>c__DisplayClass7.<ExecuteSelfReplicating>b__6(Object )
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.<>c__DisplayClass2.<SimulateTurn>b__0(Airline airline) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 55
   at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
   at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
   at System.Threading.Tasks.Task.<>c__DisplayClass7.<ExecuteSelfReplicating>b__6(Object )
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.SimulateTurn() in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 44
   at TheAirline.Model.GeneralModel.GameTimer.GameTimer_OnTimeChanged() in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\GameTimer.cs:line 61
   at TheAirline.Model.GeneralModel.GameTimer.TimeChanged.Invoke()
   at TheAirline.Model.GeneralModel.GameTimer.Timer_Tick(Object sender, EventArgs e) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\GameTimer.cs:line 67
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at TheAirline.Model.GeneralModel.PassengerHelpers.GetFlightPassengers(FleetAirliner airliner, ClassType type) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\PassengerHelpers.cs:line 131
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.GetPassengers(FleetAirliner airliner, ClassType type) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 1055
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.SimulateTakeOff(FleetAirliner airliner) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 705
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.UpdateAirliner(FleetAirliner airliner) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 539
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.<>c__DisplayClass2.<SimulateTurn>b__1(FleetAirliner airliner) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 57
   at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
   at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
   at System.Threading.Tasks.Task.<>c__DisplayClass7.<ExecuteSelfReplicating>b__6(Object )
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.<>c__DisplayClass2.<SimulateTurn>b__0(Airline airline) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 55
   at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
   at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
   at System.Threading.Tasks.Task.<>c__DisplayClass7.<ExecuteSelfReplicating>b__6(Object )
---> (Inner Exception #0) System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at TheAirline.Model.GeneralModel.PassengerHelpers.GetFlightPassengers(FleetAirliner airliner, ClassType type) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\PassengerHelpers.cs:line 131
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.GetPassengers(FleetAirliner airliner, ClassType type) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 1055
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.SimulateTakeOff(FleetAirliner airliner) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 705
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.UpdateAirliner(FleetAirliner airliner) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 539
   at TheAirline.Model.GeneralModel.Helpers.GameObjectHelpers.<>c__DisplayClass2.<SimulateTurn>b__1(FleetAirliner airliner) in c:\Users\Mike\Projects\The Airline\The Airline\trunk\TheAirline\Model\GeneralModel\Helpers\GameObjectHelpers.cs:line 57
   at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
   at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
   at System.Threading.Tasks.Task.<>c__DisplayClass7.<ExecuteSelfReplicating>b__6(Object )<---
<---



************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.296 (RTMGDR.030319-2900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
TheAirline
    Assembly Version: 0.2.9.0
    Win32 Version: 0.2.9.0
    CodeBase: file:///C:/Users/Administrator/Desktop/0.35/0.35.exe
----------------------------------------
PresentationFramework
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.298
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
WindowsBase
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.298 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.296 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
PresentationCore
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.298 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
System.Xaml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.298 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
System.Runtime.Caching
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Caching/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Caching.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
PresentationFramework.Aero
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.278 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.282 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
UIAutomationProvider
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



点评

我去项目的论坛看了,你这个bug已经有人报告并且已经被修复了。估计下个版本就好了。  发表于 2012-12-10 21:40
多谢!  发表于 2012-12-10 21:27
回复

使用道具 举报

发表于 2012-12-10 19:56:06 | 显示全部楼层
这游戏老崩溃

点评

这游戏很不错,但是就是太多bug了,坐等升级  发表于 2012-12-11 18:09
嗯,毕竟刚起步,多谢。:)  发表于 2012-12-10 21:25
回复

使用道具 举报

发表于 2012-12-10 20:08:34 | 显示全部楼层
有没有适合苹果系统的版本啊?

点评

不好意思,只有windows版本。  发表于 2012-12-10 21:24
回复

使用道具 举报

发表于 2012-12-11 03:43:17 | 显示全部楼层
zhangzan2008 发表于 2012-12-10 11:37
怎么开设新航线我都还没折腾明白...起始地 目的地 都是CAN....

原来和1986的航空霸业差不多啊....
回复

使用道具 举报

发表于 2012-12-11 04:34:56 | 显示全部楼层
继续问个问题...怎么雇佣员工和让飞机执行航线啊...找了好久....
回复

使用道具 举报

 楼主| 发表于 2012-12-11 11:06:31 来自手机 | 显示全部楼层
zhangzan2008 发表于 2012-12-11 04:34
继续问个问题...怎么雇佣员工和让飞机执行航线啊...找了好久....

游戏自动雇佣员工。在你指派完飞机之后,旁边会出现一个小三角形,点击那个小三角就是让航班起飞了
回复

使用道具 举报

发表于 2012-12-11 11:11:36 | 显示全部楼层
机械故障导致航班延误...求解中...
回复

使用道具 举报

 楼主| 发表于 2012-12-11 11:43:50 来自手机 | 显示全部楼层
hudilo 发表于 2012-12-11 11:11
机械故障导致航班延误...求解中...

你停止执飞那个航班,然后它应该会飞回基地(但是你的基地机场一定要升级维修设施,这样才能对飞机进行维修),之后你再让那个飞机起飞就可以了。应该是这样子,我到现在还没有遇到过故障,囧。
回复

使用道具 举报

发表于 2012-12-11 11:51:47 | 显示全部楼层
jaco 发表于 2012-12-11 11:43
你停止执飞那个航班,然后它应该会飞回基地(但是你的基地机场一定要升级维修设施,这样才能对飞机进行维 ...

谢谢LZ,我试一试~
回复

使用道具 举报

发表于 2012-12-11 18:58:27 | 显示全部楼层
只是经营啊?我以为是模拟飞行插件
回复

使用道具 举报

发表于 2012-12-11 20:10:36 | 显示全部楼层
求救啊,这个游戏保存可以么,为什么我点了SAVE,保存了好几分钟都没好啊

点评

可以保存,由于它的存档文件使用xml格式的,所以速度会慢一些,请耐心等待。ps.你可以点击左上角的暂停按钮然后再进行保存,可能速度会快一些。  发表于 2012-12-12 13:38
回复

使用道具 举报

发表于 2012-12-11 21:39:28 | 显示全部楼层
保存的时候为什么会应用程序停止工作,然后就程序跳掉了。win7 X64的,network4.0已经装了,管理员权限,尝试过xp兼容模式。

点评

可能是遇到bug了,明天官方就会放出一个修正版0.3.5.2,你到时候直接点击我帖子里面的下载链接即可下载到最新版本,多谢支持。  发表于 2012-12-12 13:40
回复

使用道具 举报

发表于 2012-12-11 23:06:20 | 显示全部楼层
有中文论坛吗??还有,玩起来感觉好卡、、希望LZ能暨时更新新版本。。
回复

使用道具 举报

 楼主| 发表于 2012-12-12 13:42:41 | 显示全部楼层
本帖最后由 jaco 于 2012-12-12 13:46 编辑
B772ER 发表于 2012-12-11 23:06
有中文论坛吗??还有,玩起来感觉好卡、、希望LZ能暨时更新新版本。。

不好意思,只有英文论坛,不过如果你遇到bug可以私信我,我帮你反馈。卡的问题他们已经开始着手解决了,估计下个版本(0.3.6)就会增加并行处理和多核支持(应该是怎么说的吧,我不太懂)。如果你懂c#的话期待你的加入。
你可以在进行添加航路、购买飞机等操作的时候点击左上角的暂停按钮,这样可以让游戏暂时停止运算,这样响应速度就快很多。在你完成完操作之后再点击左上角的那个继续按钮继续游戏即可。
回复

使用道具 举报

发表于 2012-12-12 13:54:12 | 显示全部楼层
jaco 发表于 2012-12-12 13:42
不好意思,只有英文论坛,不过如果你遇到bug可以私信我,我帮你反馈。卡的问题他们已经开始着手解决了,估 ...

好的。。谢谢,我现在也在关注那个论坛。。

点评

多谢,由于贡献代码的只有一个丹麦大叔,但是他好努力,有bug的话很快就修复了。  发表于 2012-12-12 13:59
回复

使用道具 举报

发表于 2012-12-12 17:24:13 | 显示全部楼层
为什么我给飞机添加航线的时候只能手动添加,而且没有确认或者OK按钮?按了右上角的叉就关了,而且没添加上航班……保存的时候经常无故退出……
我是Win8系统……用了win7兼容性也不行……

点评

我的图和官方论坛上的http://www.theairlineproject.com/forum/attachment.php?aid=7差不多,只有add没有其他按钮  发表于 2012-12-12 23:13
有个ok按钮的吧,我用的是win7,你能否把截图用消息发给你?多谢。  发表于 2012-12-12 18:07
回复

使用道具 举报

发表于 2012-12-12 17:48:52 | 显示全部楼层
大家玩游戏的时候都保存了多久啊,我等了有5分钟了,还没好,你们呢,这怎么办

点评

我大概几十秒的样子,它有个提示框“Saving”的。  发表于 2012-12-12 18:09
回复

使用道具 举报

发表于 2012-12-12 17:50:09 | 显示全部楼层
好高端的样子,先下来下来玩玩看~~
回复

使用道具 举报

发表于 2012-12-12 18:53:44 | 显示全部楼层
为什么保存了一次后,第二次读取后再保存就报错了。。。。很不错的游戏,不过客舱布局貌似有bug啊,738可以50座C舱加130Y舱。。。。
回复

使用道具 举报

发表于 2012-12-12 19:32:44 | 显示全部楼层
刚入手的事?玩有点糊涂
回复

使用道具 举报

发表于 2012-12-13 10:48:17 | 显示全部楼层
正在下载。安装上了看看
回复

使用道具 举报

发表于 2012-12-13 16:05:59 | 显示全部楼层
回家下载来试试看,貌似蛮有趣
回复

使用道具 举报

发表于 2012-12-13 16:18:49 | 显示全部楼层
在自定义难度中是不是AI越难AI公司发展就越快?

点评

应该是。  发表于 2012-12-13 16:28
回复

使用道具 举报

发表于 2012-12-13 17:20:18 | 显示全部楼层
如何把买的飞机添加到航线里面??

点评

我点了 但是一设置完点X 退出之后什么都没有 在点进去还是空白的 又设置一遍再关再开还是空白 我就没搞明白了  发表于 2012-12-14 19:57
在“航线”那个选项里,点击飞机的编号,就会弹出一个时间安排的对话框,你在里面添加航线信息就可以了。  发表于 2012-12-13 17:23
回复

使用道具 举报

发表于 2012-12-13 19:09:42 | 显示全部楼层
我也遇到28楼一样的问题哦,麻烦楼主帮忙解决一下。
捕获.JPG

回复

使用道具 举报

发表于 2012-12-13 19:52:47 | 显示全部楼层
如何有和別人連機玩就正點了

点评

期待新版本能够加入此特性。  发表于 2012-12-13 21:56
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表