I guess he meant that the "variety" is of babe games. I can only see a woman liking this game because Slutbag Linda is a pursuer.
Does anyone know which file has the script to set (Slutbag)Linda's name? LOL, I want to give her the correct name in the text window. Slutbag Linda of course.
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.