PDA

View Full Version : God mode in Max Payne?


Guest
09-11-2001, 08:53 PM
Does anybody know how to use god mode in max payne? I know the cheats like god mode are there. But I need step-by-step instructions. All I know is that "-developer" has to be added to maxpayne.exe to enable cheats. I just don't know how to do that. I'd appreciate any help. Thanks.

B
09-11-2001, 09:44 PM
Make a shortcut and the shortcut should look like this after adding -developer :
"C:\...\MaxPayne.exe" -developer

[ 09-11-2001: Message edited by: B ]

Guest
09-11-2001, 09:59 PM
thank you b.

Guest
09-12-2001, 08:58 PM
I did that and typed in "god" and it just renewed my health, I was still able to get hurt. Is this how it's supposed to work.

Also, are there any other cheats? Like full guns and ammo. I only have the demo and I have beat it several times playing normal. It's too easy to beat now so I want to mess around with cheats. Thanks.

Joker
09-13-2001, 03:37 AM
Yes, you do still get "wounded" in God mode, but you won't die. So you can sit there watching every projectile perforate Max's body in "Bullet Time" as long as you want (or is that just me?) images/icons/tongue.gif .

The other cheats you refer to are as follows:

"getallweapons" : Get all weapons
"getinfiniteammo" : Get infinite ammo & painkillers
"getbullettime" : Guess! images/icons/tongue.gif

[ 09-13-2001: Message edited by: Joker41_54 ]

SkavenRMD
09-13-2001, 03:32 PM
You can also try:

player->c_setinvulnerable(1);

This makes Max's pain amount unchangeable, ie. Max becomes invincible. However, if Max is wounded when you set the flag to 1, he will stay wounded, and become wounded again even after eating painkillers, because the pain amount returns to the level it was when the flag was set to 1.

To disable invulnerability, set the flag to 0:

player->c_setinvulnerable(0);