Slow living with Princess
- harmoni001
- Noobzor
- Posts: 10
- Joined: Thu Jul 16, 2020 10:43 pm
- Reputation: 1
Slow living with Princess
Stop Time
Infinite Heath and Stamina
Infinite Money
Infinite items
Items don't decrease. Thx
Infinite Heath and Stamina
Infinite Money
Infinite items
Items don't decrease. Thx
- strangerdanger1980
- What is cheating?
- Posts: 3
- Joined: Wed Mar 28, 2018 9:10 am
- Reputation: 0
Re: Slow living with Princess
also been trying to find the values for HP/EP , Coins even items in general , just cant seem to find a thing.
- harmoni001
- Noobzor
- Posts: 10
- Joined: Thu Jul 16, 2020 10:43 pm
- Reputation: 1
Re: Slow living with Princess
Thx 4 trying,.
-
- What is cheating?
- Posts: 4
- Joined: Mon Dec 23, 2019 4:28 am
- Reputation: 2
Re: Slow living with Princess
Same here. Oddly enough, all the usual tricks don't seem to work (Finding exact values, decreased values, ect). Any particular methods you have tried to find them so far? I tried HP/EP (Don't really need those, but I figured others might want to find out), but I can't even seem to find the money or how to increase stack amounts.
Re: Slow living with Princess
i got the game to try making a cheats but if i have to guess it seems they are using RPGMAKER ,
these types of compilers tend to mess around with memory values
note that the game has more than a processes open
[Link]
i tried scanning them all but no effort , sorry
these types of compilers tend to mess around with memory values
note that the game has more than a processes open
[Link]
i tried scanning them all but no effort , sorry
Re: Slow living with Princess
all I can do by now is edit the save file.
just decode it to a json file,
and encode it before enter to the game.
use this url to decode and encode : [Link]
for editing a gold just search for "Wholesalegold" and edit the number behind the "gold" not number behind the Wholesalegold!!
for editing amount of item just search for "Inventory".
it will has a set of number like this
and do same in item in the Chest
just search for a chest
you will find a chest_ID first , this will represent you that how many chest you have for now.
then if your store item in chest 1 just go to chest 1 and edit the amount of item inside it.
so inside the game no matter how many chest you have .
the very left chest is always be the chest1
------------------------------------
So
when you enter that URL that I gave it to you before this.
use decode it first and you will get a filename fileX.mmsave.(decode).txt <----- X is the save order which start with 0 which mean autosave don't mess with that.
then just go edit on that decoded file.
when you finish everything up.
encode it to a proper file with that url. and replace your old save with new one.
enjoy.
just decode it to a json file,
and encode it before enter to the game.
use this url to decode and encode : [Link]
for editing a gold just search for "Wholesalegold" and edit the number behind the "gold" not number behind the Wholesalegold!!
for editing amount of item just search for "Inventory".
it will has a set of number like this
Code: Select all
"inventory":[
[
xxx, //this is an item id.
xx, //this line is an amount of your item, so we will edit this line only, max is 99
[
and sum set of number inside here should be an option for the item
]
]
]
just search for a chest
you will find a chest_ID first , this will represent you that how many chest you have for now.
then if your store item in chest 1 just go to chest 1 and edit the amount of item inside it.
so inside the game no matter how many chest you have .
the very left chest is always be the chest1
------------------------------------
So
when you enter that URL that I gave it to you before this.
use decode it first and you will get a filename fileX.mmsave.(decode).txt <----- X is the save order which start with 0 which mean autosave don't mess with that.
then just go edit on that decoded file.
when you finish everything up.
encode it to a proper file with that url. and replace your old save with new one.
enjoy.
Re: Slow living with Princess
Well, the same thingy in these games, regarding the engine, is, to follow a certain formula, most values aren't shown in Cheat Engine, not because is not working, is because it needs some formula, the game engine calculates different, some values,So, let's say, you want to search for "69", was just a random number , well you must add (saying you've attached the right process to Cheat Engine, from those multiple running, otherwise it won't work), so in your value searching type (that should be DOUBLE or 4 bytes), you'll add "(69*2)+1", then, either decrease/increase or if let's say, your value is now 80, in your search you'll add "(80*2)+1", meaning is all doubled + one, then in hex calculate and add the real value.
Is quite easy, depending on your mood, i say it again, if the right process isn't selected, it won't work, no matter what voodoo magic you will do! Editing saving games works in most cases, but i recommend a clean back and trace to a value, always works!But hey, that's just me, you can make it better!
Have a sexy week-end!
Is quite easy, depending on your mood, i say it again, if the right process isn't selected, it won't work, no matter what voodoo magic you will do! Editing saving games works in most cases, but i recommend a clean back and trace to a value, always works!But hey, that's just me, you can make it better!
Have a sexy week-end!
-
- What is cheating?
- Posts: 1
- Joined: Thu Jun 14, 2018 3:30 am
- Reputation: 0
Re: Slow living with Princess
You can do a lot of fun things if you mess around with the javascript files in the js/plugins folder if you don't want to bother with getting cheat engine to work. Stuff like free crafts/cooking/forged and all crafts/cooking/forge things unlocked (even the broken nameless items). Free skills, easy fishing, instant bingo, free adventure rank up, faster apothecary rank up. The biggest thing is breaking your store helper's AI so she doesn't wait for anything (conversations with customers, or idling) and making it so she pulls nonexistent items out of the chest so you can sell any request.
-
- What is cheating?
- Posts: 1
- Joined: Sat Mar 05, 2022 12:01 pm
- Reputation: 0
Re: Slow living with Princess
please use my save here
It has been hacked some things like money and power
[Link]
It has been hacked some things like money and power
[Link]
Re: Slow living with Princess
Link is deadramthitnuong wrote: ↑Sat Mar 05, 2022 12:03 pmplease use my save here
It has been hacked some things like money and power
[Link]
Re: Slow living with Princess
Does anyone have an update? Would love a table with any option. I just started this game.
-
- Noobzor
- Posts: 5
- Joined: Fri Jan 12, 2024 5:57 pm
- Reputation: 2
Re: Slow living with Princess
i am not sure, but i think games that are made using RPGmaker cannot be modified with CE. The most reliable way to "cheat" in the RPGmaker games is using online editor (you can search them in the web with keywords "rpgmaker save editor" or something like it)