Gamester24
Member
- Apr 18, 2018
- 359
- 2,769
story yes milf game not really different kinds of poonerIs there even a story to this ? So I just started and it threw me in a pool introducing old people. No story introduction or trying to learn our character at all. It switched between sex scenes and talking, making little sense. Didnt find anyone attractive at all either, except maybe for the red head (whos normal/average at best) an that you had a best friend? Is this a milf game ?
No, it is not possible at the moment, I don't know if it would be ever implemented, on the other hand, the Takedown of Victor, the Vampire is already prepared you have powerfull allies, which you still have being a "Chihuahua on stereoids,I've been wondering if you get bitten by lucy and the vampire queen will the story allow you to become a hybrid in the future updates? or will you only get to choose one of them? @ k78Games I really do hope you can because it wold be so interesting becoming the new alpha for both species so we can get revenge on both the vampire and wolf asshole i would love to kill the vampire and take over the club and kill the wolf and become the new alpha and take both the wolf queen and the other wolf girl and make them both mine. But as a hybrid. @ k78Games
Hi, thanks for the script. The console informs me that Ren'Py script is disabled, how do I activate it?UHM. Someone having sex with your MOM is NOT NTR. Get your facts straight. NTR is someone fucking your steady girlfriend or wife.
Make a text file named _inc_patch.rpy containing:
init 1040 python:
def nameChange( txt ):
#Julia -> Mom
if ("sRockyT" in txt) and ("sJulia" in txt):
sJulia.name = "Mom"
return txt.replace("sJulia","sJulia")
elif ("sRocky" in txt) and ("sJulia" in txt):
sJulia.name = "Mom"
return txt.replace("sJulia","sJulia")
elif ("sRockyT" in txt) and ("Julia" in txt):
return txt.replace("Julia","Mom")
elif ("sRocky" in txt) and ("Julia" in txt):
return txt.replace("Julia","Mom")
#Lucy -> Sis
elif ("sRockyT" in txt) and ("sLucy" in txt):
sLucy.name = "Sis"
return txt.replace("sLucy","sLucy")
elif ("sRocky" in txt) and ("sLucy" in txt):
sLucy.name = "Sis"
return txt.replace("sLucy","sLucy")
elif ("sRockyT" in txt) and ("Lucy" in txt):
return txt.replace("Lucy","Sis")
elif ("sRocky" in txt) and ("Lucy" in txt):
return txt.replace("Lucy","Sis")
#Emma -> Aunt
elif ("sRockyT" in txt) and ("sEmma" in txt):
sEmma.name = "Aunt Emma"
return txt.replace("sEmma","sEmma")
elif ("sRocky" in txt) and ("sEmma" in txt):
sEmma.name = "Aunt Emma"
return txt.replace("sEmma","sEmma")
elif ("sRockyT" in txt) and ("Emma" in txt):
return txt.replace("Emma","Aunt Emma")
elif ("sRocky" in txt) and ("Emma" in txt):
return txt.replace("Emma","Aunt Emma")
#Sara -> Grandma
elif ("sRockyT" in txt) and ("sSara" in txt):
sSara.name = "Grandma Sara"
return txt.replace("sSara","sSara")
elif ("sRocky" in txt) and ("sSara" in txt):
sSara.name = "Grandma Sara"
return txt.replace("sSara","sSara")
elif ("sRockyT" in txt) and ("Sara" in txt):
return txt.replace("Sara","Grandma Sara")
elif ("sRocky" in txt) and ("Sara" in txt):
return txt.replace("Sara","Grandma Sara")
#Olivia Cousin
elif ("sRockyT" in txt) and ("sOlivia" in txt):
sOlivia.name = "Cousin Olivia"
return txt.replace("sOlivia","sOlivia")
elif ("sRocky" in txt) and ("sOlivia" in txt):
sOlivia.name = "Cousin Olivia"
return txt.replace("sOlivia","sOlivia")
elif ("sRockyT" in txt) and ("Olivia" in txt):
return txt.replace("Olivia","Cousin Olivia")
elif ("sRocky" in txt) and ("Olivia" in txt):
return txt.replace("Olivia","Cousin Olivia")
#Walter Uncle
elif ("sRockyT" in txt) and ("sWalter" in txt):
sWalter.name = "Uncle Walter"
return txt.replace("sWalter","sWalter")
elif ("sRocky" in txt) and ("sWalter" in txt):
sWalter.name = "Uncle Walter"
return txt.replace("sWalter","sWalter")
elif ("sRockyT" in txt) and ("Walter" in txt):
return txt.replace("Walter","Uncle Walter")
elif ("sRocky" in txt) and ("Walter" in txt):
return txt.replace("Walter","Uncle Walter")
else:
return txt
config.say_menu_text_filter = nameChange
That would be unrpyc and not unren unless that includes unrpyc.
Yes, but not in this update.Ah I feel so pissed.
Anyway to save Lucy from her fate. Is so pissed the MC failed hardcore. fucking useless.
I know what that bite is to know whats going to happen. And know what I have to do now.. In this senario, I know I have to mercy kill Lucy, but if not, can I take up wolf hunting and kill the bastards ? Would the MC even have to balls to do this ? my strenth is 10/10 too.. how the fuck did he fail.
Unren.batHi, thanks for the script. The console informs me that Ren'Py script is disabled, how do I activate it?
Only aunt and Grandma at the moment, and it is not really a Threesomehi all it is a possible threeosome aunt a mom or aunt and grandmother..thanks
hey,Okay, no problem, thanks for responding so quickly.
If it was that simple, I would never have asked, I used it of course Jiraiya sensei
The patch I had done before version 0.60 worked in the second version going to check in the text "who was speaking" and "who is it addressed to" by modifying the generic name by adding the prefix "mom" "aunt" (with the simple "txt.replace" function)... etc. From version 0.60 onwards, I honestly didn't understand what changed in the dynamics of the dialogues (which I remember were originally born in Spanish and then translated into English). The next version of my patch no longer worked, while the basic version (v1) continues to do so, with the usual bugs, that is where everyone calls everyone "mom aunt grandmother etc".If it was that simple, I would never have asked, I used it of course Jiraiya sensei.
Forget it, strangely it has started working again, even though the new rpyc file crashes the game now with something like error Key: u"Mom" when the character goes to see her in her room. I feel like the initial script is protected, in any case inc_patch is not functional.