A Visual Novel interpreter for the PSP, using the VNDS format.
  • C++ 93.8%
  • C 3.9%
  • Makefile 2.3%
Find a file
2014-02-07 16:59:05 +01:00
lib Stuff... works\! 2013-11-05 22:55:47 +01:00
src I'm an idiot who can't read documentation 2014-02-07 16:59:05 +01:00
.gitignore Look for novels in ./novels instead 2014-02-07 15:58:01 +01:00
.gitmodules Stuff... works\! 2013-11-05 22:55:47 +01:00
ICON0.png Working main menu 2013-09-14 15:44:46 +02:00
ICON0.psd Working main menu 2013-09-14 15:44:46 +02:00
Makefile Pause menu 2013-11-11 14:38:29 +01:00
notes.md Notes 2013-11-20 11:21:45 +01:00
README.md I shouldn't write READMEs at 1AM 2013-11-06 12:46:38 +01:00

VNPSP

VNPSP is a PSP runtime for VNDS, a Visual Novel engine for Nintendo DS.

Building

Set up a PSP Toolchain on a Linux machine or in a VM using pspdev/psptoolchain, then just run make in your local copy of this repository.
Remember to clone submodules too!

Usage

  • Put the built EBOOT.PBP in ms0:/PSP/GAME/VNPSP/
  • Put a VN or a few in ms0:/novels/
  • Activate your CFW and fire up VNPSP

It's that easy.

Note:
A lot of VNs come partially zipped, as a directory containing a background.zip, a sound.zip, a script.zip, etc. This is not yet supported, and will fail to load.
For now, just extract the files - all files in <novel>/script.zip to <novel>/script/, etc.