- Sep 7, 2022
- 6,900
- 10,280
Indeed, the only downside is occassionally like many games not all name references will be interpolated strings but literals, so sometimes it'll look out of place.I didn't see a UI in the game, but it looks like you can rename everyone from the dev console, ie the sister / Sally:
sal.name = "New name here"
Here are the other names / default values:
dad.name = "Dad"
mom.name = "Mom"
mom_r.name = "Mary"
jea.nanme = "Jeannine"
ric.name = "Rick"
deb.name = "Debbie"
rec.name = "Rebecca"
sus.name = "Susan"
For those who don't understand what I mean - sometimes devs will write out conversations like:
"Well, I just got home, have you seen Debbie around"
-versus the more robust
"Well, I just got home, have you seen [deb.name] around?"