An enhanced version of ONScripter, now available across multiple platforms, this project is built upon ONScripter-jh and incorporates SDL2 features for a more versatile and robust user experience.
Key Features:
- Enhanced Display Options: Enjoy a seamless gaming experience with support for stretch fullscreen mode and the ability to hide the navigation bar, ensuring your focus remains on the game.
- Expanded Storage Compatibility: Access games stored on external SD cards through the Storage Access Framework (SAF), offering you greater flexibility in managing your game files.
- Broad Encoding Support: Catering to a diverse user base, this version supports both Shift_JIS and GBK encodings, making it accessible for users from different regions.
- Graphics Enhancement: Utilize GLES2 for hardware sharpness, enhancing the visual quality of your games.
- Scripting and Animation: Incorporate Lua scripts and animations into your games, adding dynamic elements and interactivity.
- Video Integration: Seamlessly play videos within the game using the system's video player, enhancing the multimedia experience.
How to Use:
Game Directory Setup:
- Use the Storage Access Framework (SAF) to select your ONS game folder. Alternatively, place your games in the scoped storage directories such as:
/storage/emulated/0/Android/data/com.yuri.onscripter/files
/storage/XXXX-XXXX/0/Android/data/com.yuri.onscripter/files
- Use the Storage Access Framework (SAF) to select your ONS game folder. Alternatively, place your games in the scoped storage directories such as:
Game Settings:
- Customize your gameplay by adjusting settings like
stretch fullscreen
to optimize your viewing experience.
- Customize your gameplay by adjusting settings like
Game Gestures:
- Use intuitive gestures to navigate through the game:
- [Long click/3 fingers] to bring up the menu.
- [4 fingers] to skip text, allowing for a smoother gameplay experience.
- Use intuitive gestures to navigate through the game:
Source Code: For those interested in the technical aspects or wishing to contribute, the source code is available at GitHub.
What's New in Version 0.7.4
Last updated on July 11, 2023:
- Added support for English half-width characters with a ` prefix, improving text handling and display for English-speaking users.