Silver2301

Member
Feb 2, 2019
221
372
I just wanted to know if this game have any animation or not? (i know there is no animation tag but someone in the review said it have excellent animation so just wanted to double check)
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,686
You just contradicted yourself hunni.

If you don't know what the 5th route is and it isn't in the game then there are only 4.
Hunni? Should I start calling you hunni bunni? :p

From d7b.rpy in 0.12:
Code:
    "Ending 2/5: My Sweetie"
    $ persistent.ending2 = True
    $ endingsc = 0

    if persistent.ending1 == True:
        $ endingsc += 1
    if persistent.ending2 == True:
        $ endingsc += 1
    if persistent.ending3 == True:
        $ endingsc += 1
    if persistent.ending4 == True:
        $ endingsc += 1
    if persistent.ending5 == True:
        $ endingsc += 1

    if endingsc == 5:
        "You have achieved every possible ending in Parental Love"
        "Thank you so much for playing my game. I hope you've enjoyed yourself"
    elif endingsc == 4:
        "You have reached 4 out of the 5 possible endings"
    elif endingsc == 3:
        "You have reached 3 out of the 5 possible endings"
    elif endingsc == 2:
        "You have reached 2 out of the 5 possible endings"
    elif endingsc == 1:
        "You have reached 1 out of the 5 possible endings"
THERE ARE 5 ROUTES!
 
  • Like
Reactions: ruhivayo

Avaron1974

Resident Lesbian
Aug 22, 2018
25,255
86,515
Hunni? Should I start calling you hunni bunni? :p

From d7b.rpy in 0.12:
Code:
    "Ending 2/5: My Sweetie"
    $ persistent.ending2 = True
    $ endingsc = 0

    if persistent.ending1 == True:
        $ endingsc += 1
    if persistent.ending2 == True:
        $ endingsc += 1
    if persistent.ending3 == True:
        $ endingsc += 1
    if persistent.ending4 == True:
        $ endingsc += 1
    if persistent.ending5 == True:
        $ endingsc += 1

    if endingsc == 5:
        "You have achieved every possible ending in Parental Love"
        "Thank you so much for playing my game. I hope you've enjoyed yourself"
    elif endingsc == 4:
        "You have reached 4 out of the 5 possible endings"
    elif endingsc == 3:
        "You have reached 3 out of the 5 possible endings"
    elif endingsc == 2:
        "You have reached 2 out of the 5 possible endings"
    elif endingsc == 1:
        "You have reached 1 out of the 5 possible endings"
THERE ARE 5 ROUTES!
It's not in the game, you can't choose it, it doesn't exist.

I'M RIGHT DAMMIT.

344358
 

pogo741852

Newbie
Dec 18, 2018
47
25
While running game code:
ScriptError: could not find label 'd9pastadagftalk'.

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

Full traceback:
File "d9.rpyc", line 262, in script
File "C:\Users\chope\Downloads\Nueva carpeta\Nueva carpeta\ParentalLove-version012-pc\ParentalLove-version0.12-pc\renpy\ast.py", line 1620, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\chope\Downloads\Nueva carpeta\Nueva carpeta\ParentalLove-version012-pc\ParentalLove-version0.12-pc\renpy\script.py", line 873, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'd9pastadagftalk'.

Windows-8-6.2.9200
Ren'Py 7.1.0.882
Parental Love version0.12
Fri Jul 12 23:40:02 2019

Any help?
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,686
While running game code:
ScriptError: could not find label 'd9pastadagftalk'.

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

Full traceback:
File "d9.rpyc", line 262, in script
File "C:\Users\chope\Downloads\Nueva carpeta\Nueva carpeta\ParentalLove-version012-pc\ParentalLove-version0.12-pc\renpy\ast.py", line 1620, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\chope\Downloads\Nueva carpeta\Nueva carpeta\ParentalLove-version012-pc\ParentalLove-version0.12-pc\renpy\script.py", line 873, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'd9pastadagftalk'.

Windows-8-6.2.9200
Ren'Py 7.1.0.882
Parental Love version0.12
Fri Jul 12 23:40:02 2019

Any help?
Some help:

  • Install the incest patch, or
  • Use the search feature to find d9pastadagftalk .
 
4.20 star(s) 219 Votes