- UID
- 1477184
- 主题
- 385
- 阅读权限
- 70
- 帖子
- 20812
- 精华
- 2
- 积分
- 11685
- 金钱
- 17234
- 荣誉
- 87
- 人气
- 89
- 在线时间
- 5688 小时
- 评议
- 0
- 帖子
- 20812
- 精华
- 2
- 积分
- 11685
- 金钱
- 17234
- 荣誉
- 87
- 人气
- 89
- 评议
- 0
|
引自http://wiki.heavengames.com/age/Custom_Hotkey_GuidePlay, Restart, Quit Scenario And Enabling Unit Pitching
by Alexandergreat3

If you have playtested your scenarios in AoE3 more than a few times, you would probably have noticed by now that going from the editor into Playtest mode is neither very fast nor easy. You have to click on the menu called "Scenario", and then select the submenu "Playtest Scenario", and then click the "Playtest" button, and then click "Ok".
Basically, going into Playtest mode is a tedious and inconvenient process.
When you're in playtest mode, I believe there is no option to immediately restart the playtest game, which makes playtesting dreadfully tedious and extremely tiring. Fortunately, there is a fast & easy way to Playtest, Restart, and Quit scenario, and that is by using hotkeys (or shortcut keys).
How To Use These Hotkeys:
Step 1: Go to C:\Program Files\Microsoft Games\Age of Empires III\startup Step 2: Find the file named editor.con
Step 3: If you've never done any editing before, and this is scaring you... try to stay calm! It's not very hard... trust me ;-).
Step 4: Right-click on it, and select properties
Step 5: Uncheck the "Read-Only" box, then click OK (see image on the right)
Step 6: Now, open your editor.con file (open it with any text program, such as text document)
Step 7: Take a deep breath . We're almost done.
Step 8: Copy and Paste in the following hotkey commands:
map ("control-t", "editor", "uiStartScenarioTest")map ("control-r", "game", "restartCurrentGame")map ("control-q", "game", "leaveGame")Final Step: Click save, and voila! We're finished .
In the editor, when you want to:
- Playtest your scenario, simultaneously press Control and t.
- Restart the game, simultaneously press Control and r.
- Quit the playtest and return to the editor, simultaneously press Control and q.
If you have any question or comments about this, please direct them here (http://aoe3.heavengames.com/cgi-bin/forums/display.cgi?action=ct&f=12,25109,0,10).
[edit]
Enabling Unit Pitching By MJP
If you want to pitch units, just follow the instructions above until you find the editor.con file. Once in the editor.con file, find these lines:
//map("+control-arrowup", "moveunit", "uiPitchUnitDown")//map("+control-arrowdown", "moveunit", "uiPitchUnitUp")//map("+alt-control-arrowup", "moveunit", "uiPitchUnitDown")//map("+alt-control-arrowdown", "moveunit", "uiPitchUnitUp")All you need to do is delete the //. Now, when you enter the editor just use the hotkeys above to pitch units.
Retrieved from "http://wiki.heavengames.com/age/Custom_Hotkey_Guide" |
|