Help! when changing the config, the value changes visually

gdfsgdf

Platinian
Original poster
Oct 4, 2019
19
15
3
25
moscow
The game features project. manifest and versions. manifest
The game is written in cocos2d.

I change the value in the config, but it changes the price of the item visually. The price remains the same as it was before. I removed project. manifest and versions ( they are responsible for downloading resources, i.e. updates in the game) , but nothing worked. What can I do with this so that the price changes to the one I changed it to and is bought for the price I changed it to
 

вяфκзη

Awesome Active Platinian
Apr 30, 2020
108
1,805
193
ɲ๏ţ ɨď€ɲţɨƒɨ€ď ąя€ą
Basically if you find a function for currency and you mod it but returns in the game as only visual — then this function is for sure not working.

I would recommend to find other functions that could be essential for the currency and mod those OR you have bad luck and the currency in this game is server sided - then you can literally do nothing ?