I've posted patches for both versions. The OP now links to a different patch that is much more basic and only works on part 2 of the game. Mine are linked in my signature if you're interested.
Yo, about lower casing on Phase 2 it's not needed anymore, the team is using lower case flag.
About changing between mom and mother, on phase 2 is also not needed anymore, because they became 2 different variables, so if it's written Mom or Mother is because it's intended that way by the writer.
By the way there was no need to overwrite a label for that, as it's set at the define, so you just needed to redefine in a file with lower priority, like what the LewdPatcher does.
Also the way you did, calling a label to change the values of the variables you are also changing within the save, so if people used your mod, started a new game, played half way through, removed your mod, and loaded that save, it would still use the incest terminology, and another point is if people used your mod but loaded an older save it would use Landlady instead, because with your mod it only set at the beginning.
So saying the patch is more basic, is faulty, it's more simple for sure, but it works with older saves, and if you want to remove you can remove without polluting saves.
Don't take this as a hate speech of sorts, just wanted to point out these things. As a modder myself I love the idea of modding games.
P.S: The label named epilogue will be removed, because I messed things up, it'll be called prologue.