xapican

Devoted Member
May 11, 2020
8,030
11,748
i don't understand that shit. Not that i didn't tried, i tried and it got me confused
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
Just copy paste in a text file (opened up in text editor) then store with the extension .rpy (the rpyc file will be generated autom.) put it in your game folder and enjoy the game
special thank´s to cooperdk for sharing the code
 

Rkiks

Member
Nov 7, 2019
147
36
how to get the milking scene with the principal of the school??? but there is no save with this open event? if there is, please share,If you can, please give working saves, not bagged
 

Rkiks

Member
Nov 7, 2019
147
36
how to get the milking scene with the principal of the school??? but there is no save with this open event? if there is, please share,If you can, please give working saves, not bagged
 

Rkiks

Member
Nov 7, 2019
147
36
how to shoot a milking scene with the principal of the school??? and there is no saving with this open event? if there is, please share, if possible, please give working saves, not bugged ones
 

JiraiyaSennin

Well-Known Member
Feb 11, 2017
1,301
1,066
how to get the milking scene with the principal of the school??? but there is no save with this open event? if there is, please share,If you can, please give working saves, not bagged
You have to continue (or start) with the story about the aliens....
 
  • Like
Reactions: xapican

xapican

Devoted Member
May 11, 2020
8,030
11,748
At what point are u in VeryClose encounter ?
Did you take a picture of the creature ? and show it Anna? did you have sex with the Alien Girl ? did you raise your IQ to max ? did you visit Lilly in the mall catch her masturbating (15:00) ? did she give you the alien book? and did you read it ?
 
  • Like
Reactions: PapaPhat

JiraiyaSennin

Well-Known Member
Feb 11, 2017
1,301
1,066
At what point are u in VeryClose encounter ?
Did you take a picture of the creature ? and show it Anna? did you have sex with the Alien Girl ? did you raise your IQ to max ? did you visit Lilly in the mall catch her masturbating (15:00) ? did she give you the alien book? and did you read it ?
You have to investigate at school...
 
  • Like
Reactions: xapican

PapaPhat

Engaged Member
Mar 31, 2022
3,337
5,608
and quit smoking funny cigarettes....yes ! (thank´s for the remider, I passed this part about 7 or 8 months ago)
But, they are legal in Arizona! I love my funny cigarettes! Hahaha:ROFLMAO:

For me, the principal's office didn't even show up until I installed that fix file for Uma/Monica you translated for us. That file not only fixed the boxing championship error but allowed access to the principal's office as well. Hopefully both are fixed in v0.74 but in case it isn't... Here's the fix file in English again...
Adventure ever on my friend, Phat:cool:(y)
 
  • Like
Reactions: xapican

azecooool

New Member
Jan 9, 2021
4
1
Could anyone share a full save? I had a saves ready for the update but it just goes into the renpy error code anytime I load them.
 
Last edited:

puranrai988

Member
Jul 25, 2018
424
137
Here's my unofficial android port of Area69 v0.74 with BrandyYT Cheat Mod

Download
Mega

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


You don't have permission to view the spoiler content. Log in or register now.
There something wrong in your port..

Incest patch is not there
And
Intro is missing
Without intro
I can't rename my MC
 
3.90 star(s) 97 Votes