itch.io is community of indie game creators and players

Devlogs

Undocumented Features

Visual Novel Creator
A downloadable tool for Windows

I was working on one of my other projects.... Instead of creating a server app for local hosting,
I noticed VNCreator works great for that purpose... Just launch it ....
Do not need to open a project nor even create one. Just start the server (from the menu).


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

When you close VNCreator, the server shuts down...


Also: 

If you need to do dialogs in your own projects (RPG ... whatever)...
You can use VNCreator to test and preview your dialogs....
Since the project saves as a JSON, you can import it into your JS projects in one line.
The dialog index could be used as your overall game state, or goal state ....
In addition to other global variables.

Download Visual Novel Creator
Leave a comment