i don't know if you have to Open the main script and on line 29, change 0x121 to something else to get the instance address to populate. I messed around a bit but couldn't find a value that worked.
I beat all of the levels and I was going to use this to get the final grindy achievement, but guess I'll give it a miss unless somebody works out what the above value is.
Try 0x120 and 0x135. Annoyinglu, the offsets to _waitingForPlayfabLogin and HasUpdatedUserInfoCache seem to change with every update. I don't know how to read the name of the item in a structure, so instead I have to do it with these offsets...
Boss, how to know the offsets change after each update?
You need to dissect mono and look at the offsets for the ServicesManager class
any reason why game is crashing when trying to unlock the newest title update achievements when it shows the instance and i edited the script?
Also has this game got a new update on discord cause if you are updating this on there SVT then yeah ill def be paying the patreon fee please let me know thanks
any reason why game is crashing when trying to unlock the newest title update achievements when it shows the instance and i edited the script?
Also has this game got a new update on discord cause if you are updating this on there SVT then yeah ill def be paying the patreon fee please let me know thanks
It was last updated on 7th Nov 2022 on the discord server. Do with that information as you please.
Going off the info that SVT posted after the last update. I think the script needs changing to the below:
local _waitingForPlayfabLogin_offset = 0x140
local HasUpdatedUserInfoCache_offset = 0x155
I haven't tested it myself as I want to play the new levels, but changing these values gets an instance address. If anybody can test and confirm?
Edit: Just tested it on another account and it works. Also the 2nd new achievement is called "FlaminHot" (No g)
They are also already advertising new game modes coming soon on the menu so who knows how long this will last for before the values change again.
Back after break. Posting cheevo list /w timestamps, all title updates included.
Follow OnionGamer's post if you can't get the table to work.
When you have completed the main game.
Right click the "All Spots Taken" achievement in the table and select change script.
Line 4, {{type = vtString, value = "AllSpotsTaken"}})
Change the "AllSpotsTaken" to one of the Vstrings I included in my achievement list
to whatever achievement your going for, press Ok and tick box to pop.
Back after break. Posting cheevo list /w timestamps, all title updates included.
Follow OnionGamer's post if you can't get the table to work.
When you have completed the main game.
Right click the "All Spots Taken" achievement in the table and select change script.
Line 4, {{type = vtString, value = "AllSpotsTaken"}})
Change the "AllSpotsTaken" to one of the Vstrings I included in my achievement list
to whatever achievement your going for, press Ok and tick box to pop.
Hope this will help, after triggered all achievement to unlock, right click on a random achievement box, look at the end and change its script to what ever the name of the achievement you are missing is. For example, for " Party Time!" achievement you should type in "PartyTime"
If the achievement has more than two words just remember to capital the first letter of each word. For example " No spot left unsparked" -> "NoSpotLeftUnsparked".