安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








{mission
(include "/map/cheat/cheatmenu.mi")
in the custom map files (at the top)
posting a short text tutorial here for it
- locate your map directory and look for ".mi" file
- add required lines at the top of ".mi" file
Locating map directory:
- Go to SteamLibrary\steamapps\workshop\content\400750\(MOD FOLDER)\resource\map\multi OR single\mapfolder\.mi file
Adding Cheat Menu resource line:
- Now that you have located your ".mi" extension file you are ready to edit it. Open the file with your favorite text editor (Notepad++, Notepad2, or venerable Notepad).
- Here is an example of how the file usually looks:
{mission
{Human "single/ger/1941_summer/officer" 0x8002
- We want to edit it so it now looks like this, by adding a line after "{mission" and putting the "include cheatmenu" code
{mission
(include "/map/cheat/cheatmenu.mi")
{Human "single/ger/1941_summer/officer" 0x8002
- By adding line (include "/map/cheat/cheatmenu.mi") you enable Cheat Menu for your map. Save your changes and open your mission in game to see your new menu. -- this must be added to EACH map's .mi file
The line added changes depending on the map type:
(include "/map/cheat/cheatmenu.mi") >> Summer SinglePlayer/CO-OP
(include "/map/cheat/wcheatmenu.mi") >> Winter SinglePlayer/CO-OP
(include "/map/cheat/cheatmenup.mi") >> Multiplayer/AI Skirmish/Conquest
Make sure to have both mods active, with Cheat Menu loading last if possible.
{mission
(include "/map/cheat/cheatmenu.mi")
just like this and i open the map and it doesnt show the cheat menu. I tried putting the code all the way at the bottom like how you needed to do in the old MOW:AS 2 days and that didnt work either? what am i doing wrong
Some other users said it has issues with Last Grenadier aswell,
i believe it may be due to that it adds new units, not using the default ones? i'm not so sure
but i don't think it works with that mod, apologies