boobsrcool

Well-Known Member
Apr 1, 2022
1,089
910
Is 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 ?
story yes milf game not really different kinds of pooner
 

Arubazero

Newbie
Jun 7, 2020
47
48
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
 
Last edited:
  • Like
Reactions: Hades2k15

xapican

Message Maven
May 11, 2020
12,525
19,995
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
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,
The only path that I have to try out is the Werewolfpath, I decided to wait because the X Videoz bug Annoys me as much.
 

Castor-S

New Member
Jul 24, 2021
14
6
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.
Hi, thanks for the script. The console informs me that Ren'Py script is disabled, how do I activate it?
 

wataru69

Member
Nov 8, 2017
281
76
can someone help me what do i need to do t advance bloodymoon quest im at.. need to find a way to help lucy.. icant advance it.. and also the learnprograming quest cant search anything in the internet what to do
 

mixmox82

Engaged Member
Jan 19, 2022
2,996
3,058
Yeah, had a similar bug with Alien book, I had it, but fainted while reading it, and now it is gone. Not found a way to fix it...
 
  • Like
Reactions: bernys95

Nobles

Active Member
Apr 15, 2022
971
978
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 at least? Would the MC even have to balls to do this ? my strength is 10/10 too.. how the fuck did he fail. am I missing a certain item from my inventory. I doubt there is a cure, but there is generally no cure to this outside of god intervention as its supposely a curse.
 

xapican

Message Maven
May 11, 2020
12,525
19,995
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.
Yes, but not in this update.
 

Kurokon179

New Member
Jun 7, 2020
9
4
Okay, no problem, thanks for responding so quickly.
hey,

i might got a solution for ya if the document doesnt automatically changes.

Win10->Folder Options->View->Uncheck "hide extensions for known filetypes" atleast that was the solution for me,now i got a whole new problem since the game starts with "parsing the script failed"
 
  • Like
Reactions: Castor-S

Castor-S

New Member
Jul 24, 2021
14
6
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.
 

JiraiyaSennin

Well-Known Member
Feb 11, 2017
1,611
1,344
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.
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".
 

Nobles

Active Member
Apr 15, 2022
971
978
..........

Are we reallly forced to become a warewolf, wtf happened to just killing him with silver? Hell, buy a shotgun, load up some hand made silver buckshots.. then shoot the fucker if hes not going to invest is silver weaponary. I really not liking the way this arc is going. Why isnt he thinking about killing them.

Meanwhile, im actually liking this Vampire arc, teaming up with Issabella. Couldnt we get help from these two vampires (who we empowered), as well as the Demon and Angel girl ?... /sighs
 
  • Like
Reactions: The Bear
3.90 star(s) 110 Votes