Indiana Jones® and the Infernal Machine™

Indiana Jones® and the Infernal Machine™

Bug starting level 7
How to fixed a crash when starting level 7 (Temple of Palawan)?
< >
Visualizzazione di 1-15 commenti su 35
This is a savegame for the level
Ultima modifica da BlackTiger; 12 apr 2021, ore 9:33
Simple solution and works perfect:

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);
Ultima modifica da Debosy; 28 nov 2018, ore 14:40
Messaggio originale di Debosy:
Simple solution and works perfect:

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 :steamhappy:
Ultima modifica da Mr.Kitchee; 4 dic 2018, ore 18:35
Good to hear that.
Worked for me aswell, thanks alout Debosy!
Messaggio originale di Debosy:
Simple solution and works perfect:

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. :OkaySir::Gentlemen:
thank everybody
Messaggio originale di Athellos:
Messaggio originale di Debosy:
Simple solution and works perfect:

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. :OkaySir::Gentlemen:

No problem mate.
Messaggio originale di Debosy:
Simple solution and works perfect:

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);

You do know not everyone is a coder right?
Messaggio originale di djcgold2:
Messaggio originale di BlackTiger:
https://www.replaying.de/leserartikel/indiana-jones-and-the-infernal-machine-savegames-download/
When I opened the file, it said "Please insert disc one"


then I dont know anymore:lunar2019deadpanpig:
Messaggio originale di Debosy:
Simple solution and works perfect:

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);

Wonderful fix, thank you! :cozyspaceengineersc:
Thanks this worked for me too
Worked for me as well, thank you!
< >
Visualizzazione di 1-15 commenti su 35
Per pagina: 1530 50