To be honest, if I were a developer of this VN, I would do the same thing and start redoing everything from the code itself: while the use of imagemap: function in some places looks appropriate, a bunch of "entities" in the form of the Character function instead of the, like, 5-6 usages of DynamicCharacter function doesn't look serious.
But apart from that, I believe that "remake" of this VN will come out when its ready for it. Don't overwork yourself because of this project, otherwise you'll definitely break your mental health. 馃
Neko-Monika
Recent community posts
I did a little digging and found something out: the thing is, your Windows and Linux builds only have JRE for macOS, so they cannot be running on the above systems. I downloaded Windows build, removed existed "jre" folder and do "jlink" stuff in it, and the game launched after that. I think, you may want to install Windows and Ubuntu in VM and generate your own JREs in it, but if you don't want to (or you're too lazy for that), I can give you generated JREs for these systems.
By the way, your source code helped me do a full translation of this game on Russian, thank you so much for this. But aside from that, you really do an awesome work, and I'll be looking forward to your next projects in the future.
Doesn't work on Windows under no circumstances: starting "as is" leads to crash, tried also do "set JAVA_HOME=" in Command Prompt and start the game, but buttons in Main Menu didn't react on clicking on them. JRE version is 1.8.0_301. Linux version (tested it in Ubuntu 21.04) worked after installing "openjdk_11_jre" package and "export JAVA_HOME=" in Terminal.