在《都市運輸》中玩家可以發展操控屬於自己的運輸公司,在不同城市利用不同的運輸工具建立旅遊網絡等等,建立這些之前首先需要的就是大量金錢,玩家可通過使用修改器獲得大量金錢,除此之外,還可以通過控製台秘籍修改獲得。一起看看吧!
首先打開 我的文檔\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