Results 1 to 2 of 2

Thread: Game Editing

  1. #1

    Thread Starter
    New Member StoopidMan's Avatar
    Join Date
    Mar 2001
    Posts
    8

    Question

    How can i edit the game values (lives, ammo, specials,etc..) in a game that uses Direct X or GL?
    |`````````````````````````````
    | ||||| Mike [n00b] |
    | (o.O) VB prog 4 hire |
    |//( VB )\\ ElectricFuneral.da.ru |
    |0 ------- 0 |
    | | | | |
    | /`\/`\ |
    | ````` |
    |____________________________|

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    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:

    Code:
    If Score Mod 100 = 0 then Lives=Score / 100
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width