Comments

Log in with itch.io to leave a comment.

(2 edits)

Reasons to use this:
1 - Works offline
2 - Exports to HTML5, so will run anywhere
3 - Built in webserver for testing on local machine
4 - No installer/uninstaller. Don't like it, just delete it.
5 - Simple to learn
6 - No dependencies or DLL ...
edit:
7 - Import JSON into your RPG to manage all dialogs
8 - Test your character dialogs before importing into RPG game

edit2:
9 - Free built-in HTML local host for testing your own JS projects
   - just make a folder in the VNCreator folder ...
    - run your own projects by typing...  
    - "http://127.0.0.1/newfolder/yourpage.html"
   - either in the browser, or as run program ....