ONScripter - RetroBIOS¶
Technical notes
Clone of NScripter, a Japanese visual novel engine. The libretro port wraps upstream ogapee/onscripter (tag 20230825) via an SDL-to-libretro shim.
No system files required. The .info declares no firmware. The core never calls RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY. All files (scripts, fonts, archives, config) are loaded from the game directory via archive_path (libretro.cpp:120-121, ScriptHandler.cpp:148-161).
default.ttf, registry.txt, dll.txt are per-game assets shipped with each visual novel, not system-level files.
Experimental core. No save state support (retro_serialize_size = 0).
No BIOS or firmware files required. Generated on 2026-04-18T08:05:07Z