feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
emulator: ONScripter
|
|
|
|
|
type: libretro
|
2026-03-24 22:31:22 +01:00
|
|
|
core_classification: community_fork
|
feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
source: "https://github.com/iyzsong/onscripter-libretro"
|
2026-03-24 22:31:22 +01:00
|
|
|
upstream: "https://github.com/ogapee/onscripter"
|
|
|
|
|
profiled_date: "2026-03-24"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "0.3"
|
|
|
|
|
display_name: "ONScripter"
|
feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
cores:
|
|
|
|
|
- onscripter
|
|
|
|
|
systems:
|
|
|
|
|
- onscripter
|
|
|
|
|
|
|
|
|
|
notes: |
|
2026-03-24 22:31:22 +01:00
|
|
|
Clone of NScripter, a Japanese visual novel engine. The libretro port
|
|
|
|
|
wraps upstream ogapee/onscripter (tag 20230825) via an SDL-to-libretro
|
|
|
|
|
shim.
|
feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
|
2026-03-24 22:31:22 +01:00
|
|
|
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).
|
feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
|
2026-03-24 22:31:22 +01:00
|
|
|
default.ttf, registry.txt, dll.txt are per-game assets shipped with
|
|
|
|
|
each visual novel, not system-level files.
|
feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
|
2026-03-24 22:31:22 +01:00
|
|
|
Experimental core. No save state support (retro_serialize_size = 0).
|
feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
|
|
|
|
|
files: []
|