Mar 24, 2022
391
590
133
It's because Luxee decided for whatever reason to pack everything in archives this time around. So to replace the files in question you have to unren.
Hmmm, okay. I know that's not the case with Lain's WT mod for A69. I never had to do that. I'm glad I never used a mod with this game then. The WT PDF was enough for me. Thankfully, I memorized the fucker :LOL::ROFLMAO:
 

GioBol - The Librarian

Forum Fanatic
Modder
May 19, 2021
5,821
31,465
822
To do the Italian translation I had to disassemble the RPA and decompile the various RPYCs. However, the classic system I use for translation does not work with this new Parental Love 1.1 version and I was forced to directly modify the original scripts, in order to reassemble everything in a single RPA.

Now my version allows the use of 5 languages (English, French, Portuguese, Polish and Italian).

However, I limited myself to translating only the dialogues, not the images as the French, Portuguese and Poles did, so I limited myself to posting my translation only on the Italians thread, not in this official thread.

Also for version 1.0 I have always and only used the WT PDF.
 

Skeltom

Engaged Member
Oct 9, 2017
2,943
3,626
419
That's what I was thinking. I've never had to unren anything with any WT mod, but....maybe you do with this one? I have no idea
That's what has me confused. I was under the impression that it was just default behavior for renpy to look for them first. Unless it is one of those mods that replace the rpas themselves but it rare for someone to do that.

It's because Luxee decided for whatever reason to pack everything in archives this time around. So to replace the files in question you have to unren.
Is the mod adding features or something? Otherwise it "should" just point to the loose rpy/rpyc file instead of the rpas. I've personally never seen an issue like this.

Hmmm, okay. I know that's not the case with Lain's WT mod for A69. I never had to do that. I'm glad I never used a mod with this game then. The WT PDF was enough for me. Thankfully, I memorized the fucker :LOL::ROFLMAO:
I don't use a lot of mods but it's been the same every time I have. Drag the files into the game folder, done. This one just seems weird somehow.
 
Mar 24, 2022
391
590
133
That's what has me confused. I was under the impression that it was just default behavior for renpy to look for them first. Unless it is one of those mods that replace the rpas themselves but it rare for someone to do that.



Is the mod adding features or something? Otherwise it "should" just point to the loose rpy/rpyc file instead of the rpas. I've personally never seen an issue like this.



I don't use a lot of mods but it's been the same every time I have. Drag the files into the game folder, done. This one just seems weird somehow.
Yeah it is, but as long as it works, then weirdness is allowed I guess. :ROFLMAO:
 
  • Like
Reactions: Skeltom

Cf7274

Newbie
Mar 22, 2020
26
7
114
To do the Italian translation I had to disassemble the RPA and decompile the various RPYCs. However, the classic system I use for translation does not work with this new Parental Love 1.1 version and I was forced to directly modify the original scripts, in order to reassemble everything in a single RPA.

Now my version allows the use of 5 languages (English, French, Portuguese, Polish and Italian).

However, I limited myself to translating only the dialogues, not the images as the French, Portuguese and Poles did, so I limited myself to posting my translation only on the Italians thread, not in this official thread.

Also for version 1.0 I have always and only used the WT PDF.
Hi, you seem kwow something about translation. I get this error on time to time using the multi mod, incest patch and the french translation

Python:
Full traceback:
  File "game/tl/french/scripts/d5.rpy", line 5563, in script
    p "%(j)s non. Tu es [s13w]"
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/character.py", line 1236, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/character.py", line 1155, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/character.py", line 1135, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u's13w'

While running game code:
  File "game/tl/french/scripts/d5.rpy", line 5563, in script
    p "%(j)s non. Tu es [s13w]"
KeyError: u's13w'
I don't alway get the same error but it's the same type, like KeyError u'something'
 
Last edited:

GioBol - The Librarian

Forum Fanatic
Modder
May 19, 2021
5,821
31,465
822
Hi, you seem kwow something about translation. I get this error on time to time using the multi mod, incest patch and the french translation

Python:
Full traceback:
  File "game/tl/french/scripts/d5.rpy", line 5563, in script
    p "%(j)s non. Tu es [s13w]"
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/character.py", line 1236, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/character.py", line 1155, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/character.py", line 1135, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "/home/cfouche/Téléchargements/Games/ParentalLove-version1.1-pc/renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u's13w'

While running game code:
  File "game/tl/french/scripts/d5.rpy", line 5563, in script
    p "%(j)s non. Tu es [s13w]"
KeyError: u's13w'
I don't alway get the same error but it's the same type, like KeyError u'something'
Probably the French translator has not checked the whole sequence of the game, so it can happen that errors come out. Hardly a translator fully tests his translation, so some errors can arise.
You can contact the French author of the translation you find in About (Maxo?). For us translators, the best betatesters are the players. :D

(I know very little English, I use Google Translator ;))
 

Cf7274

Newbie
Mar 22, 2020
26
7
114
Probably the French translator has not checked the whole sequence of the game, so it can happen that errors come out. Hardly a translator fully tests his translation, so some errors can arise.
You can contact the French author of the translation you find in About (Maxo?). For us translators, the best betatesters are the players. :D

