Thank you for your patience!
It's been eight months, I know, but I hope that this was worth the wait!
With every update ONScripter-NX becomes more and more complete. I want people to enjoy their beloved novels on their Switch while feeling at ease, not with a chunky app that doesn't do the work right. With this update I tweaked the engine a bit to improve the playing experience in the long run. I hope I've made progress towards my goal, improving your playing experience too!
Follow the instructions on README.md to know how to install ONScripter-NX.
Game-specific zips are just convenience builds.
They already come with some of the necessary files included, so you just need to copy the arc*.nsa/arc*.sar files from an original copy of the game.
Changelog:
- HD support - yes! Play your old novel like you had never been able to! More info about it in the README page (seriously, read it!)
- A new command has been added to adjust text display speed.
- By pressing the Left Stick, you can switch between the three available text display speeds (slow~normal~fast).
- ONScripter-NX will also memorize your selected text speed for that game.
- Menu navigation is now a lot easier thanks to repeated input support.
- Now you can hold the stick to scroll menu entries faster.
- This also works when navigating text history using D-Up and D-Down, and basically in every other directional input use case too.
- Now the app deinitializes RomFS properly at shutdown.
- A proper deinit function has been created. It will be called at app's shutdown, and will be eventually populated with more deinitializing code, if needed in the future. For now it just contains the RomFS deinit call...