Bug Fix
Visual Novel Creator » Devlog
Found a bug when selecting New Project (really? how did I miss that??)
which would cause a crash if you already have a project loaded....
Stupid bug caused by failure to delete everything ...
Fixed though...
Currently working on a way to customize the Status Display...
When finished, by prefixing a global with HUD your global var
will be added to the status display. Example: HUDmoney would display
Money $$ at the top of the screen.
Rudimentary, but adequate.
waffle
Files
VNCreator.zip 439 kB
Jul 04, 2024
Get Visual Novel Creator
Download NowName your own price
Visual Novel Creator
Creates Visual Novels and exports to HTML5
Status | In development |
Category | Tool |
Author | Waffle |
Genre | Visual Novel |
Tags | Creative, Game Design, host, server, windows |
More posts
- Undocumented Features54 days ago
- Fixed Loading errorAug 06, 2024
- Quality of life improvementsJul 30, 2024
- BugFixJul 28, 2024
- Sound, Zoom, PansJul 27, 2024
- Engine UpdateJul 23, 2024
- Engine UpdateJul 22, 2024
- Minor edits to search functionsJul 20, 2024
- Engine UpdateJul 16, 2024
- Added Option to Hide Repeat WarningsJul 15, 2024
Comments
Log in with itch.io to leave a comment.
Another issue with "New Project" ...
You will get an error when attempting to save it...
This will happen if you do not have any dialogs created.
You need at least 1 dialog in order to save project.
I probably should add that to the docs and quickstart guide...
Found another issue:
the auto-generated globals have the incorrect case.
For now, you can edit them to be lower-case ...
it will be fixed later today ...
Globals needed fixing:
"Debug" should be "debug"
"Title" ... "title"
"Location" "location"
"People" "people"
seems like a simple fix. but can mess up a project if not done correctly.
EDIT: OK: All this is fixed :)
and docs updated about having 1 dialog present...