Help! how mod rhythm games?

ranzen123

Platinian
hey I just learned about game modding
I've modded some simple fighting games and some racing games
But when I move into rhythm games like Cytus, Pianista or O2 Jam, the best thing I can do is modify the score or some resources.
can you guys help me find some features like bot, always perfect or never miss?
 
understood. if you want to make a bot, then I can not help, but if you want to add the amount of experience or currency in the game, then do it according to the tutorial
 
understood. if you want to make a bot, then I can not help, but if you want to add the amount of experience or currency in the game, then do it according to the tutorial
Yes I know
I just want to ask about finding the perfect or miss offset in games like that
for example if we want to increase the demage we look for get_atk or for money we look for get_gold

I just want to ask advice from people who have done mods in games like this
 
Yes I know
I just want to ask about finding the perfect or miss offset in games like that
for example if we want to increase the demage we look for get_atk or for money we look for get_gold

I just want to ask advice from people who have done mods in games like this
are you want release some game?
 
Maybe, a function pointer a like.

We say, we found a void method, OnTap() or something like that then we will execute a bool of IsPerfect(bool) or a void of Perfect() for every OnTap() or if the OnTap() is enabled in toggle.

Function pointers is a must here but we're not sure.
 
Back
Top Bottom