(I know very little English, I use Google Translator ;))
Ok, thanks
 

Tiur

Well-Known Member
Nov 13, 2021
1,317
3,677
398
I know I just find it weird to update an old message to update a mod instead of having a new message (being new here and stuff), hence the confusion
Different modders do things differently. In general, though, when a mod is linked in the OP of a thread, the modder may prefer to update the existing post so the post link in the OP isn't changed, especially if the thread owner doesn't update links frequently/quickly. Check for the post update date or text in the post that identifies what game version it's for.
 
  • Like
Reactions: PervyParadox

Kukipett

Engaged Member
Feb 2, 2021
2,004
3,989
387
I thaught that this game was already completed a long time ago, is there some new stuff or is it just some bugfix and enhanced version ?
 

Bev_

Member
Nov 17, 2018
478
806
190

Changelog:
v1.1
CHANGELOG:
- Added 6 new scenes (see instructions below for how to access new scenes)
- Fixed bug with gallery crashing
- Better scene skipping
- Updated Brazilian Portuguese translation. Thanks Grubb
- Added two new translations
- French by Maxo
- Polish by Bev_
Instructions how to get new scenes:
Alley scene: Happens on the harem route a few days after the tournament, after "the peeing scene" and after the scene where you have sex with Jenna in front of Emily for the first time. Same scene where you confront Eric.
Sofi scene, massause extra, milk drinking: These three scenes happen in quick succession from one another during the epilogue of the harem route BUT KNOW THIS: You need to have Sofi ending + During the massaging scene with the trans girl "24th of May", you have to give her your number through a newly added dialogue choice.
Jenna scene: This is a new flashback which happens after the Sienna flashback.
F Night scene: This happens "20th of June". Last scene of the day during which Elly and *** wake you up with breakfast in bed.
 
  • Angry
Reactions: Fio.011

Virulenz

Engaged Member
Sep 27, 2017
2,940
3,794
478
Hmm...played it 4 times and still got only 3 endings...i dont want to skip again from the beginning and i made saves for every choice...where are the turning points to the routes?
I had the harem, the sister and elly...i dont really want emily or the futa thing, but is there a turning point for ada, sofi or ada AND elly?
 

Bev_

Member
Nov 17, 2018
478
806
190
Hmm...played it 4 times and still got only 3 endings...i dont want to skip again from the beginning and i made saves for every choice...where are the turning points to the routes?
I had the harem, the sister and elly...i dont really want emily or the futa thing, but is there a turning point for ada, sofi or ada AND elly?
Walkthrough
For Emily route, just don't mess around with anyone beside her.
Ada is a little harder, you gotta focus on Ada and marry her on the tournament. Use text WT to be sure.
 
Mar 24, 2022
391
590
133
Hmm...played it 4 times and still got only 3 endings...i dont want to skip again from the beginning and i made saves for every choice...where are the turning points to the routes?
I had the harem, the sister and elly...i dont really want emily or the futa thing, but is there a turning point for ada, sofi or ada AND elly?
There's 5 endings, and two variations of the harem.

Jenna (fuck up and get kicked outta the house or grab Emily's ass while in the bar at the beginning.)
Emily - the pure husband route, and the worst one in the game.
Elly route - which ends with her and Jenna together along with the MC
Ada and Elly - The Forbidden route, and the best one in the game
Harem 1a - with Sofi (choose Change the Subject)
Harem 1b - without Sofi (Choose Play Along)

There is no ending with Ada, Elly & Sofi. I suggested that to Lux and it didn't happen, would require too much rework he said

You don't have to mess with the tranny, and you don't have to mess with Farrah (Eric's sister)
 
Last edited:
  • Heart
Reactions: Dudje

GioBol - The Librarian

Forum Fanatic
Modder
May 19, 2021
5,821
31,465
822
Hmm...played it 4 times and still got only 3 endings...i dont want to skip again from the beginning and i made saves for every choice...where are the turning points to the routes?
I had the harem, the sister and elly...i dont really want emily or the futa thing, but is there a turning point for ada, sofi or ada AND elly?
I am attaching the WT that I used.

I would put my SAVES on you, but I don't know if they work with the official version, because they are made from an Italian translated version that modifies the original scripts.
 

Virulenz

Engaged Member
Sep 27, 2017
2,940
3,794
478
Thank you 3 =)

There is no ending with Ada, Elly & Sofi. I suggested that to Lux and it didn't happen, would require too much rework he said

You don't have to mess with the tranny, and you don't have to mess with Farrah (Eric's sister)
Too bad...it doesnt makes much sense to let her behind after building up her trust again. Aside from her leaving because we are just as bad as the assholes from her past she should follow to whatever ending we go.

Good, i dont wanted to see that...
Why shoulnt i mess with farrah? Last time i checked she didnt had a dick...but considering how much she liked it its almost sad she didnt join the harem ending ^^
 

Maxo

Member
Sep 23, 2017
108
123
240
Cf7274 I'm sorry that the vf is problems pass through the post of the translation I will try to correct them as soon as possible.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Cf7274
4.10 star(s) 235 Votes