Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Tue Dec 29, 2009 10:18 am Post subject: |
|
|
| Could be in milliseconds or something similar. Use the float value type. You could also try finding the 'isBuilt'/'isBuilding' flag in games which tells the game whether or not you can build again, or whether the build progress is complete. That is usually a 1-byte value of 1 or 0 (boolean setting). Sometimes it can be 1 when done, and 0 when not, or vice-versa. Should work in games that only allow you to build one thing at once as the memory address tends to be the same each time.
|
|