Skip to content
A Visual Novel interpreter for the PSP, using the VNDS format.
Branch: master
Clone or download
Johannes Ekberg
Latest commit 4ebccd9 Feb 7, 2014
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
lib Stuff... works\! Nov 5, 2013
src I'm an idiot who can't read documentation Feb 7, 2014
.gitignore Look for novels in ./novels instead Feb 7, 2014
.gitmodules Stuff... works\! Nov 5, 2013
ICON0.png Working main menu Sep 14, 2013
ICON0.psd Working main menu Sep 14, 2013
Makefile Pause menu Nov 11, 2013
README.md I shouldn't write READMEs at 1AM Nov 6, 2013
notes.md Notes Nov 20, 2013

README.md

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.

You can’t perform that action at this time.