Page 1 of 1

Just Deserts

Posted: Sun Apr 09, 2017 12:21 pm
by STN
Made by ImpalaPUA

Moving from requests: viewtopic.php?t=593672

Problem with this game is that it uses renpy (python) and the values change. You could find money if you searched for a unique value like 127678. You would have to change every address to get the money you wanted, however, your next action would change the address again.

The real way to cheat in this game is to enable to developer console:

1. Download github /Shizmob/rpatool (I can't post links, so you will have to google)
2. Place rpatool in \Steam\steamapps\common\Just Deserts\game
3. Rename the rpatool file to rpatool.py
4. Open cmd.exe in windows and type "rpatool.py -x archive.rpa" (without the quotes)
5. Wait until it finishes (may take a minute or two)
6. Delete Archive.rpa
7. Navigate to the scripts folder, find the options.rpy
8. change config.developer = False to True
9. Delete options.rpyc
10. Open keymap.rpy, and add a # to this line

Code:
config.keymap['console'].remove('shift_O')


so it looks like

Code:
#config.keymap['console'].remove('shift_O')


11. Delete keymap.rpyc
12. Start game
13. Dev console is opened with shift + O (the letter not the number)

Also to note: to exit the console type "exit" without the quotes
I will update this thread with console commands I find throughout playing the game

Thanks to Sir96 for cleaning up my directions Smile

Console commands:

game.player.money = X (replace x with whatever, changes your money)
game.player.energy = X (changes your energy)
game.player.item_add(item,666) (developer item, not sure what it is, haven't tested)

game.player.(health, accuracy, etc)
health = health
accuracy = accuracy
agility = agility
speed = speed
max_energy = max_energy
energy = energy


Love:
game.player.heroines[0].love = #
game.player.heroines[1].love = #
game.player.heroines[2].love = #
game.player.heroines[3].love = #
game.player.heroines[4].love = #

Re: Just Deserts

Posted: Mon Apr 02, 2018 12:13 pm
by kizuro
I got ""rpatool.py" is not recognized as an internal or external command, operable program or batch file" when I tried to enter the command using cmd.exe

Re: Just Deserts

Posted: Thu Jul 15, 2021 4:31 pm
by Ean
tnx a lot :D
it actually works but the "game.player.item_add"
I can't simply make it work but anyway I will try again tnx
Edit: I can't use game.player.money anymore I used it only one time and that was all I can do unfortunate...