If anyone has a save for the
official translated version (so
NOT MTL/Patched version), at a point where it crashes (at end-game with the demon), I'll take a look and fix it (since the dev couldn't be bothered to).
I've already fixed the dice-issue which I've attached. Just unpack/drop the www folder into the game folder and replace the CommonEvents.json when asked.
-- For the curious, issue is the dev translated the dice-call to the function to english, which doesn't work since it expects it in Japanese, so the dice is never set. I just reverted the call back to Japanese.
-- Edit--
Uploaded a new version that fixes the broken sex-scene logs (dev forgot to tell whomever wrote the dialogue that escape is a cut-off character for each word...), I also reduced the padding 'sligthly' and increased the width of the log-window, so that text doesn't get weirdly cut-off (for the most part).
As above, just drop everything into the game folder and replace when asked.
Beware however I am very, very lazy, so I wrote a "script (technically a LISP program)" that went over the CommonEvents.js file and replaced every instance of #\space with #\_ after "addlog " (and until first #\}), initial testing show no issues (neither in RPGMaker MV, nor in the game), however if you notice any issues/bugs, tell me when/how (and if possible, provide save) and I'll get it fixed.
--
Affected Files:
CommonEvents - fixes dice and the log-texts (that had spaces in them)
plugins.js -Change the set parameters for the log-window, so that text isnt' weirdly cut off
TMLogWindow - remove the added '_' so that you get proper spaces again.
map004 - decided to incoperate the fix commented on here to give you more characters for naming, arbitrarily decided 10 was a nice number.
--
If I notice any other issues/bugs left by the dev I'll continue to fix it, so this is 'probably' not last version.
-- minor edit: -
I'm aware there text overlaps in the sex-log\dialogue. Working on fixing it (need to open each command and re-apply it to fix the formating for some reason), while I'm doing this, I'm also fixing some of the broken dialogue (a lot of the sex dialogue ends mid-sentence, feel like they just didn't bother since no-one could see it anyway).