I only know how to change the gemshop purchases so here:chimpdluffy wrote: ↑Sat May 31, 2025 7:43 pmSo two weeks ago I loaded up the game through steam not the injector, I get to the character select screen, and clicked on my 10th character, after if it loaded them into the W6 starting map, there is a just over a second of normal animation then it freezes. I waited until the new update came out just in case it would fix it but no luck. There is maybe two things that it could be I used wide mtx and the increase purchase amount in the gem store to get lv 20 ribbons on some food menu items, or I am gaining some levels as it freezes, would getting to many level at once freeze my game?
Tldr: how do I set my time away on all my characters to five minutes from selcetion screen. or undo the gemshop purchases back below their orginal amount.
Code: Select all
bEngine.getGameAttribute("GemItemsPurchased")[113]=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
I don't know what you did but if you want help I might be able to help, just send me a PM on the site.agilebee wrote: ↑Sun Jun 01, 2025 12:16 pmCan anyone log into my account and try to fix it for me? I haven't been able to fix the issue of not being able to get past character selection. I've tried chromedebug but not been successful. maybe someone more intelligent or experienced can log into my account and try to fix it? Please I'm really desperate!
You can use 'wide task' to nullify the requirements of the tasks and level Pillaging The Emperor! so you can then buy the recipe in the merit shop.
You can edit all the monument bonuses with this:
Code: Select all
bEngine.gameAttributes.h.Holes[15][X]
15: (array size 60) Monuments - Bonuses levels
- [0]-[9] Bravery Bonuses
- [10]-[19] Justice Bonuses
- [20]-[29] Wisdom Bonuses
So if I want to change my bravery Cooking Speed I will check what level it is, for example 17, and will check with:
bEngine.gameAttributes.h.Holes[15]
Giving me the whole array structured as above, find the level 17 and count from 0 (since arrays start at index 0) and see that:
bEngine.gameAttributes.h.Holes[15][3]
Will return my current Cooking Speed level, 17.
Then you can change it with:
bEngine.gameAttributes.h.Holes[15][3]=your level