Loren The Amazon Princess

Loren The Amazon Princess

十分な評価がありません
Loren Cheats & Uncensor
作者: Kimchi Tea
This guide is outdated and not supported.

Guide to enabling the skip combat cheat and uncensoring the Steam version of the game.
   
アワード
お気に入り
お気に入り
お気に入りから削除
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 件のコメント
Sci Fi Samurai 2021年8月1日 19時22分 
Thanks, that helped. Appreciate it :steamthumbsup:
Kimchi Tea  [作成者] 2021年7月29日 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  [作成者] 2021年7月28日 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 2021年7月28日 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 2020年3月23日 23時23分 
whatever the case, it randomly worked just now.....
Kimchi Tea  [作成者] 2020年3月23日 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 2020年3月23日 22時01分 
Its "Options" in Sunrider, other games... But that doesnt work here. Where does this go in here?
Buchanan 2017年5月30日 11時17分 
Thx you a lot you save me !
Dr. Dinosaur 2016年4月17日 22時26分 
Thanks very much will try later
Kimchi Tea  [作成者] 2016年4月17日 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.