follardo

Member
Aug 26, 2017
375
6,667
My favorite quotes from v0.161:

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

And, just for grins, here is a little GIF I made from one of the animations. I already forgot who posted the links to the images and the videos, but thanks again!

You don't have permission to view the spoiler content. Log in or register now.
My favorite quotes too. It was so much fun translate into Spanish.

https://f95zone.to/threads/lista-de-juegos-en-espanol-spanish-games.31851/page-905#post-8217595
 

Bibifoc

Engaged Member
Apr 7, 2018
2,347
5,112
1/ In AWAM, you can easily add a language in the settings screen. In your case, you just have to create a file and put in it:
Python:
init python:
   if ("Español", "spanish") not in languages:
       languages.append( ("Español", "spanish") )
(No need to give your persistent file)

2/ Few translated text don't fit the button size. Each button has its own style. You can adapt them to your language. For example, you can reduce the text size for the "Main Menu" button only in spanish by adding in a .rpy:
Python:
translate spanish style menu_mainmenu_button_text:
    size 26
(Same for the end replay button)

In the end, you can, for example, add the spanish.rpy attached file in your game/tl/spanish folder.
 

follardo

Member
Aug 26, 2017
375
6,667
1/ In AWAM, you can easily add a language in the settings screen. In your case, you just have to create a file and put in it:
Python:
init python:
   if ("Español", "spanish") not in languages:
       languages.append( ("Español", "spanish") )
(No need to give your persistent file)

2/ Few translated text don't fit the button size. Each button has its own style. You can adapt them to your language. For example, you can reduce the text size for the "Main Menu" button only in spanish by adding in a .rpy:
Python:
translate spanish style menu_mainmenu_button_text:
    size 26
(Same for the end replay button)

In the end, you can, for example, add the spanish.rpy attached file in your game/tl/spanish folder.
Thank you very much. I have no idea of renpy programming. I only saw a few tutorials on this forum. I didn't know how that was done.
 

Bibifoc

