Linda's actor is "Mom", defined in scripts/intro.rpy:
define Mom = Character("[Mom_name]", color="#CC00CC")
Mom_name is defined in script.rpy:
Code:
default Mom_name = "Mom"
...
label day_time_changer:
if renpy.loadable("patch.rpy"):
$ Mom_name = "Mom"
$ Dad_name = "Dad"
if not renpy.loadable("patch.rpy"):
$ Mom_name = "Linda"
$ Dad_name = "Bob"
Some places "Linda" is hardcoded. You'll just have to live without having people call her "Slutbag Linda":
Sara "Linda grounded me, remember? I’m not allowed to leave the house."
This happens a lot.
You can change her name everywhere it's not hardcoded by opening the console and typing
Mom_name = "Slutbag Linda"
There are many others you can change like this, such as Caroline_name, Sara_name, Judy_name, Celia_name, player_name.
View attachment 536981
View attachment 536989
View attachment 536986
View attachment 536987
View attachment 536991
View attachment 536998