- Apr 9, 2018
- 2,964
- 3,452
Ahh, was there an awkward moment I don't remember? Might have to refresh my memory later today.Dolly is the make up artist from the fashion shoot.
View attachment 3356015
Ahh, was there an awkward moment I don't remember? Might have to refresh my memory later today.Dolly is the make up artist from the fashion shoot.
View attachment 3356015
Dolly is the make up artist from the fashion shoot.
View attachment 3356015
pause 1
scene Nicole_visit_123_2 with dissolve
Nicole "Honey, I'm taking you home now."
scene Nicole_visit_123_3
w "I'm wondering if I should go to the photo studio to see Faye first, considering that I have nothing to do later."
scene Nicole_visit_124_1
Wanda "No, you'll take me to the studio."
scene Nicole_visit_124_2
Nicole "So you've agreed to my proposal?"
scene Nicole_visit_125_1
Wanda "I honestly don't know anything about the modeling thing you mentioned. I just thought it would be a good idea to surprise Faye."
scene Nicole_visit_125_2
Nicole "Indeed, after all, you've never been there. It's good to know what's going on. And it's on the way."
stop sound
scene blksc with dissolve
narrator "15 minutes later, Nicole dropped Wanda off near the studio and left."
Nicole "I earned it by modeling, of course. Maybe you should also try to take some photos."
scene Nicole_visit_44_1
Wanda "Are you kidding me? I'm 40 years old."
play sound "audio/Sounds/car_door_O1.mp3"
scene Nicole_visit_44_2
Nicole "Is that you trying to be funny? You look amazing, don't worry about your age."
Nicole "Just think of it as something fun. Ok, get in the car, let's go."
daniel "Wanda this is my assistant, Dolly."
Dev one more question. Can I make siblings/twins romance each other ?Yes.
The paths are designed to be exclusive, so you can have your playthrough only with Gene.
It is a possibility considering the teasers that we have seen.Dev one more question. Can I make siblings/twins romance each other ?
Awesome, another hot signatureProfile Signature
View attachment 3357666
There are several ways to enable incest in games.Could anybody explain to me why a new patch is needed after every update?
mc "She's my [relation]."
mc "She's my mother."
define dic = { "mother" : "landlady",
"mom" : "landlady",
"father" : "landlord",
...
}
define sentence1 = "She's my landlady."
mc "[sentence1]"
define sentence1 = "She's my mother."
define patch = False
if patch:
mc "She's my mother."
else:
mc "She's my landlady."
define patch = True
if <incest file patch exists>:
jump incest_label
else:
jump normal label
label normal_label:
mc "She's my landlady."
label incest_label:
mc "She's my mother."
mc "She's my landlady.
# game/script.rpy:5
translate incest script_28244f14:
# mc "She's my landlady."
mc "She's my mother."
Ok then idk what your point was that needed to get across but nice readThere are several ways to enable incest in games.
1/ Using variables to store relationship words
a) Dev can let players to choose them at the beginning of the game. No patch is needed.Code:mc "She's my [relation]."
b) Or make a patch to automatically switch them. In this case, the patch is compatible with every version.
I'm not fond of this solution because it lacks of subtlety.
2/ Using a dictionary
And in a dictionary, you set up conversion words.Code:mc "She's my mother."
The dictionary is used in the original game to automatically replace incest word by its consensual counterpart.Code:define dic = { "mother" : "landlady", "mom" : "landlady", "father" : "landlord", ... }
In this case, a patch is used to disable the dictionary. Of course, the patch is always compatible with every version.
This solution lacks of subtelty too.
3/ Change whole sentences
It's more complicated to handle but it gives you lots of possibilities.
I've seen different ways to do it.
a) The whole sentence in a variable
In the original code, you find:
And in the patch you find:Code:define sentence1 = "She's my landlady." mc "[sentence1]"
In this case, the patch must be updated everytime.Code:define sentence1 = "She's my mother."
b) A sentence switch in the original code.
In the original code, you find:
And in the patch:Code:define patch = False if patch: mc "She's my mother." else: mc "She's my landlady."
The patch is obviously compatible with every version.Code:define patch = True
c) Replace whole labels (Ms Denver case)
In the original code you have something like that:
And in the patch:Code:if <incest file patch exists>: jump incest_label else: jump normal label label normal_label: mc "She's my landlady."
The patch have to updated everytime in order to add new incest labels.Code:label incest_label: mc "She's my mother."
I'm not sure I like this one because I think it may make saves incompatible between the normal and the incest version. Not a big problem but still a problem.
4/ Translation
I think I've never seen this one used but you also could use the default Renpy translation system to introduce incest ingame.
In original code, you'll have the usual:
You create an "incest" language and in a separate translation file:Code:mc "She's my landlady.
You install the translation patch, select the "incest" language ingame and voila.Code:# game/script.rpy:5 translate incest script_28244f14: # mc "She's my landlady." mc "She's my mother."
In this case, the patch would have to be updated at each version.
Hum... to answer the question by giving an overview of possibilities I know to compare how it works for MsDenverOk then idk what your point was that needed to get across but nice read
Nah I bet early March at the latest, doesn't mean it'll be here that soonAnother month or two
Hey man love the game and all but can we expect anything sexual with wanda next update and will you use Mr Rick in the futur to get wanda and thank youYes.
The paths are designed to be exclusive, so you can have your playthrough only with Gene.
It's a slow burn, most likely going to be a while before there's any real lewd action and probably even longer for Rick considering I don't recognize that name lolHey man love the game and all but can we expect anything sexual with wanda next update and will you use Mr Rick in the futur to get wanda and thank you