boraxkarloff

Member
Jan 25, 2018
417
601
there is no patch to change mc name and relationships ?
Unfortunately the way the dev wrote the script it's impossible to do an easy patch. The whole script would have to be gone through to replace a name with mom or aunt. In a few instances he used [sJulia.name] which would be easy to change for a patch. You should be able to change the mc's name.
 
  • Like
Reactions: Basmu

luvsabunch86

Newbie
Jun 3, 2018
95
91
Haven't played the start of this game for a while so I must have manually changed mc's name in the console. I think it's sRocky.name = u'whatever your name is' and hit enter.
Actually it is:

sRocky.name = "yourName"
sRockyT.name = "yourName"
sRockyLE.name = "yourName"
sRockyP.name = "yourName"

Yes, you need to change all four and and no u in front of the quotes. If you look at the original post, it was posted by the author of Area69 (k78Games). And yes, it still works under the current v0.74.
 

cooperdk

Engaged Member
Jul 23, 2017
3,375
4,905
Disgusting. Hidden NTR.
Not cool bro, waking in the night to find that your mom(?) fucked by vampire.
Set NTR tag, if i saw one then don't bother download it in first place.
UHM. Someone having sex with your MOM is NOT NTR. Get your facts straight. NTR is someone fucking your steady girlfriend or wife.

there is no patch to change mc name and relationships ?
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



you know you can use unren to get the rpy files right?
That would be unrpyc and not unren unless that includes unrpyc.
 

Otherguy2012

Active Member
Aug 21, 2021
536
632
So I purchased the books and read them. Example the vampire book and boxing book(especially after getting my ass kicked in the alley). Now I can not even start either quest. No way I am starting over. Anything I can do(the books do not appear in my invnentory or at the bookstore anymore)?
 

xapican

Conversation Conqueror
May 11, 2020
7,933
11,537
So I purchased the books and read them. Example the vampire book and boxing book(especially after getting my ass kicked in the alley). Now I can not even start either quest. No way I am starting over. Anything I can do(the books do not appear in my invnentory or at the bookstore anymore)?
go to the gym ? talk to Uma if u did already go saturday to the Bar see her first oponent dance talk again with her (only if u got full strength) if not train with Martina and Sofia Blonde PT at gym,
Vampire quest let it Idle, Julia will apear uncontious int the Living good point would be if we knew where you are ?
did y check your quest log ? (Backpack > notepad) there are hints a bit kriptic sometimes but helpfull
 

Torrodog

Newbie
Jul 7, 2017
48
27
So now when I am at the nightclub I go through talking to the girls at the bar about the drinks and their photo showes up at the pole, but when I click on it they are not dancing. I have tried staying at the pole and advancing time but no girl ever showes up to dance. i have the 400 dollar vip ticket. What ha
pened ?
 

Otherguy2012

Active Member
Aug 21, 2021
536
632
go to the gym ? talk to Uma if u did already go saturday to the Bar see her first oponent dance talk again with her (only if u got full strength) if not train with Martina and Sofia Blonde PT at gym,
Vampire quest let it Idle, Julia will apear uncontious int the Living good point would be if we knew where you are ?
did y check your quest log ? (Backpack > notepad) there are hints a bit kriptic sometimes but helpfull
I checked the quest log for both the vampire and champion quests. It says to read the books(that I already read,no longer have,and can not even buy again). I will try the bar,that I have not done to many times. All other quests but those two are done as far as they can be for this version. I have played quite a few days,and have never seen Julia unconscious in the living room so I will look for that as well.
 

Canto Forte

Post Pro
Jul 10, 2017
20,970
25,661
You do not look, you go sleep, spend time around the house, get your stats up.
Progress the police investigation and go into the alley and spend time there after 2 AM till morning. Something is bound to happen. You gota go through all the dialogue with the
hotties at the bar, especially your sweet and lovely barmaid.
 
  • Like
Reactions: xapican
3.90 star(s) 97 Votes