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 日 下午 7: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 日 下午 10: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 日 下午 9: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 日 下午 11:23 
whatever the case, it randomly worked just now.....
Kimchi Tea  [作者] 2020 年 3 月 23 日 下午 10: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 日 下午 10: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 日 下午 10: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.