Introduction
The game is finally coming out of Early Access and the old thread has some incorrect information, so here's an updated one.
The purpose of cheating the game this way is that you still get achievements, unlike the in game cheat mode in your phone. It can also allow you to occasionally fix something that's broken.
Setup
To start you need to go to your install location and file the file 00console.rpy That's 00 NOT OO and rpy NOT rpyc
%gamepath/renpy/common/00console.rpy
Open this file in either Notepad, Notepad++, VS, etc. I prefer Notepad++
On line 108 of the file you'll find
config.console = False
Change this to
config.console = True
If done correctly you can launch the game and press Shift+O to open the console.
Make sure you're not in any submenus when you make changes.
E.G) In a Shop or Item menu
If you do, anything you've done in that menu will be reset. So if you've read the Shibari book to 80%, then open the console to change something, your progress will reset to what it was when you opened the menu.
Money
A million should be plenty
hero.money=x
hero.money.min=x
hero.money.max=x
Time
Be careful about adjust time when there's a time specific event happening. (E.G. Battle of the Bands) These are tracked by the number of days that have passed since specific events. Adjusting time while these are active might break that event.
game.hour=X (1-24)
game.week_day=x (Monday=1|Sunday=7)
game.day=x (1-30 Day of the Month)
game.season=x (0=spring|1=summer|2=Fall|3=Winter)
MC Stats
Change the values to how much you want to cheat. Set min to your desired value and never worry about it again or just give yourself a little boosts.
For knowledge set to 99 then study once and you'll be able to learn all conversation topics at once.
E.G.) hero.knowledge=99 > Study > Pick new conversation topics
hero.energy.min=x
hero.energy.max=x
hero.energy=x
hero.fun.min=x
hero.fun.max=x
hero.fun=x
hero.grooming.min=x
hero.grooming.max=x
hero.grooming=x
hero.hunger.min=x
hero.hunger.max=x
hero.hunger=x
hero.charm.max=x
hero.charm=x
hero.fitness.max=x
hero.fitness=x
hero.knowledge.max=x
hero.knowledge=x
hero.luck=x (Can't go above 1)
Skills
Change to -100 to remove skill
hero.skills.hung.__iadd__(100)
hero.skills.smalldick.__iadd__(100)
hero.skills.low_libido.__iadd__(100)
hero.skills.high_libido.__iadd__(100)
hero.skills.no_sleep.__iadd__(100)
hero.skills.iron_stomach.__iadd__(100)
hero.skills.sneaky.__iadd__(100)
hero.skills.work.__iadd__(100)
hero.skills.bookworm.__iadd__(100)
hero.skills.golf.__iadd__(100)
hero.skills.foodie.__iadd__(100)
hero.skills.animalhated.__iadd__(100)
hero.skills.video_games.__iadd__(100)
hero.skills.martial_arts.__iadd__(100)
hero.skills.shooting.__iadd__(100)
hero.skills.dance.__iadd__(100)
hero.skills.foodie.__iadd__(100)
hero.skills.cooking.__iadd__(100)
hero.skills.sm.__iadd__(100)
hero.skills.shibari.__iadd__(100)
hero.skills.guitar.__iadd__(100)
hero.skills.massage.__iadd__(100)
hero.skills.fertility_assessment.__iadd__(100)
hero.skills.racing.__iadd__(100)
Bree MC Specific
hero.skills.♥♥♥♥♥.__iadd__(100)
hero.skills.mouth.__iadd__(100)
hero.skills.ass.__iadd__(100)
Girls Stats
Replace "name" with the girl of your choice. Some of theses values work weird so I've listed the ratios next the the command in (Parenthesis & Italics), it's not part of the command
name.sub=x (1:1 Can be set to negative)
name.sub.min=x (1:1 Can be set to negative)
name.sub.max=x (1:1 Can be set to negative)
name.love=x (2:1)
name.love.min=x (2:1)
name.love.max=x (2:1)
name.lesbian=x (1:5)
name.lesbian.min=x (1:5)
name.lesbian.max=x (1:5)
name.sexperience=x (1:1)
kylie.yandere=x (1:1)
kylie.yandere.min=x (1:1)
kylie.yandere.max=x (1:1 Setting this value to 20 SHOULD effectively let you have Kylie in your game without her ever snapping)
morgan.male=x (1:1)
morgan.male.max=x (1:1)
morgan.male.min=x (1:1)
minami.siscon=x (1:1)
harmony.purity=x (1:1)
'정보' 카테고리의 다른 글
[Leisure yacht] 공략 Walkthrough 1.0 (0) | 2024.05.10 |
---|---|
[Shadow Tactics: Blades of the Shogun] 공략 Mimimi개발자 위치 (0) | 2024.05.10 |
[Fetish Locator Week One] 공략 100% Achievment Guide (0) | 2024.03.18 |
[Depraved Awakening] 공략 Achievement Guide (0) | 2024.03.18 |
[Come Home] 공략 All Achievements (0) | 2024.03.18 |