ArDZer

Well-Known Member
Feb 20, 2019
1,676
4,675
RenPy Commands for fixing things.

Add 'Skills'
hero.gain_skill("Skill Name")
Remove 'Skill'
hero.gain_skill("Skill Name", False)

Skills at time of writing:


Increase/Decrease/Set Mike/Bree's Traits
hero.<knowledge/fitness/charm> += 5
hero.<knowledge/fitness/charm> -= 5
hero.<knowledge/fitness/charm> = 5
hero.<knowledge/fitness/charm>.max =<0-115>
hero.stamina = <True/False>
hero.luck = <-1 - 1> (-1 =Unlucky; 1 = Lucky)

Increase/Decrease/Set Mike/Bree's Stats
hero.<energy/fun/grooming/hunger> = <0-15>

Financial adjustments
game.flags.debt = 20000
hero.money += 500
rent = <based on difficulty>
game.flags.debt = <0-intro selection>

Hero attributes
hero.name = '<change name>'
hero.family_name = '<change name>'
hero.birthday[0] = '<lower case season>'
hero.birthday[1] = <day of season>

Hero Calendar
hero.calendar.appointments (lists appointments by game.days_played match)
hero.calendar.appointments[<matching days_played from list>][<0 based date instance>].fail_label (None or Missed event label)
hero.calendar.appointments[<matching days_played from list>][<0 based date instance>].fixed_hour (True/False)
hero.calendar.appointments[<matching days_played from list>][<0 based date instance>].hour (hour of date)
hero.calendar.appointments[<matching days_played from list>][<0 based date instance>].location (None or '<fixed>')
hero.calendar.appointments[<matching days_played from list>][<0 based date instance>].score (date score)
hero.calendar.appointments[<matching days_played from list>][<0 based date instance>].participants (array of date participant names)
hero.calendar.appointments[<matching days_played from list>][<0 based date instance>].hours (array of earliest and latest date start times)

hero.calendar.find_and_remove(girl="<npc>")
hero.calendar.find_and_remove(label="<labeled_event>")
hero.calendar.add(<days_played>, <appointment_type>)
Where...
<days_played> may be...
game.days_played (today)
game.days_played +n (n days from today)
game.calendar.get_next_day_of_week('<lowercase_dow>')
game.calendar.get_future_days_played("independenceday")
game.calendar.get_future_days_played("newyear")
game.calendar.get_future_days_played("valentine")
game.calendar.get_future_days_played("halloween")
game.calendar.get_future_days_played("christmaseve")
game.calendar.get_future_days_played("christmas")
game.calendar.get_future_days_played("newyeareve")
game.calendar.get_future_days_played("<npc>.birthday")
And Where...
<appointment_type> may be...
DateAppointment(<hour>, <npc>.id)
HaremAppointment(<hour>, "band", ["kleio", "anna"], label="kleio_and_anna", name="Meet Anna and Kleio", fail_label="kleio_and_anna_missed")
HaremAppointment(<hour>, "band", ["kleio", "anna"], "kleio_anna_threesome")
HaremAppointment(<hour>, "band", ["kleio", "anna", "sasha"], "kleioannafoursome")
HaremAppointment(<hour>, "band", ["kleio", "anna", "sasha"], "kleioannafoursome2")
HaremAppointment(<hour>, "bitchy", ["palla", "audrey"], "palla_and_audrey")
HaremAppointment(<hour>, "bitchy", ["audrey", "cassidy", "palla"], "bitchy_harem_foursome_appointment_intro")
HaremAppointment(20, "taming", ["ayesha", "kylie"], "taming_threesome_fuck", fixed_hour=True)
HaremAppointment(<hour>, "criminal", ["camila", "lexi"], "criminal_harem_event_04", "Date (Camila & Lexi)", "missed_criminal_harem_event_04")
HaremAppointment(<hour>, "bitchy", ["audrey", "cassidy", "palla"], "bitchy_harem_foursome_appointment_intro")
HaremAppointment(<hour>, "friendly", ["emma", "samantha"], "emma_samantha_threesome_appointment_intro")
HaremAppointment(<hour>, "home", ["bree", "sasha"], "home_harem_bree_sasha_beach_date")
HaremAppointment(<hour>, "home", ["bree", "lexi"], "home_harem_bree_lexi_beach_date")
HaremAppointment(<hour>, "home", ["lexi", "minami", "samantha"], "home_harem_lexi_minami_samantha_beach_date")
HaremAppointment(<hour>, "home", ["samantha", "sasha"], "home_harem_samantha_sasha_beach_date")

