Star Wars: The Force Unleashed - Ultimate Sith Edition [Steam]
Posted: Tue Oct 27, 2020 11:40 am
Saw a request for this game and realized that there was no table for this. For now it just has the health and force energy pointers and Inf Health and Inf Force Energy. I'll probably add more to it later this week.

Update +2: Decided to come back to this game and immediately found a better way to do inf health and force using a byte flip instead of refreshing the health and force constantly. Also got rid of all the breakpoint garbage since it's not really useful in this application. Same options as before just a slightly different layout.
Update +1: First and probably last update unless something is broken. Decided to have a bit of fun using breakpoints and with my infinite upgrade points I just advance the instruction pointer to the return of the function. The breakpoints for health,force, and exp/upgrade points all disable themselves once they get an address so it doesn't keep triggering and slowing down. I also have pointers to the bonus mission objective counts and a script to modify exp gained.

Update +2: Decided to come back to this game and immediately found a better way to do inf health and force using a byte flip instead of refreshing the health and force constantly. Also got rid of all the breakpoint garbage since it's not really useful in this application. Same options as before just a slightly different layout.
Update +1: First and probably last update unless something is broken. Decided to have a bit of fun using breakpoints and with my infinite upgrade points I just advance the instruction pointer to the return of the function. The breakpoints for health,force, and exp/upgrade points all disable themselves once they get an address so it doesn't keep triggering and slowing down. I also have pointers to the bonus mission objective counts and a script to modify exp gained.