Help! how mod rhythm games?

ranzen123

Platinian
Original poster
Dec 5, 2019
9
0
3
27
Indonesia
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?
 

Sevol

Retired Staff
Retired but loved <3
Jun 8, 2019
219
5,927
193
Russia
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
 
  • Like
Reactions: ranzen123

ranzen123

Platinian
Original poster
Dec 5, 2019
9
0
3
27
Indonesia
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
 

xyzhunter

PMT Modder
Staff member
Modding-Team
Oct 28, 2020
2,088
109,221
1,213
Indonesia
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?
 

LEIIKUN

Retired Staff
Retired but loved <3
Oct 13, 2019
500
10,986
1,193
20
Davao
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.