<DateAppointment()/LabelAppointment()/HaremAppointment()/ScavengerHuntAppointment()

Hero Contacts
hero.smartphone_contacts (returns array of contact names)

Hero Inventory
hero.gain_item('<item_name>'[, quantity])
hero.lose_item('<item_name>'[, quantity])
Items at time of writing are:

Bree Specific



NPC Stats
<npc>_love = <0-200>
<npc>_love_max = <0-200>
<npc>_lesbian = <0-20>
<npc>_lesbian_max = <0-20>
<npc>_lesbian_min = <0-20>
<npc>_sexperience = <count>
<npc>_sub = <0-100>
<npc>_sub_max = <0-100>
Note: Some stats are stored different from how they are displayed. Love is stored at 2x display, which allows for half percent's. Lesbian is stored in increments of 5 or 1/5 of what is displayed (e.g. 10 would display as 50%, and 20 would be 100%).

Sexperience
<npc>_sexperience_last
Note: This is logged on count of game.days_played at time of last sexperience typically to determine proximity of sexperience of two or more girls.

NPC Specific Stats
Cassidy
cassidy_sad = <True/False>
Harmony
harmony_purity = <0-100>
Kylie
kylie_yadere = <0-100>
Lavish
lavish_career = <0-100>
Minami
minami_siscon = <0-100>
minami_siscon_max = <0-100>
Morgan
morgan_male = <0-100>
Palla
palla_career = <0-100>

NPC Piercings
<npc>_piercing_clit =<True/False>
<npc>_piercing_clit_worn =<True/False>
<npc>_piercing_eyebrow =<True/False>
<npc>_piercing_eyebrow_worn =<True/False>
<npc>_piercing_lips =<True/False>
<npc>_piercing_lips_worn =<True/False>
<npc>_piercing_navel =<True/False>
<npc>_piercing_navel_worn =<True/False>
<npc>_piercing_nipples =<True/False>
<npc>_piercing_nipples_worn =<True/False>
<npc>_piercing_nose = <True/False>
<npc>_piercing_nose_worn = <True/False>
<npc>_piercing_tongue = <True/False>
<npc>_piercing_tongue_worn = <True/False>

NPC States
<npc>.pregnant = <True/False>

NPC Story Trackers
Common
<npc>.counters.pregnant (Days into pregnancy)
"<event_name>" in DONE (Returns if event has been completed)
DONE["<event_name>"] (Returns days_played when completed)

Lavish
lavish.counters.daysemployed (Days Employed)

