And, if anyone's interested. I have my own "universal" mod I mainly created for my own use, so that I could disable text boxes we see behind text, add a dark outline to text to make it easier to read, change the screenshot image type to JPEGs (saves faster and they're smaller in size), enable console mode (SHIFT+O in game) enable developer mode in SOME games (I don't enable it for this game as that causes duplicate label warnings to pop up due to my splashscreen.rpy which replaces theirs. I also like to see a loading screen while it is loading rather than nothing at all, so I know it is doing something, so I made my own custom one I add to games that don't have it already and I have some other code which ensures I have a history I can scroll back to and some other keys that sometimes get diabled.
Anyhow, I just tested this with 0.3.1, so this was zipped straight out of my 0.3.1 game folder just now as it works. Just unzip it into your GAME folder and run the game. It doesn't overwrite ANY of the game's files at all. At least not in a default install. It should even play nice with walkthrough and cheat mods, though untested in this case.
Oh, and a fun thing you can do, if you're a mod developer or just bug testing, while in game playing (doesn't work in the menu), with my mod installed, press SHIFT+O then paste the following line in the console: "show screen bugTesting_Overlay" (no quotes obviously) and you'll see a green bug testing overlay which shows you the current file and the line number within that file the game is currently executing code at. VERY handy (I have this, and how to enable it, in my developer.rpy file, read that to see a comment inside that file on how to use it).
View attachment How_To_Fix_The_Future-0.3.1-NHmod.7z