Visual Novel Engine

Visual Novel Engine

Tutorial Video
https://youtu.be/9hCKnZo8Fvc

Just a basic functions VNE tutorial.
I'll do an advanced one soon.
< >
Showing 1-11 of 11 comments
qberty  [developer] Dec 22, 2017 @ 10:17am 
Looks great! To clarify on what "[CHAR]" is. It's mainly used for anime styled visual novels where they show a full body sized character ontop of the background image while that character is talking. You can check out how to use it at: http://vnengine.com/documentation.html
Socialist Tsar Dec 22, 2017 @ 7:39pm 
Thanks for letting me know.
Socialist Tsar Dec 24, 2017 @ 5:04am 
Since someone has requested the other stuff. I'll do a video on the other stuff right now
Last edited by Socialist Tsar; Dec 24, 2017 @ 5:51am
Socialist Tsar Dec 24, 2017 @ 5:51am 
Uploading the video soon. :D
Socialist Tsar Dec 24, 2017 @ 6:19am 
https://youtu.be/P12xXJzR4rU

Advanced functions. Give any suggestions if you want them done ;D
qberty  [developer] Dec 24, 2017 @ 7:38am 
Great video. To clarify how to use [FADEOUT], the parameters can either be a color name or RGB value of a color. An example of red would be

[FADEOUT]+red
or
[FADEOUT]+255,0,0

blue would be
[FADEOUT]+blue
or
[FADEOUT]+0,0,255

etc...

Also the duplicate SOUNDFX tag in the tag menu is definitely a bug and will be fixed. Right now IMGFX only supports a single effect (which is "negative") and at the moment it's glitched out as I plan to rewrite how that works.

Also, it should be noted that if you click the "?" in VNE, it will explain exactly how to use each of the tags, and also includes tags that are not in the tag menu like VARIABLES, and IF/THEN statements etc..
Socialist Tsar Dec 24, 2017 @ 7:42am 
The "Help" Menu does not work currently. It just pops up with an error.
Socialist Tsar Dec 24, 2017 @ 7:43am 
That is something that should be fixed.
Socialist Tsar Dec 24, 2017 @ 7:44am 
Can you use the IF/THEN statements right now? Or will they become avaliable in the next update?
qberty  [developer] Dec 24, 2017 @ 7:50am 
They should be usable right now. Unfortunately the documentation to use them is inside the help menu. I'll look into fixing the help menu as a quick hotfix and update it asap.
Socialist Tsar Dec 24, 2017 @ 8:45am 
Thanks so much ;3
< >
Showing 1-11 of 11 comments
Per page: 1530 50