Установить 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