Project DVN - Visual Novel Engine
bauss
jacobbauss at gmail.com
Wed Dec 18 18:56:06 UTC 2024
On Monday, 16 December 2024 at 23:07:28 UTC, bauss wrote:
>
> I've now added a wiki page and alongside it a guide on creating
> your first visual novel:
>
> https://github.com/ProjectDVN/dvn/wiki/Creating-your-first-visual-novel
Updated link that works:
https://github.com/ProjectDVN/dvn/wiki/2.-Creating-your-first-visual-novel
Also just released version 0.0.20 and since last update these are
the changes added:
- Added a new event for dropdown components in the settings view
- Added a "runDVN" function that you should call from your main
function
- Multiple saves now possible
- Added dynamic text for back labels
- Added event for saving games
- Allowing SPACE to be used for skipping dialogues
- Added Left-CTRL as dialogue skip key
- Removed ENTER as a dialogue skip key
- Added auto skip button
- Added meta object to settings that allows custom settings/data
to be loaded/saved.
- Added checkboxes to the settings view
- Added dynamic button text to settings
- Added meta object to save files
- Added function to get current save id
- Updated dub.json copyright
- Added labels to scripts
- Added "renderGameViewLabel" event
- Allowed animations to be used in the UI generator
- Added ability to change text font in the script files
- Added "renderMainMenuView" event
More information about the Digitalmars-d-announce
mailing list