Engaged Member
Apr 7, 2018
2,347
5,112
Thank you very much. I have no idea of renpy programming. I only saw a few tutorials on this forum. I didn't know how that was done.
The first point is specific to AWAM, usually you have to modify the preferences screen to add a language (and it's higly preferable than sharing your persistent file). You copy the preferences screen from screens.rpy to your own .rpy and you add in it (after the "Skip" parameter for example):
Python:
                vbox:
                    style_prefix "radio"
                    label ("Language")
                    textbutton "English" action Language(None)
                    textbutton "Español" action Language("spanish")
The second point exists in every Renpy game... but it also depends on the dev. I specifically created one style per button to allow that.

Note few untranslatable texts (like scene names in the gallery) will be fixed in the next update.
 

hzjujk

Well-Known Member
Sep 19, 2020
1,770
7,273
There are still 0 signs for me that she sees it as an adventure or something.
Clearly Aiden is polarized in 2 camps.

Those (me too) who see the humiliation and sexual harassment and therefore see Sophia as a victim.
Those who find Aidan great, since there is also a certain tendency to find humiliation and bullying great.

Both camps are strengthened by the fact that she also makes wet comments during the humiliations in addition to disgust. Nevertheless, I believe that the developer did not think it through to the end. Either ... or. Or as I wrote above in another threat 3. Choices. Goodwife, Filthy + (do it, with wet and horny-stuff) and Filthy - (do it too, but with disgust, loathing, trauma etc).

This leaves the No-Aiden team with only 2 options. Dylan Boarding School or Mafia. And Team Aiden simply doesn't need to choose the Mafia variant and can continue to violate Sophia in peace.
You are right in your opinion that Sophia sees the blackmail as a sexual adventure. There is, except for one scene, no evidence of sexual arousal when Aiden or Andre are directly involved in the actions.
But L&P always makes the moments erotic for Sophia when she interacts with people who are as innocent of her situation as Sophia herself. And with whom Sophia believes that a "no" would also mean "no".
One exception is the scene with Aiden and Andre, the gross sexual assault of Jennifer, where, if the player allows Sophia not to intervene, she turns away at the end with a mixture of sexual arousal and self-loathing. There should have been a high score of filthy points here - but nothing. Because in this scene, Sophia betrayed everything - her own moral standards and her profession as a teacher.
Whether Sophia observes the whole event or not doesn't matter, only that she learns about Aiden's blackmail of Jennifer is important.
Also, the scene at the meeting place of Aiden's gang is nothing to hear from Sophia except disgust, fear and shame. There are a paltry three filthy points to be gained and the whole scene seems to have no bearing on the blackmail route at the moment.
You can leave the situation/place in time (which I did) without changing the extortion route. For the moment!
Because of the completeness - so far the player only has to allow the Aiden scene during the 3rd task.
For me it looks at the moment as if the blackmail route can be played in a way that Sophia is brought into erotic situations by the blackmail and L&P lets her experience them as such. Of course, that doesn't work completely without coercion!
But the whole stuff with the fear, the disgust and the shame, which are the icing on the cake for some here, can be avoided.
 

follardo

Member
Aug 26, 2017
375
6,667
The first point is specific to AWAM, usually you have to modify the preferences screen to add a language (and it's higly preferable than sharing your persistent file). You copy the preferences screen from screens.rpy to your own .rpy and you add in it (after the "Skip" parameter for example):
Python:
                vbox:
                    style_prefix "radio"
                    label ("Language")
                    textbutton "English" action Language(None)
                    textbutton "Español" action Language("spanish")
The second point exists in every Renpy game... but it also depends on the dev. I specifically created one style per button to allow that.

Note few untranslatable texts (like scene names in the gallery) will be fixed in the next update.
Captura de pantalla 2022-05-29 113728.jpg

It works (y) :LOL:
 
  • Like
Reactions: goodsex

Talmadge

Well-Known Member
May 7, 2018
1,714
1,393
Okay. So. Re-downloaded the game as, for some reason mine was missing content. Got to do most stuff that I couldn't last play through even though I used the Walkthrough Mod. Still didn't have the scene where the sister gave the brother Viagra at the beach. And, for some reason said I didn't do something with him the day before, so the mom couldn't get in the hot tub with him.

Now, I have a question. There is a spot where Dylan's coach calls Sophia about working with him. It pops up and says that is a DLC. Does anyone know when that will be coming out?
 

Sabertooth__

Well-Known Member
Sep 23, 2020
1,407
7,723
Okay. So. Re-downloaded the game as, for some reason mine was missing content. Got to do most stuff that I couldn't last play through even though I used the Walkthrough Mod. Still didn't have the scene where the sister gave the brother Viagra at the beach. And, for some reason said I didn't do something with him the day before, so the mom couldn't get in the hot tub with him.

Now, I have a question. There is a spot where Dylan's coach calls Sophia about working with him. It pops up and says that is a DLC. Does anyone know when that will be coming out?
To be brutally honest with you, The answer is Never.
However if you want what the Dev said then it is most likely after all 30 Playable Days of the game have been made. We are currently on PD 13. And at the current pace we are talking of something that will happen 25+ years in the future.
 

ancienregimele

Well-Known Member
Sep 27, 2017
1,928
6,354
Okay. So. Re-downloaded the game as, for some reason mine was missing content. Got to do most stuff that I couldn't last play through even though I used the Walkthrough Mod. Still didn't have the scene where the sister gave the brother Viagra at the beach. And, for some reason said I didn't do something with him the day before, so the mom couldn't get in the hot tub with him.

Now, I have a question. There is a spot where Dylan's coach calls Sophia about working with him. It pops up and says that is a DLC. Does anyone know when that will be coming out?
It won't be coming out. It's not even the only DLC that won't be appearing. It's been discussed & that's the consensus. DLCs sometimes arrive when chapters, or full games are completed. Currently this VN/game, at it's current pace, could be completed in 2065, or perhaps in the 2050s, if the plans to speed up ever actually succeed.
 

Talmadge

Well-Known Member
May 7, 2018
1,714
1,393
It won't be coming out. It's not even the only DLC that won't be appearing. It's been discussed & that's the consensus. DLCs sometimes arrive when chapters, or full games are completed. Currently this VN/game, at it's current pace, could be completed in 2065, or perhaps in the 2050s, if the plans to speed up ever actually succeed.
Thanks! That means I'll never live to see the end of this VN. LoL. Oh well. At least now I can play part 2.
 

armion82

Message Maven
Mar 28, 2017
12,148
16,537
Because the pattern of tasks is always the same. L&P almost always repeats a task and in the next one we have a repeat enriched with a new element, e.g. the fourth task was a repetition of what happened at Zofia's Meeting with Aiden enriched with a new element. In the fifth task, we'll get a repeat of the fourth one with only a new element, e.g. Sophia will have to take off her panties. But that's probably three years from now?
If we are really generous-yes 3 years.
More likely 4.
Okay. So. Re-downloaded the game as, for some reason mine was missing content. Got to do most stuff that I couldn't last play through even though I used the Walkthrough Mod. Still didn't have the scene where the sister gave the brother Viagra at the beach. And, for some reason said I didn't do something with him the day before, so the mom couldn't get in the hot tub with him.

Now, I have a question. There is a spot where Dylan's coach calls Sophia about working with him. It pops up and says that is a DLC. Does anyone know when that will be coming out?
Almost 100% sure-never.
Unless he decide to do all DLC before doing the main game.
 
3.20 star(s) 485 Votes