ThrowAwaySock

New Member
Jul 27, 2017
9
7
I've played 5 minutes of this so far. Does the writing for the dialogue get better? I get that scripts and dialogue in the porn industry are never really convincing but I was expecting a bit more.
 
  • Like
Reactions: Aelth

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,022
I have that with some changes in code , requirement for that is
if inventory.has_item(jacky_bikini_01) (= True) ... other are libido and so on
But if I force the variable (with console) and save and reload the game , the variable changed again to false.

In script.rpy I removed two lines
label after_load_000001:
# python:
# jacky_bikini_01 = NewItem("Jacky's bikini 01", outfit=True, image="images/interface_images/inventory_

and finally worked for event 18.

I can't post a save because without patch doesn't work .... and it is a solution that can break the game.
Better ask to the author :)
The code you deleted is there to add the item to the game saves that were from v0.02b... I'll see if I'll make some changes to the code if it gives some errors.... But did you see the bikini show? You can fail the event even if you have the item in the inventory if you don't give her the bikini and don't have the correct stats for it.... It's not a repeatable event.... If you did all that and didn't get the event then I'll change the code....
 

Tacito

Forum Fanatic
Jul 15, 2017
5,304
42,382
But did you see the bikini show? You can fail the event even if you have the item in the inventory if you don't give her the bikini and don't have the correct stats for it.... It's not a repeatable event.... If you did all that and didn't get the event then I'll change the code....
Yes , if I delete that part of code I have bikini show.
This is the save if can help.
Sorry I don't remember if I have done all of that ...
 
Last edited:

gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,731
The code you deleted is there to add the item to the game saves that were from v0.02b... I'll see if I'll make some changes to the code if it gives some errors.... But did you see the bikini show? You can fail the event even if you have the item in the inventory if you don't give her the bikini and don't have the correct stats for it.... It's not a repeatable event.... If you did all that and didn't get the event then I'll change the code....
I also had the issue. (See attached save below, the swimsuit is in the inventory and the event starts the next day automatically, but the option to start the bikini show is not available)
It's easy to test, you could start a new game give yourself the bikini through console inventory.add(jacky_bikini_01), check if the bikini is in the inventory inventory.has_item(jacky_bikini_01), save the game and reload the game. If you check again inventory.has_item(jacky_bikini_01) returns false...

I also think futj_bikini_1 and invj_bikini_1 shouldn't be reset to 0 every time a save is loaded, could lead to issues, if you buy the swimsuit, save and reload the game as well...
 
Last edited:

Liner

Newbie
May 14, 2018
18
6
Hmm, for event 18 I got a workaround. Activate the console and type in inventory.add(jacky_bikini_01) on the evening before the swimming event, this should trigger the "Can you try on your swimsuits..." option during Jacky's dialogue...

Event 20 is only marked as done if progress = 11. In Phone_event_screen.rpy line 467 should be if progress >= 11: instead of if progress == 11: I guess...
I Believe what you said is correct, i changed the progress in the save file to 11 then event 20 showed in the progress, when put it back to 12 it went red i.e. incomplete.

Though i couldn't find the Phone_event_screen.rpy.
 

ontach

Well-Known Member
Apr 8, 2018
1,197
1,329
Now to complain about how stupid the MC is. Installing Wifi webcams in the house and not doing a good job locking them down? There are lots of pervs out there and virtually open cameras is not a good way to protect his family.
Locking them down is easily done - I'm pretty sure that's a given - the MC must have done that, but locking them to be FBI proof - that's beyond regular people's capabilities. Those guys have backdoor access and stuff they've pressured manufacturers to build into the hardware. He's using his phone for that, so they've probably hacked his phone.
 

dipp007

Member
Jun 27, 2017
330
394
I Believe what you said is correct, i changed the progress in the save file to 11 then event 20 showed in the progress, when put it back to 12 it went red i.e. incomplete.

Though i couldn't find the Phone_event_screen.rpy.
How you change the progress in the save file to 11.
 

WillTylor

Creating "A Family Venture"
Donor
Game Developer
Oct 8, 2017
995
3,080
so has this game with great potential died?
I hope not, I plan on developing it still. I hope people will still play it. Admittedly there were some frustrations with the gameplay, and bugs of our last update that made some of the new content hard to find. But I heard mostly positive things about the events from those that found them. The next version will have some changes that should make navigation and events easier to find and complete. (Mainly a new hint system.) I think we learned a lot from our mistakes this time, and we’re still excited to continue with the story and content for a long while still. I’m already two events into the next update, and I think Sidney fans will like this one.
 
3.50 star(s) 109 Votes