Page 1 of 1

Help Find Value

Posted: Fri Nov 15, 2024 12:31 pm
by biscuits
looking for someone who can teach me how to find Perfect Value for rhythm games like audition, idol party, musynx, touch, etc.

The game is the same as guitar hero, but you will get different points depending on the note you hit whether perfect, great, cool, or miss.
By finding perfect value I mean to always get perfect on every note.

I'm willing to pay if you find that knowledge valuable :cry:

Re: Help Find Value

Posted: Tue Nov 19, 2024 2:43 am
by Dodging12
Without being given a specific game: I'd probably start by checking what writes to the score/points address and check the disassembler at that location. This is because I'd assume that the calculation of how much score to add (or a call to the function that does so) is going to be in close proximity to the instructions that actually update your score. If it's a Unity game it'll probably be quite a bit easier with CE's mono features.