Ilovekatz19

Active Member
Jul 24, 2021
616
606
246
Hello there, does someone know how to bypass emmas stat check (The Judgment
to futher date her, i´m stuck. Console command or a Mod would be appreciated . thanks in advance
emma.flags.lovepoints = x (replace x with your desired value), 2 is enough to pass the event regardless of other factors, but 3+ will yield the best outcome.
 

KSEN2006

Active Member
Apr 20, 2021
695
113
143
1. Reona can get pregnant now?
2. Is there a command to call Camila even though Kylie isn't in jail?
 

Nixeras

Newbie
Dec 4, 2017
43
25
61
This game isn't bad but there's so many strange choices from devs, and half the posts on this thread are "Help I softlocked my game, can someone tell me how to unfuck it?" It really needs to be restarted from scratch and the spaghetti-code needs to be straightened out, like bad.
 

Ilovekatz19

Active Member
Jul 24, 2021
616
606
246
1. Reona can get pregnant now?
Yes, at 0-33 purity she insist on an abortion, at 34-66 she's unsure what she wants but keeps it if you tell her to, and 67+ she insists on keeping it.
2. Is there a command to call Camila even though Kylie isn't in jail?
With my recent exertion into figuring out how the Calendar works, I think I've figured out a better way of making events play when they realistically shouldn't haven't had much of a chance to test it yet, but here's a command I've stitched together that should create an appointment that when you do it will play her first event.
hero.calendar.add(game.days_played + x, LabelAppointment((9, 22), ["camila"], "Camila's first event", "camila_event_01")) (replace x with how many days you wish to wait till the appointment.)
This should have her first event trigger when you go to the appointment this command sets up, but as I said above I haven't done much testing yet so contact me if anything doesn't end up working.
 
  • Like
Reactions: KSEN2006

LazyEyeOzzy

Newbie
Oct 14, 2022
36
30
94
With my recent exertion into figuring out how the Calendar works, I think I've figured out a better way of making events play when they realistically shouldn't haven't had much of a chance to test it yet, but here's a command I've stitched together that should create an appointment that when you do it will play her first event.
hero.calendar.add(game.days_played + x, LabelAppointment((9, 22), ["camila"], "Camila's first event", "camila_event_01")) (replace x with how many days you wish to wait till the appointment.)
This should have her first event trigger when you go to the appointment this command sets up, but as I said above I haven't done much testing yet so contact me if anything doesn't end up working.
renpy.call("<label>") doesn't work if you just want to trigger the event?
 
  • Thinking Face
Reactions: Ilovekatz19

Ilovekatz19

Active Member
Jul 24, 2021
616
606
246
renpy.call("<label>") doesn't work if you just want to trigger the event?
It works, but for some reason when done that way and I try to open the console during the event it's canceled, the method I suggested above uses the appointment system to trigger the event meaning you can open the console during the event. This is useful because some events have a variable that's reset to some kind of base sate (score = 0 or something like that) and changes during the event and at the end the variable determines the outcome of the event, this means that if I were to say use the command you've provided I would be unable to use the console to cheese the event outcome.
 

LazyEyeOzzy

Newbie
Oct 14, 2022
36
30
94
It works, but for some reason when done that way and I try to open the console during the event it's canceled, the method I suggested above uses the appointment system to trigger the event meaning you can open the console during the event. This is useful because some events have a variable that's reset to some kind of base sate (score = 0 or something like that) and changes during the event and at the end the variable determines the outcome of the event, this means that if I were to say use the command you've provided I would be unable to use the console to cheese the event outcome.
It creates a new context to run in, though I'm not sure why that would affect the console. May be some Ren'Py magic under the hood I'm not aware of. Changes to persistant storage should work though. renpy.jump(...) may be an alternative, but I'm not sure where you'll end up after it's done. There are some other options I can think of, but none that are purely console-based which was the whole point. Otherwise you may as well do a proper solution, like a button in the GUI.

TLDR: if appointments from the console works, go with that.
 
  • Like
Reactions: Ilovekatz19

LazyEyeOzzy

Newbie
Oct 14, 2022
36
30
94
In fact...

Put in "game" folder, go to your bedroom, push the jester icon button, type in label to jump to, and press enter. Should act just like as if the event was triggered normally.

Don't know if it's of use to anyone, but it's an alternative to messing with the console.
 
  • Hey there
Reactions: Ilovekatz19

TheWorkingMan

New Member
Sep 9, 2017
2
1
92
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 25.6.0c
BUGFIX 2

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

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.
If you ping me for updates, I will mark you account as ignored.



MEGA

Size 1001 MB

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Does anyone else get stuck on the loading screen on this Android port?
 
  • Like
Reactions: Auzgodness21

Popy

Newbie
Feb 4, 2018
26
9
141
How i start the quests for kiara and cherie? I already did the blowjob for kiara and christmas event for cherie. I dont want to start a new game...
 

Ilovekatz19

Active Member
Jul 24, 2021
616
606
246
How i start the quests for kiara and cherie? I already did the blowjob for kiara and christmas event for cherie. I dont want to start a new game...
Cherie only has the police event ("Reach out to Cherie after losing Dwayne") right now (it's currently bugged on the story tracker so don't worry about it not showing as complete when you do it) and Kiara only has her story tacker implemented right now.
If their trackers aren't popping up then check your game folder for dlc_fafwm.rpa. If it's not in there you don't have the DLC installed and will need to install it.
 
  • Like
Reactions: Popy

Fangview

New Member
Oct 19, 2024
8
2
46
Hello there, Hope you Guys have a lovely Weekend. I have a another Question. Is there a way with a Mod or a console command to unlock Camila without losing Kylie ? Thanks in advance.
 

Ilovekatz19

Active Member
Jul 24, 2021
616
606
246
Hello there, Hope you Guys have a lovely Weekend. I have a another Question. Is there a way with a Mod or a console command to unlock Camila without losing Kylie ? Thanks in advance.
There's a mod for that specifically floating around somewhere in this thread, also yes to the console question, the easiest way is to set up an appointment that'll play the event.
hero.calendar.add(game.days_played + 1, LabelAppointment((6, 7), [""], "", "camila_event_01"))
 

Fangview

New Member
Oct 19, 2024
8
2
46
There's a mod for that specifically floating around somewhere in this thread, also yes to the console question, the easiest way is to set up an appointment that'll play the event.
hero.calendar.add(game.days_played + 1, LabelAppointment((6, 7), [""], "", "camila_event_01"))
thanks for the quick answer. although i still have a question if you don´t mind. <the command promt says "none" are there requirements i need to look out for or something i´m not in the knowing of. thanks again
 

Ilovekatz19

Active Member
Jul 24, 2021
616
606
246
thanks for the quick answer. although i still have a question if you don´t mind. <the command promt says "none" are there requirements i need to look out for or something i´m not in the knowing of. thanks again
The "none" thing is normal some commands are just like that as far as I can tell. You can check the phone for the appointment (that version of the command sets the appointment to be from 6:00-7:00 the fallowing day).
 
3.60 star(s) 319 Votes