I don't know the patreon code but if you open the index.html and search for
"return hash === 7241331960769069;"
change:
return hash === 7241331960769069;
to
return true;
and you don't have to enter the patreon code anymore
Annoyingly god mode still caps your odds passing of some dialog choices at 90%...
If you also
replace all occurences of "if _success" with "if true", it will mean you can't fail. This does have a consequence of making you succeed on things like sneaking even if you intentionally fail. I think the masturbation fails still work though... You can always reverse it by replacing "if true" with "if _success" again, if needed.
There might be a more delicate way of doing this, but this worked and makes the late/end-game much more tolerable. Ctrl+f in notepad++, use replace feature to replace all
Also is there no in-game way to change your name??? Lol, you can do the same
replace to $player.name (it's been a bit since I changed it, I think that was the name)
to whatever you want your character to be called to change it.