Date-Time
game.season = <0-3> (0=Spring; 1=Summer; 2=Fall; 3=Winter)
season = <'spring','summer','fall','winter'>
game.day = <0-31> (Day of season)
game.week_day = <1-7> (

Store Stats
Battle of Bands
game.flags.bandpractice = <0-100>
BOB_SCORE = <0-100>

Will continue to update. DM me if I missed anything.

-JamesTaggart
If there's one to put Kat into the game after selecting Bree's maid route, it'd be interesting to know. Even more so once this upcoming v24.5.0 update is released this month, since she's going to be included in a harem with Anna and Emma (it's called the petite harem). :unsure::unsure:
 

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,191
10,227
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 24.4.0b + Gallery unlock by OEJ

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR or even MEGA

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.

PIXELDRAIN
MEGA

Size 898 MB

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.

Updates are faster on .
Updated my android port.
 

Tehemai

Member
Oct 9, 2017
297
421
If there's one to put Kat into the game after selecting Bree's maid route, it'd be interesting to know. Even more so once this upcoming v24.5.0 update is released this month, since she's going to be included in a harem with Anna and Emma (it's called the petite harem). :unsure::unsure:
I second this. I didn't manage to get unren to work on this game and looking for that was my biggest motivation in getting into the code. In general I'm sure the variables that help you unlock route specific characters would be much appreciated. Or one to bust Kylie out of prison after meeting Camila. When you deem she served her time of course. ;)
 

KaiGarda

New Member
Jun 13, 2021
1
0
...another website has a pretty decent android port (adds a side cheat that lets you turn collars, pregnancy and stats on or off in chats, and lets you teleport through time), is it aprapo to direct link this?
Yes, please drop the link
 

Cartageno

Devoted Member
Dec 1, 2019
8,792
14,934
Is there no mods to change decision or ignore restrictions?
Nope. Ignoring restrictions (I presume you mean stat needs and similar) or changing decisions can easily cause all kinds of trouble with the way variables and flags are intertwined and will break your save. Maybe once the game is finished somebody can do some stuff without breaking the game, but for now you are on your own, except for some singular console commands (to be found in the thread using the search engine) for individual hiccups - and always with the risk that it will break your save. The game is basically set up to be played in order (with the individual storylines) and won't like it if you try to skip parts.
 

godoftheearth

Member
Jul 6, 2020
219
167
If there's one to put Kat into the game after selecting Bree's maid route, it'd be interesting to know. Even more so once this upcoming v24.5.0 update is released this month, since she's going to be included in a harem with Anna and Emma (it's called the petite harem). :unsure::unsure:
I can make a MOD to enable Bree's gamer path and maid path at same time, any one has interest?
 
May 14, 2024
12
18
Is the ACTUAL wedding ceremony in the game for Amy? She's already pregnant, I did a route mainly just for her. Proposed and everything, but if there is a wedding CG, it hasn't popped up and I know weddings take place on weekends
 

Evil13

Engaged Member
Jun 4, 2019
3,753
16,086
Is the ACTUAL wedding ceremony in the game for Amy? She's already pregnant, I did a route mainly just for her. Proposed and everything, but if there is a wedding CG, it hasn't popped up and I know weddings take place on weekends
It's getting added in this month's update, which should release next week
 

Cartageno

Devoted Member
Dec 1, 2019
8,792
14,934
Thank you really did not get the idea to press ESC xD Dont know why but thanks
Probably the same reason as many others. Normally ESC and right mouse click bring up the same menu in Ren'Py, so you forget about the one you don't use because it doesn't add anything. Normally ...
 

Zavalara

Newbie
Mar 9, 2023
30
1
You need to have all girls leave the game. The easiest method I know is:
You don't have permission to view the spoiler content. Log in or register now.
It doesn't work with harmony and shiori, they don't leave, they just lower their love; how should I do it?
And besides, how do I remove Camila? Due to the execution event, it appears
 

lewdpure

New Member
Apr 30, 2024
3
3
I don't really understand. Isn't this a leaked version or so? When I download for android it wants me to Auth through logging into itch or Patreon.
 

Leyos

Newbie
Aug 8, 2017
64
9
Why cant I accept after a date the invitation for a cafe? Only option I have is that no, to tired. Can someone explain?
 

ArDZer

Well-Known Member
Feb 20, 2019
1,676
4,675
Why cant I accept after a date the invitation for a cafe? Only option I have is that no, to tired. Can someone explain?
Perhaps the male protagonist is lacking stamina. This info is from the game's wiki:
Stamina
Since version 22.2.0, the game implements a stamina mechanic for Mike MC. If his stamina has not recovered since the last time he had sex, he will be exhausted and decline the girl's request for 'hot coffee'. When Mike MC's stamina has recovered, an eggplant symbol is visible in the personal information on his phone.

Stamina is calculated in hours since the last time Mike MC had sex. The base recovery time is 120 hours (= 5 days). Choosing 'erectile problems' during the increases the base recovery time to 240 hours, the 'high libido' trait reduces it to 90 hours.

The recovery time is also reduced by Mike MC's level of strength and his sexperience. (one barbell removes one hour from the recovery time, two sexperience also remove one hour from the recovery time)

Using the blue pill from the restores stamina immediately. However, every time Mike MC takes a blue pill, an exponentially increasing (!) value is added to his recovery time. And take too many blue pills, and you'll go blue straight to a demise and game over (and iirc in Steam the achievement "Sex Overdose" is unlocked that way).
 
  • Like
Reactions: Donkeybong
3.60 star(s) 300 Votes