安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
To let AI take over local player:
Misc_AIControlLocalPlayer()
To enable player AI:
AI_Enable(Game_GetLocalPlayer(), true)
To enable all AI players:
AI_EnableAll(true)
To disable player AI:
AI_Enable(Game_GetLocalPlayer(), false)
To disable all AI players:
AI_EnableAll(false)
To set the difficulty level of this AI player:
AI_SetDifficulty(Game_GetLocalPlayer(), AD_Easy)
AI_SetDifficulty(Game_GetLocalPlayer(), AD_Standard)
AI_SetDifficulty(Game_GetLocalPlayer(), AD_Hard)
AI_SetDifficulty(Game_GetLocalPlayer(), AD_Hardest)
Note: The player AI is set to Hard difficulty by default.
Note: The player AI will not get boosts on: resources, stats and modifiers.
Source: https://scardoc.coh.fi/function_list.htm
I think he may not be able to use CTRL + SHIFT + TILDE (look for the ~ symbol) command.
so let try in this way
1. Go to the steam folder which you install game
for example
"C:\XXX\Steam\steamapps\common\Company of Heroes"
2. Find "RelicCOH2" (Configuration setting)
3. Open it with notepad
4. Under ; Console
consoleKey = CONTROL+SHIFT+Grave
Change to consoleKey = CONTROL+SHIFT+1
5. then in the Steam Library, right click on it and select properties. In the tab that opens up you should see an option
set launch -dev
6. During gameplay press CONTROL+SHIFT+1
I think now you can use a code you want