I dont know who the fuck you think you are talking to this is THE ACTUAL CODE IN THE DAMN GAME not the fucking patch. the specific line your slow brain seems to not comprehend comes from the file named caroline_room_morning_scene1.rpy not the patch.rpy I unren'ed the code to check and there is 2558 lines of the loadable code. and thats just the lines that say ....
if renpy.loadable("patch.rpy"):
or
if not renpy.loadable("patch.rpy"):
60 of those lines are just in the intro.rpy which you get when you first start a new game up.
at this point i think you are just trying to troll because you do not seem to understand that not everyone trusts everything until proof is given. I have given the proof but you keep thinking im talking about the old patch.rpy no not at all.
and since you do not seem to understand here is the old patch code.
Python:
default Linda_name_patched = "Mom"
default Sara_name_patched = "Sara" "Sister"
default Caroline_name_patched = "Caroline" "Sister"
default Bob_name_patched = "Dad"
default b0_patched = "Brother"
default b1_patched = "brother"
default b2_patched = "Bro"
default b3_patched = "bro"
default s1_patched = "Sister"
default s2_patched = "sister"
default s3_patched = "Sis"
default s4_patched = "sis"
default m1_patched = "Mom"
default m2_patched = "mom"
default m3_patched = "Mother"
default m4_patched = "mother"
default m5_patched = "Mommy"
default m6_patched = "mommy"
default d1_patched = "Father"
default d2_patched = "father"
default d3_patched = "Dad"
default d4_patched = "dad"
default a1_patched = "Aunt"
default a2_patched = "aunt"
default a3_patched = "Auntie"
default a4_patched = "auntie"
default x1_patched = "Family"
default x2_patched = "Relation"
default x3_patched = "Blood related"
default x4_patched = "Son"
default x5_patched = "son"
default x6_patched = "Parent's Bedroom"
default x7_patched = "Daughter"
default x8_patched = "daughter"
default x9_patched = "Siblings"
default x10_patched = "siblings"
default x11_patched = "Parents"
default x12_patched = "parents"
default x13_patched = "Parent"
default x14_patched = "parent"
NONE of that is used