I was about to write a very lengthy wall of text but I'll shorten it to a reasonably lengthy wall of text instead.
- Nice grammar is rare, great job to the developer on the proofreading. The game concept is nicely thought and addictive. Excellent work on keeping it all lightweight-friendly, whether intended or not (after ridding the game of unnecessary plugins, nwjs and classic RMMZ bloat, the size went down to 50MB - that's quite the difference).
- Using Cyclone Steamworks and ES2021 methods in a game that was released in 2021-2022 is a sin (that can and will cause crashes, as was spotted by users). The same goes for using stepping in a game that allows for a Story Mode difficulty (or encouraging grinding for that matter). An installer will fix most issues but also fill the registry with bloat, and it's also very convenient to inject code that goes past security software (there is a reason one should only consider MSI installers for Windows as a last resort; not to mention the MSI package stays there to "allow for repairs and uninstalling", casually polluting your device if you don't know how to properly rid it of all of them before they are all over the place).
Since people landing here will be asking themselves if they should download this game backed by almost a hundred people:
- If you came here for girl-girl romance, save yourself the trouble, teleport to the Purgatory/Universe and watch the pseudoromance unfold. Or if you came here for the pictures, let Petschko help you and grab the only two (2) scenes that... ah, crud. They're in the screenshots provided in the OP. How embarrassing, now you can just save them and move on!
- If you want to focus on saving the world and like lengthy forced dialogue as long as the gameplay is fun, go for it. Even Hard/Heroic is a breeze and you can beat the true endboss single-handedly with one starting level character (of course, considering the massive amount of random encounters, good luck keeping them at their starting level). You don't even have to abuse stat-boosting items or glitches, all it takes is a (massive amount of) time as bosses are VERY tanky. If you need a guide, there's one for sale on Steam at a very cheap price (it's incredibly convenient to sell apples to millions of people while a handful buy luxury pocket watches so you can keep claiming your wares are cheap) - or you could read fan guides, they're actually pretty good.
- If you didn't do it already, disable Cyclone Steamworks as mentioned (do NOT install the game) and replace all instances of String.prototype.replaceAll()
with String.prototype.replace()
. Don't forget the global flag. If you are playing from Steam somehow, then let Steam do the heavy lifting and pollute your device (and your Internet). You won't have crashes at the cost of sacrificing more than 1 gigabyte (plus the size of the MSI if on Windows) for a 50MB game.