- May 16, 2017
- 1,718
- 1,793
Well LOL. I spent a little extra time using Notepad++.Linda's actor is "Mom", defined in scripts/intro.rpy:
define Mom = Character("[Mom_name]", color="#CC00CC")
Mom_name is defined in script.rpy:
Some places "Linda" is hardcoded. You'll just have to live without having people call her "Slutbag Linda":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"
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


I can't find where the MC bedroom variable is. In the intro script, there is a line that "defines" "Linda" in addition to the script you mentioned. Her name is defined in a bunch of areas. It is fairly easy to do with Notepad++. I just search for "Linda" and have the replace line filled out with Slutbag Linda. Unfortunately, you cannot replace all since her name(and mom) are part of scripts. I spent about 30 minutes and almost finished editing all of the scripts. I edited some of the dialogs and hover names just for shits and giggles.
LOL Gremlin, classic! I am going to name Judy "Sex Trafficking Therapist". BTW I am going to try and recreate Linda in Daz and make a few edits to the in-game renders. LOL I will make a young Caroline and have her with Linda. "But I don't like Jeffery mommy, he's creepy. Why do I have to stay at his house tonight?"
Last edited: