PDA

View Full Version : Fallen Lords: Condemnation trainer...


DirtyCheater
27-07-2006, 09:37
I've tried to create a player invincibility trainer for this game, although I have trouble finding the correct memory address, which corresponds to player's health... Can anybody please help me?

I also have found the l_god_mode variable in the game executable, but changing its value results in a variable is undefined error message (wtf is it doing in the executable then?)...

DirtyCheater
27-07-2006, 13:23
Well, I've found an easier way to become invincible - in function on_end_cinematic( ) in core_lib.ua script in game/data/base folder the g_set("l_god_mode", 0); call should be cut out...