Mod Abandoned Summertime Saga v0.15.3: Incest Mod [v0.3.31] [bas]

bas

retired
Respected User
Donor
Former Staff
May 6, 2017
3,987
30,300
Trying to access your sister's diary seems to have a few issues - getting various errors telling her that mum needs her downstairs. Temporarily removing the patch allowed me to proceed but re-adding the patch and reading the diary then suddenly goes into the webcam scenes.

File "game/scripts/locations/home/entrance/hallway/hallway.rpy", line 77, in script call
File "game/scripts/locations/home/entrance/hallway/hallway.rpy", line 77, in script call
File "game/incest_patch.rpy", line 1827, in script
player_name "Umm... Actually, {b}[mom_name]{/b} needs to..."
Would you please post the full text of the errors inside spoilers like below?
Code:
[spoiler]
error text or screenshot here
[/spoiler]
 
  • Like
Reactions: verte123

DreadMervin

Newbie
Mar 17, 2018
15
10
Something about Mom is glitched. She seems stuck on weekday dialog on the weekend, for example. I also can't get her to give any housework requests, etc.
Adding details: I've played through to weekend one. The first two days, I left it unpatched. I now am on Sunday afternoon. Debbie is in the basement doing laundry. Upon talking to her, the background goes to the kitchen and she says "Hey Sweetie! Shouldn't you get going?", to which you autorespond "Yeah. I was on my way." It then immediately goes back to the basement and control is restored.
 

DreadMervin

Newbie
Mar 17, 2018
15
10
Would you please post the full text of the errors inside spoilers like below?
Code:
[spoiler]
error text or screenshot here
[/spoiler]
I get the same issue, at least by symptoms:

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

Looking at the save file, I'm guessing it's that the key is deb_char_name now.

Earlier report is correct - if you ignore the error enough times, you can get to the diary reading. On the 3rdish page, suddenly the Jenny doing a webcam session is overlaid on top of the diary graphic, then you cut to Main Character watching as if that whole sequence had happened.
 
  • Like
Reactions: bas

verte123

New Member
Mar 30, 2018
3
4
Would you please post the full text of the errors inside spoilers like below?
Ok - i've found the issues - mom_name should be deb_name and sis / sister should be jen / jenny respectively.

The below fixes the first scene - the scene after reading the diary is unfortunately still completely broke without a stack trace:

Line 1824-1862:
Code:
                "Mom needs you." if sis_bedroom_count == 2 and not sis_dialogue_advance and not sis_diary_unlocked and sister.over(sis_shower_cuddle01):
                    show jenny 21
                    show player 108f
                    player_name "Umm... Actually, {b}[deb_name]{/b} needs to..."
                    show player 111f
                    player_name "...Talk to you about something!"
                    show jenny 22
                    show player 106
                    jen "What about?"
                    menu:
                        "She needs help.":
                            show jenny 23
                            show player 111f
                            player_name "She needs help with something downstairs..."
                            show player 110f
                            jen "..."
                            show jenny 22
                            show player 106
                            jen "What does she need help with anyway?"
                            show player 108f
                            show jenny 23
                            player_name "I'm not sure."
                            player_name "She just... asked me to tell you!"
                            show jenny 22
                            show player 109f
                            jen "Ugh!"
                            show jenny 24
                            jen "Fine. I'm going..."
                            show sisbed zorder 1 at right
                            show player 5 zorder 2
                            show jenny 9 zorder 2 with dissolve
                            jen "Just don't touch anything, and leave my room..."
                            hide jenny 9 with fade
                            show player 106
                            player_name "..."
                            show player 113
                            player_name "Okay..."
                            hide player
                            hide sisbed
 
  • Like
Reactions: bas and DreadMervin

verte123

New Member
Mar 30, 2018
3
4
Ok for the diary -

Code:
label diary02_patched:
    show jenny_diary next at Position (xpos = 512, ypos = 394) with Dissolve(0.2)
    show jenny_diary 02 at truecenter with Dissolve(0.2)
    player_name "( She should really think about moving out... )"
    player_name "( She's been staying home and doing nothing for so long... )"
    window hide
    call screen diary_next
The call screen diary_next seems to fail (not sure if it exists?) It then seems to fall through to the next label which is the webcam scene label sis_camshow01_finish_patched.
 
  • Like
Reactions: DreadMervin

DreadMervin

Newbie
Mar 17, 2018
15
10
Actually, question. diary02 (unpatched):

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

and diary02_patched:

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

Any reason not to just remove lines 1048-1059? They seems identical, but yet removing them makes the scene work.

(BTW, thank you - I know this patch must be a crapload of effort, so not trying to tell you (the author) how it works, just trying to save time on repro/fix/test.)
 
  • Like
Reactions: verte123 and bas

bas

retired
Respected User
Donor
Former Staff
May 6, 2017
3,987
30,300
Actually, question. diary02 (unpatched):

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

and diary02_patched:

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

Any reason not to just remove lines 1048-1059? They seems identical, but yet removing them makes the scene work.

(BTW, thank you - I know this patch must be a crapload of effort, so not trying to tell you (the author) how it works, just trying to save time on repro/fix/test.)
Please NEVER apologize for using your brain :) Like ever, not even a little. I appreciate the help.

I arrived at the exact same conclusion and had already deleted it from the patch file myself too.
 

khumak

Engaged Member
Oct 2, 2017
3,415
3,454
Not sure if this is a problem with the base game or the patch but this happened for me when I go to sis's room and tell her mom needs her.

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: bas

bonzz

Newbie
Mar 17, 2018
87
42
@bossapplesauce Appreciate all the good work man, really do. If it's a comfort, I tried the patch first, uninstalled it and still had bugs. Everything has bugs, no matter how hard you try!
 
  • Like
Reactions: bas

DarthSeduction

Lord of Passion
Donor
Game Developer
Dec 28, 2017
3,360
5,204
You beat me to it @bossapplesauce. But that's ok, you were more efficient than I was, using a substitution script. I would have made them replace the files.
 
  • Like
Reactions: bas

BigLoada

Active Member
Mar 15, 2018
671
686
I think this is what happens when the public pushes so hard to get a game out quicker, no time for QA lol
 
  • Like
Reactions: bas

Yellabelly

New Member
Oct 3, 2017
10
24
I went through and fixed the errors as they came up during my playthrough. This (updated) patch should work.

Fixed in patch:
Removed garden_upgrade call (Infestation Quest bug)
replaced instances of sis with jen (text calls)
replaced instances of sister with jenny (pics)
replaced location_garden_close_blur with correct image
replaced mom_name with deb_name
Possibly others i'm not remembering
 
Last edited: