Thank youemma.flags.lovepoints = x(replacexwith your desired value),2is enough to pass the event regardless of other factors, but3+ will yield the best outcome.
Thank youemma.flags.lovepoints = x(replacexwith your desired value),2is enough to pass the event regardless of other factors, but3+ will yield the best outcome.
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.1. Reona can get pregnant now?
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.2. Is there a command to call Camila even though Kylie isn't in jail?
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.)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"))(replacexwith 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?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 (renpy.call("<label>")doesn't work if you just want to trigger the event?
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.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 = 0or 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.
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.Does anyone else get stuck on the loading screen on this Android port?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!
¯\_(ツ)_/¯You must be registered to see the linksORYou must be registered to see the links
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.
You must be registered to see the links
MEGA
Size 1001 MB
Updates are faster onYou must be registered to see the links.
Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
In general, the Android version always takes a while, whether it's the port or the Joiplay emulation.Does anyone else get stuck on the loading screen on this Android port?
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.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...
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.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.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.
hero.calendar.add(game.days_played + 1, LabelAppointment((6, 7), [""], "", "camila_event_01"))I linked to one (technically 2) here.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.
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 againThere'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"))
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).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