PDA

Click to See Complete Forum and Search --> : Game Editing


StoopidMan
Mar 21st, 2001, 09:25 PM
How can i edit the game values (lives, ammo, specials,etc..) in a game that uses Direct X or GL?

Sastraxi
Mar 21st, 2001, 09:40 PM
Direct3D or OpenGL are just the routines that you use to draw the GFX, they are in no way linked with the variables save when you call functions in DX/GL with them. You would just do it the normal way, eg:


If Score Mod 100 = 0 then Lives=Score / 100