Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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