Visual Novel Creator is an application/game engine to make Visual Novel games.
Check the video trailer here
Download the latest version here : Visual Novel Creator 1.1.0
For every project, you will be able to manage & list all your assets. Import new assets, edit & delete old ones ...
For more info,check the Asset Manager Documentation.
To make your storyline, you will able to use a practical and simple graph system.
Check the Dialogue Documentation for more info.
In order to create events and logic system, you will access to a flexible and powerful scripting system. With the scripting system, you can create complex events & logics without any skill in computer science.
Check the Scripting Documentation for more info.
You can declare global variables to store important values, check the Variables Documentation for more info.
To make a system which is not handled by the scripting system. You have access to an editor with all the code (HTML/JS/CSS) that you can edit like you want.
You can also create your own functions which can be called in the script tab but execute your own code, check Custom Function Documentation.
Finally, you can debug your game by activating the debug mode which will throw error when something is not working/going as expected, see the Debug Documentation
For this project, I use the framework VueJS v2 with Electron. For quick visuals, I use Vuetify. The game itself is made with VueJs v3.
Feel free to contribute to the project by any way you want.