《都市运输》控制台秘籍修改大全
来源: 飞翔小编 2011/6/8 17:22:15 浏览量:669
在《都市运输》中玩家可以发展操控属于自己的运输公司,在不同城市利用不同的运输工具建立旅游网络等等,建立这些之前首先需要的就是大量金钱,玩家可通过使用修改器获得大量金钱,除此之外,还可以通过控制台秘籍修改获得。一起看看吧!
首先打开 我的文档\Cities in Motion 文件夹(Win 7 用户请去桌面上双击你自己的用户图标,然后打开 我的文档)。用记事本打开其中的 config.script 文件(在我的机器上名为 settings.script),在 // misc 一节里找到这一行:
$debug = false;
把它修改为:
$debug = true;
然后在 // misc 这一节的最后再加上一行:
$disableDebug = false;
保存退出。然后就可以在游戏当中使用以下热键:
按键: 效果:
[F1] 跳过一天
[F2] 任务马上完成
[F3] 增加 10000 金钱
[F4] 在任务中跳过乘客(还不清楚效果)
[F12] 打开控制台
本人测试有效,英文原文如下:
Cheat Codes
Locate the file named config.script in the folder My Documents/Cities in Motion/. Open the file in Notepad and look for line:
$debug = false;
Change it to:
$debug = true;
Then add at the end of chapter line:
$disableDebug = false;
You may now use the following cheat keys in the game:
Code: Result:
[F1] Skip Day
[F2] Force Objectives Completion
[F3] Add 10.000 Money
[F4] Skip Passengers (in Objectives)
[F12] Open Console