Well, I'm not a "talented developer", but I'm in the process of it. I posted about this recently in this thread. I'm just a software dev that recently found this new world of AVN's (through ManyATrueNerd youtuber of all things). I quickly found myself diving into Ren'Py after playing IoM and this one.
With this game I got intrigued by just how messy the game is and couldn't resist trying to fix this one. Practice for my own games, if nothing else. Right now I'm on day 5 (first day of work), and this is where the heavy lifting starts...
First goal is to reorginize the code into a readable form, otherwise fixing it as an outsideris is a pipe dream. They clearly know their stuff when it comes to renders, animations, story dialog, but holy shit that code is a mess. I don't mean to throw shade on anyone, but I just gotta say it to get it off my chest. The complexity of the code for such a simple game is trivial. As is there shouldn't be any, and yet it goes wild. Not complex, just messy.
I'm going day by day fixing "holes", conditionals that lead nowhere, outright mystical variables that do nothing, etc. I'm introducing new variables to track certain events in simpler ways and so on. In the process there quite a few side effect fixes.
So far the list of these side fixes are:
- Fixed a bunch of wrong (missing) audio file references
- Fixed typos (lots... of typos)
- Fixed wrong images appearing (example: Going to Dean's office with cum stain when shouldn't, Jennifer suddenly jumping out into hallway and back while speaking with Hope in restroom)
- Logical narrative mistakes (example: Jennifer is "in her underwear" in the elevator when clearly she is not)
- A bunch of flavor text that should by logically conditional based on previous events, but was not
- A bunch of unintrusive text (mostly narrative) changes to fix/preserve continuity etc
I also have to make quite a few judgement calls as to what dev
meant to do here and there story wise and try to make it happen as closely to that vision of theirs as possible. Can't do miracles though. There are outright unreachable scenes (not hot scenes necessarily, but scenes in general) due to logical mistakes in the code or because they are forcefully skipped. The mistakes I can fix. But some of those seem to be skipped for a reason - missing content to tie things together nicely. Not sure I'll be able to do that without being intrusive on the narrative.
First I'll fix it without too much "intrusion", meaning some content will still be unavailable / blocked.
Second I'll ask for permission to share it

If not, well, at least I'll have a working version for myself (I paid for it on Steam, and I fixed it, I deserve it)
Third I will make a further
separate final version, where I'll be more intrusive, tying stuff together narratively, make more choices
(walk away from "jimmy ties up mark" situation under certain conditions, etc) to make sense narrative wise.