View Full Version : Indiana Jones and the Emperors Tomd Help
zeus
April 2nd, 2003, 03:38 PM
i downloaded the cheats. I did as follows
Unpack/overwrite file into your game directory, run game as usual and you will have access to the builtin cheatmode that provides among others:
Unlimited Health
Unlimited Oxigen
God Mode
Unlimited Ammo
So how do you access them once you do this ?
cheers
Zeus
NiSythe
April 2nd, 2003, 05:24 PM
Dont Use cheats unless you have already beat the game. It is one of the best games i have ever played, so dont ruin it, SAVE YOUR SELF, DONT RUIN THE GAME. (i dont know how to help with using the cheats anyway
Smapdey
April 2nd, 2003, 05:25 PM
Listen to the commanding words of our local NiSythe! He's Nigh, and a Sythe!
NiSythe
April 2nd, 2003, 06:14 PM
Why thank you Smapdey, But my name is consised of Night and Sythe but i nodice the effort
M&M
April 10th, 2003, 10:28 AM
Hi.
I heave a big problem with my playing of Indiana Jones.
I came to the secont chapter an now i stucked in the level named THE DUNGEON.
I am in the DEEEEEEEP room, where the cage fall down. Right now i am hanginh on the chain, and a can not come anny further. What should I do??? In anny direction I yump I fall down.
Is it possible to swing with the chain, when you already heave climb up it.
Please help me!!!
matjazmercnik@hotmail.com
THX in advance.
IkYiolul
April 10th, 2003, 05:21 PM
go get a walkthrough..god.
this is about the 4th post I've had to say that to.
M&M
April 11th, 2003, 01:48 AM
Explane please. What keys do that? My english is not wery well, so I need MORE words to understand.
I know I am annoying, but this forum is my only hope.
fatBastard();
April 12th, 2003, 04:54 PM
It appears that Lucas Arts made one hell of a major f*uck up regarding the the controls.
Even from the menu screen this game screams "I am a console game" but I didn't really expect anything else since I've known from the beginning that this game was to be a multi-platform release (i.e. a crippled game :(). What I didn't expect was for Lucas Arts to make such a stupid blunder as they've made with the control mappings.
You can map every key to your own preferences ... except the vertical axis when hanging on a chain/rope/vine. The key for climbing up is hard coded to the forward arrow key and the key for climbing down is hard coded to the back arrow.
I'm kind of Old School, so I usually bind the movement keys to the arrow keys instead of the "w,a,s,d" combination. While I'm doing anything but climbing ropes/vines/chains, the forward/backward arrows move Indy around as intended but as soon as I grab hold on a chain/vine/rope, the hard coded functions for the 2 arrow keys override my own bindings.
If you are also using the arrow keys as movement keys M&M, your problem is very understandable (though I don't understand how you've got so far without having run into this problem a long time ago).
*EDIT*
While it is possible to solve this control mechanism issue by temporarily assigning the forward movement key to something else while swinging on chains, it is a lot easier and a more permanent solution to edit the file:
(install folder)\GameData\indy\binds.cfg
Change the highlighted key to your own preference in the following lines:
setbind 0 COMMAND_CLIMB_UP KEYBOARD 0 KEY_UP -1.0 1.0 1.0
setbind 0 COMMAND_CLIMB_DOWN KEYBOARD 0 KEY_DOWN -1.0 1.0 1.0
addbind 1 COMMAND_CLIMB_UP KEYBOARD 0 KEY_UP -1.0 1.0 1.0
addbind 1 COMMAND_CLIMB_DOWN KEYBOARD 0 KEY_DOWN -1.0 1.0 1.0
Save the file and the problem is solved :cool:
*END EDIT*