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
Use fix below, its work for me. I dont even need to lower my resolution.
Find cog file TEM_introCut.cog in this place: F:\...\Valve\steamapps\common\Indiana Jones and the Infernal Machine\Resource\Cog
Edit this file in notepad++ and find line 171.
Add specific line in TEM_introCut.cog file line, and it should look like in example below:
Original:
# draw imp#1
SelectWeapon(player, 14);
#SelectWeaponWait(player, 14)
Fixed:
# draw imp#1
player = GetLocalPlayerThing();
SelectWeapon(player, 14);
#SelectWeaponWait(player, 14);
This work for me, Thank you very much
Worked like a charm - I really can't thank you enough!
This discussion should be pinned as it's a popular issue with a working fix.
A+ Debosy.
No problem mate.
You do know not everyone is a coder right?
then I dont know anymore
Wonderful fix, thank you!