Visionaire Studio Bugfix Update 5.0.5

  • #1, by SimonSSaturday, 02. June 2018, 10:23 6 years ago
    Hi guys and gals,

    here is the next update, combining the last bugfixes. Also some new features.

    Full Version:
    Free Version:

    Bugs:
    - fix crackling sounds with low volume
    - particle pixel effect not working
    - else if not working
    - animation chaining not working with changing the outfit @caligarimarte
    - crash with setdelay
    - fix retina issues on mac
    - bugfix for animation not being loaded after loading save
    - placeholder condition not checked on mouse over
    - export speech file even with multiple entries
    Minor bugs:
    - scrolling end jumps
    - add function get current animation
    - use integrated graphics for editor
    - script editor font size not multiplied with dpi
    - show error if report.txt can't be created
    New features:
    - add function get current animation (graphics.getCurrentAnimation(char))
    - add function to load a compiled file via lua (system.readFile(vispath))
    - simple integrated lipsync (add a file with .tsv next to the audio file like here: https://github.com/DanielSWolf/rhubarb-lip-sync The frames are A-X = 1-8, numbers for frames are also possible, exporting doesn't yet work)
    - cpu usage reduction if in background
    - adjust to size zoom button
    - drag viewport with ctrl
    - allow changing mixer effect in preview
    - audio fx: scale source

    Thread Captain

    1580 Posts


  • #2, by stothewSaturday, 02. June 2018, 11:16 6 years ago
    Great work Simon! Thanks a lot!

    Forum Fan

    127 Posts

  • #3, by Simon_ASASaturday, 02. June 2018, 11:21 6 years ago
    Fantastic! Thanks so much Simon!

    Great Poster

    321 Posts

  • #4, by afrlmeSaturday, 02. June 2018, 11:38 6 years ago
    Oh wow, seems like you got a fair bit done & some very fixes & new features. Nice one Simon mate. wink

    Imperator

    7278 Posts

  • #5, by wimfSaturday, 02. June 2018, 11:48 6 years ago
    Wow, Great work, thank you very much

    Forum Fan

    238 Posts

  • #6, by dionousSaturday, 02. June 2018, 13:30 6 years ago
    It's so cool every time we have a new update on VS, keep it up!!

    Forum Fan

    246 Posts

  • #7, by riffmasterSaturday, 02. June 2018, 14:27 6 years ago
    Sounds really good, thank you very much smile

    I hope I can check out the lipsyn soon, that's really a cool idea and a nice surprise.

    Keep up the good work smile

    Newbie

    26 Posts

  • #8, by afrlmeSaturday, 02. June 2018, 15:49 6 years ago
    Sounds really good, thank you very much smile

    I hope I can check out the lipsyn soon, that's really a cool idea and a nice surprise.

    Keep up the good work smile
    I linked a small video on the twitter account of lip sync in action. I guess you can thank Sebastian for lip sync being added. He's spent the better part of a week or so working on a custom Lua script method for his own game, then yesterday I put in a request to ask Simon if he'd consider sorting out a built in method for a future update & he didn't reply, so it's definitely a nice surprise as he implemented it last night before he pushed out the update - he's a bloody wizard! grin


    Imperator

    7278 Posts

  • #9, by esmeraldaSaturday, 02. June 2018, 18:44 6 years ago
    Great work Simon!
    "
        - simple integrated lipsync (add a file with .tsv next to the audio file like here: https://github.com/DanielSWolf/rhubarb-lip-sync The frames are A-X = 1-8, numbers for frames are also possible, exporting doesn't yet work) "

    Now I'm intrigued and want to try the lip sync. I managed to create an output file wich is hopefully a .tsv file, but I have no idea what to do with it. Could someone please explain, what "add a file with .tsv next to the audio file" means? I have no idea where to put it...

    Key Killer

    513 Posts

  • #10, by sebastianSaturday, 02. June 2018, 18:54 6 years ago
    the lipsync file needs to be in the same directory as your audiofile and has to be the same name + .tsv at the ending:

    /path/to/sound/myaudio.wav
    /path/to/sound/myaudio.wav.tsv

    (rhubarb only supports generating lipsync files out of .wav files currently, so you definitely need a wave file for the tsv file generation. I assume that you can use still .ogg afterwards, but need to rename your lipsync files from *.wav.tsv to *.ogg.tsv .

    I already asked the dev to also implement .ogg recognition as well: http://twitter.com/Bastikeks/status/1002646152565706753)

    Thread Captain

    2346 Posts

  • #11, by dionousSaturday, 02. June 2018, 19:01 6 years ago
    Lipsync is a great little gift indeed, thanks guys!

    How do you link specific frames to A-X?

    Forum Fan

    246 Posts