Skip to content

ONScripter - RetroBIOS

Type libretro
Source https://github.com/iyzsong/onscripter-libretro
Version 0.3
Profiled 2026-03-24
Cores onscripter
Systems onscripter

No BIOS or firmware files required. This core is self-contained.

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).

Generated on 2026-03-25T06:03:30Z