Loren The Amazon Princess

Loren The Amazon Princess

Onvoldoende beoordelingen
Loren Cheats & Uncensor
Door Kimchi Tea
This guide is outdated and not supported.

Guide to enabling the skip combat cheat and uncensoring the Steam version of the game.
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Enable Developer Console
Download https://www.dropbox.com/s/o7li0tteafi6akd/patch.rpy. Place it in the folder named "game" within the directory where Loren is installed.
Open the Developer Console
Run Loren and start or load a game.

Now you can open the developer console by pressing Shift+O and enter various commands. Press Enter after you type in a command. When you're done, close the developer console by pressing Esc.
Uncensoring
Note: the beta version of the game has a much easier way to uncensor. This guide is meant for the current (1.2.9) version of the game.



Uncensor the game:

$ persistent.sexygame=True

The Steam version sets sexygame to false at the end of the prologue, so if you started a new game or loaded a save before that point, you'll have to set sexygame to true again later.

To turn off uncensoring:

$ persistent.sexygame=False
Skip Combat Cheat
Automatically win all fights (after taking a single action):

$ cheatmode = True



Great if you've played through the game already and just want to see the other romances.

To turn off cheat mode:

$ cheatmode = False
Add Gold Cheat
Add 100 gold to your party:

$ party.gold += 100

You can change the number to whatever you want.
15 opmerkingen
Sci Fi Samurai 1 aug 2021 om 19:22 
Thanks, that helped. Appreciate it :steamthumbsup:
Kimchi Tea  [auteur] 29 jul 2021 om 8:15 
OK, what you want to do is follow the instructions in this guide to enable the developer console. In a game, press Shift+O to open the console, type "config.developer=True" (no quotes) and press Enter. Then type "jump CheatMaster" and press Enter. Now you're in the developer test menu and you can add XP to everyone currently in your party.
Kimchi Tea  [auteur] 28 jul 2021 om 22:02 
@Sci Fi Samurai That shouldn't be hard to do with the developer console. It's been a while since I played this but I'll take a look at the code for you when I get a chance.
Sci Fi Samurai 28 jul 2021 om 21:52 
I don't guess there's a code to increase xp gains? I like rpg's but I hate grinding. It's worse here, where if you find yourself at a fight you aren't strong enough to beat you can't just go back out to grind random encounters. :machine_lifeform:
nobody 23 mrt 2020 om 23:23 
whatever the case, it randomly worked just now.....
Kimchi Tea  [auteur] 23 mrt 2020 om 22:25 
This guide is for an old version of the game. I think this thread is still accurate: https://steamhost.cn/steamcommunity_com/app/257970/discussions/0/611702631240141951/
nobody 23 mrt 2020 om 22:01 
Its "Options" in Sunrider, other games... But that doesnt work here. Where does this go in here?
Buchanan 30 mei 2017 om 11:17 
Thx you a lot you save me !
Dr. Dinosaur 17 apr 2016 om 22:26 
Thanks very much will try later
Kimchi Tea  [auteur] 17 apr 2016 om 6:15 
Actually don't worry about the command line, sorry about that. I did some quick testing and the patch trick I've been using for other Ren'Py games seems to work fine for this one, as well. Check the start of the guide for an easier patch.