Back
Tsukihime
by clamintus
|
Version | 0.3 |
Zip size | 5,369 KiB |
License | GPLv2 |
Updated | 21/09/2022 |
Downloads | 1,745 |
MD5 | 2ea52fe9630f3b4546a7f69dcb391166 |
App Details
This package of ONScripter-NX is configured to automatically include some necessary files for running Tsukihime.
Some files (i.e. assets packs) still need to be extracted from the original game in order to play Tsukihime with ONScripter-NX.
Instructions:
Copy the following files from an original copy of Tsukihime to your Switch's SD card:
- arc.nsa
- arc.sar
- arc1.nsa
- the CD folder
Game files and folders must go in /switch/tsukihime/ or wherever the .nro application has been placed.
Joy-Con Controls:
A -> Enter (or advance text)
B -> Go back (or advance text)
X -> Right-click Menu
Y -> Toggle "Draw full page at once" mode
D-Pad Up / L -> Scroll up Text Lookback
D-Pad Down / R -> Scroll down Text Lookback
Hold ZL / ZR -> Skip text
Plus -> Exit the game
Joystick Controls:
Up / Left -> Previous Element
Down / Right -> Next Element
Touch is supported too.
Changelog
0.3
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...