This enhanced ONScripter emulator, built upon ONScripter-jh, offers cross-platform compatibility and improved features via SDL2.
Key improvements include:
- Enhanced Display: Supports stretched fullscreen mode and the ability to hide the navigation bar.
- External Storage: Accesses external SD cards using the Storage Access Framework (SAF).
- Encoding Support: Handles both SJIS and GBK encodings.
- Graphics Optimization: Utilizes OpenGL ES 2 for sharper graphics.
- Scripting & Animation: Integrates Lua scripting and Lua-based animation capabilities.
- Video Playback: Plays videos using the system's default video player.
How to Use:
-
Game Directory: Use SAF to select your ONS game folder, or place it in scoped storage:
/storage/emulated/0/Android/data/com.yuri.onscripter/files
or/storage/XXXX-XXXX/0/Android/data/com.yuri.onscripter/files
. -
Game Settings: Configure game parameters, such as "stretch fullscreen."
-
Game Gestures:
- Long press or three-finger tap: Opens the menu.
- Four-finger tap: Skips text.
Source Code: https://github.com/YuriSizuku/OnscripterYuri
Version 0.7.4 (Jul 11, 2023)
Added support for English half-width characters using the \
prefix.