I decided to make myself an inc patch that doesn't have to be updated unless there will be new related variables. It only contains variables from characters.rpy that have relation information in them. Just drop the file into the game directory/folder. I used ipatch.rpy name for the file.
To the dev: you don't have to have capitalized variables around because you can use flags to transform text. For example, adding !c to the variable name in the script capitalizes the first letter of the variable: anne_to_mc!c brings up Landlady's old friend in non-patched and Grandma in patched game. Take a look at
You must be registered to see the links
. Handy, right?