Bug Fix


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
92 days ago

Get Visual Novel Creator

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

(2 edits)

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