Skip to content

Visual Novel Creator 1.1.0

Latest
Compare
Choose a tag to compare
@yami2200 yami2200 released this 04 Jun 13:16
· 2 commits to master since this release

Download :

Patch Note :
Biggest Changes :

  • βœ” Variable Setter interface reworked.
  • βœ” Massive rework of game interface and code.
  • βœ” Add macOS & Linux support.
  • βœ” New feature : Debug Mode.
  • βœ” Add array implementation and manipulation.
  • βœ” Add loops.
  • βœ” Dialogue graph system reworked.

Small Changes :

  • βœ” Upgrade movement possibilities with more zoom & unlimited space for each page.
  • βœ” Add feature to search between dialogues in a new panel.
  • βœ” Add feature button to center the view.
  • βœ” You can now change the pitch volume in play sound function.
  • βœ” Add confirmation pop up when deleting pages.
  • βœ” Search features now ignore uppercase letters.
  • βœ” Add tooltip for tabs of assets management panel.
  • βœ” New operators for string variable : ToString() & concat().
  • βœ” New operators for Boolean variable : not().
  • βœ” New operators for Float/integers variable : power(), exp(), length().
  • βœ” Improve visuals of script panel.
  • βœ” Add feature : we can use CTRL + V to paste script function when the mouse is hover a script add function button.
  • βœ” Added possibility to have large text that are scrollable for one dialogue. (auto scroll with the animation text)
  • ❗ The games no longer require an internet connection.
  • ❗ Extend the characters limit of project name from 20 to 40.
  • ❗ Open project folder now pop up on front of screen (no longer in background).
  • ❗ Fix issue with z-index of app bar. Improve visuals.
  • ❗ The game engine will now store the editor version in project properties.
  • ❗ Improve location of input text field & button if there is no text in the input dialogue.
  • ❗ Fix Issue when a character wouldn't appear if added after a delay.
  • ❗ Fix an issue with Project Properties Panel where modifications wouldn't appear when reopening the panel.
  • ❗ Fix visuals : you can't select script function text or variable text anymore.
  • ❗ Setting a variable with an incorrect value will now set the variable with its default value.
  • ❗ Fix issue with Engine Code & Custom function panels and keyboard shortcuts.
  • ❗ Fix validation text button in PackageProjectModal.