《世紀帝國3》快捷鍵修改

發佈日期

  注意:所有的修改僅限於單人遊戲,多人聯機時候game.con是需要驗證的,雙方檔案內容不匹配的話無法同時進行遊戲……鄙視ES啊

  開啟Startup目錄下的game.con

  1)增加建築物旋轉功能,按住SHIFT後移動滑鼠滾輪

  在檔案末端加入以下內容:

  map ("shift-mousez", "building", "uiWheelRotatePlacedUnit")

  2)增加守衛(Guard)快捷鍵為G

  搜尋// guard

  在該部分末尾加入以下內容:

  map ("g", "game", "editMode(\"Guard\")")

  3)增加巡邏(patrol)快捷鍵為Z

  搜尋// patrol

  在該部分末尾加入以下內容:

  map ("z", "game", "editMode(\"Patrol\")")

  4)增加運輸船釋放搭乘單位的快捷鍵為L

  搜尋// eject at

  在該部分末尾加入以下內容:

  map ("l", "game", "editMode(\"EjectAt\")")

  5)修改陣營顯示(即己方為藍色,盟友為黃色,)的切換快捷鍵為Alt+G

  搜尋// World Game UI

  將以下2行內容

  map ("alt-f", "game", "renderFriendOrFoe")

  map ("alt-f", "postgame", "renderFriendOrFoe")

  改為

  map ("alt-g", "game", "renderFriendOrFoe")

  map ("alt-g", "postgame", "renderFriendOrFoe")

  6)增加在當前螢幕發出閃爍訊號的快捷鍵為Alt+F

  搜尋// flare

  在該部分末尾加入以下內容:

  map ("alt-f", "game", "uiFlareAtPointer editMode(\"none\")")

  7)增加建築物釋放駐紮單位的快捷鍵為N

  搜尋// garrison mappings

  在該部分末尾加入以下內容:

  map ("n", "game", "uiEjectGarrisonedUnits")

  8)增加城鎮中心敲響警鐘的快捷鍵為B

  搜尋// garrison mappings

  在該部分末尾加入以下內容:

  map ("b", "TownCenterAccel", "unitTownBell")

  PS:啟動時跳過開頭動畫的辦法,在帝國3快捷方式的命令列中增加 +noIntroCinematics。

function copytopaste(){ var copytopasteContent=''; copytopasteContent+="《世紀帝國3》快捷鍵修改"; copytopasteContent+='\r\nhttp://games.sina.com.cn/j/h/2005-11-10/17533394.shtml'; window.clipboardData.setData("Text",copytopasteContent); //alert("你已複製連結及標題,請發給好友!"); }

相關攻略文章

最新攻略