wulfy1

Newbie
Aug 27, 2017
89
85
lol nevermind, what I had here just puts you back to the post date with Elly, waking up on day 7.

I swear, one day I will learn to script!

~Wulf
 
  • Like
Reactions: johnconnor

proximus

Member
Donor
Apr 25, 2017
346
666
So... is it wrong I skip dialogue till h scenes>.>
Keep in mind I've been drinking all night<.<
Not at all. I do it all the time including drinking part (trying to limit my Sunday night drinking though).
 

rolalinii

New Member
Jul 28, 2017
11
1
Sorry if it's already been noted but have the following error:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/d7.rpy", line 3343, in script
    jump d8start
ScriptError: could not find label 'd8start'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/d7.rpy", line 3343, in script
    jump d8start
  File "D:\Games\F95zone Games\ParentalLove-version0.9-pc\renpy\ast.py", line 1620, in execute
    rv = renpy.game.script.lookup(target)
  File "D:\Games\F95zone Games\ParentalLove-version0.9-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'd8start'.

Windows-8-6.2.9200
Ren'Py 7.1.0.882
Parental Love version0.9
Sun Feb 03 22:41:10 2019
 

ja88

Member
Nov 2, 2017
193
1,743
ok guys, I'm not a scripter, but if you change lines:

3343 through 3349 of:
ParentalLove-version09-pc\ParentalLove-version0.9-pc\game\d7.rpy

with this:

jump d7elly
scene bversionend
with gameoverfade
pause
pause
jump d7elly
return

And force reload or continue the game after the Elly fun/dad sleep, it will bypass the error. It had "jump d8start", but there was not d8 referemce that I could find. I do not know if this messes anything else up, so please use this fix at your own risk.

~Wulf
so
Not at all. I do it all the time including drinking part (trying to limit my Sunday night drinking though).
well, I’m from Louisiana, not limiting my drinking tonight of all days
 

Maid Lain

Well-Known Member
Modder
Game Developer
Apr 4, 2018
1,888
16,356
- Mod has been updated to v0.9

Changelog:
  • Added animation to the 0.9 Jenna deepthroat scene
  • Fixed the harem route game crash Luxee forgot to fix (the bug everyone has been mentioning)
  • Added the 0.9 scenes to the scene gallery
 

proximus

Member
Donor
Apr 25, 2017
346
666
so

well, I’m from Louisiana, not limiting my drinking tonight of all days
My problem is that after x amount of drinks I tend to stay til bar closes, which is 2 am here in California (some Bay Area cities tried to extend it to 4 am). It is getting increasingly difficult to wake up 6 am and go to work. Usually, I try to stop drinking late afternoon on Sundays, otherwise it is all-nighter for me.
 

ja88

Member
Nov 2, 2017
193
1,743
My problem is that after x amount of drinks I tend to stay til bar closes, which is 2 am here in California (some Bay Area cities tried to extend it to 4 am). It is getting increasingly difficult to wake up 6 am and go to work. Usually, I try to stop drinking late afternoon on Sundays, otherwise it is all-nighter for me.
So i'm wayyy of topic but here in Louisiana bars are open 24-7 =P
And to bob danio; you might want to star a new game, with skip read text might not take to long
 

johnconnor

Active Member
Jul 24, 2017
524
796
@wulfy1 @rolalinii

Instead of editing the code, you can just rollback to "Closed my eyes for a... a second...", enter the console and type jump d7elly, that will have the same effect.

Use at your own risk. Best to wait for a real patch from the developer. There may be some missing files. Save early, save often.

EDIT: you probably really don't want to do that.
 

Eerie Entity

❤︎ Victoria Shields' One True Love ❤︎
Donor
Game Developer
May 28, 2018
4,334
15,167
Ooooh yeah, gonna love me some more Elly time, wonder if she'll want me to conquer her womb some more, I'd love to oblige :p Thanks for the update!
 

Mark17

Well-Known Member
May 15, 2017
1,015
2,428
I but have the following error:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/d7.rpy", line 3343, in script
    jump d8start
ScriptError: could not find label 'd8start'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/d7.rpy", line 3343, in script
    jump d8start
  File "C:\Users\User\Documents\My Games\Avista\ParentalLove-version0.9-pc_Kompressed\renpy\ast.py", line 1620, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\User\Documents\My Games\Avista\ParentalLove-version0.9-pc_Kompressed\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'd8start'.

Windows-8-6.2.9200
Ren'Py 7.1.0.882
Parental Love version0.9
Mon Feb 04 05:40:54 2019
 

roojohan

Member
Sep 7, 2017
134
26
I but have the following error:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/d7.rpy", line 3343, in script
    jump d8start
ScriptError: could not find label 'd8start'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/d7.rpy", line 3343, in script
    jump d8start
  File "C:\Users\User\Documents\My Games\Avista\ParentalLove-version0.9-pc_Kompressed\renpy\ast.py", line 1620, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\User\Documents\My Games\Avista\ParentalLove-version0.9-pc_Kompressed\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'd8start'.

Windows-8-6.2.9200
Ren'Py 7.1.0.882
Parental Love version0.9
Mon Feb 04 05:40:54 2019
having the same
 
Sep 22, 2018
404
650
@wulfy1 @rolalinii

Instead of editing the code, you can just rollback to "Closed my eyes for a... a second...", enter the console and type jump d7elly, that will have the same effect.

Use at your own risk. Best to wait for a real patch from the developer. There may be some missing files. Save early, save often.
I think this is the end of the content for this version and not a mistake. d7elly isn't the continuation of this string in fact I couldn't find d7elly in any file d7ellie maybe but that's the label for earlier in the day I believe it says it goes to label d8, which isn't done yet.
 
4.20 star(s) 217 Votes