Game Engine: ??
Game Version: 1.02
Options Required: Cheat Table with:
- Player health
- Enemy health
- Score
- In-Game Time (round and total)
- Maybe some identificator of the screen you're currently on?
Other Info: Touhou fighter. Tried getting the pointers myself but I may not be experienced enough at CE to do it.
Game seems to crash when you try to attach the debugger? Maybe I just had something misconfigured.
Looking for pointers specifically. I know sig/pattern scans are better but I need pointers.
The time is tracked in frames as an int, 60 makes a second and the display at the end cuts off milliseconds, so a 10s time will be somewhere in the 600-660 range. The score should be trivial to find, increases whenever you hit the enemy. The health values I haven't looked into yet as my issues finding a solid pointer for the former two discouraged me from trying further. I hope someone here can figure it out