Loren The Amazon Princess

Loren The Amazon Princess

Not enough ratings
Loren Cheats & Uncensor
By Kimchi Tea
This guide is outdated and not supported.

Guide to enabling the skip combat cheat and uncensoring the Steam version of the game.
   
Award
Favorite
Favorited
Unfavorite
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 Comments
Sci Fi Samurai 1 Aug, 2021 @ 7:22pm 
Thanks, that helped. Appreciate it :steamthumbsup:
Kimchi Tea  [author] 29 Jul, 2021 @ 8:15am 
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  [author] 28 Jul, 2021 @ 10:02pm 
@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 @ 9:52pm 
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 Mar, 2020 @ 11:23pm 
whatever the case, it randomly worked just now.....
Kimchi Tea  [author] 23 Mar, 2020 @ 10:25pm 
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 Mar, 2020 @ 10:01pm 
Its "Options" in Sunrider, other games... But that doesnt work here. Where does this go in here?
Buchanan 30 May, 2017 @ 11:17am 
Thx you a lot you save me !
Dr. Dinosaur 17 Apr, 2016 @ 10:26pm 
Thanks very much will try later
Kimchi Tea  [author] 17 Apr, 2016 @ 6:15am 
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.