Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Question about talk animation

  • #1, by colette 6 hours ago Zitieren
    I created an NPC with a talking animation, only simple hand gestures. It works, but the NPC keeps repeating his dialoge lines indefinitely. Clicking ends this, however.  I found out that the infinitive loop of the talk animation might be the cause, but there is no checkbox to set it to only one loop. 
    Does anyone know how to fix this? 
    Thanks a lot! 
    Edit: I found out it repeats not infinite, only a very long time. It might have to do with the pauses between the animation frames which I set relatively long, otherwise the npc moves too fast.  It might help to reduce the frames I suppose?
  • #2, by esmeralda 2 hours ago Zitieren
    the text is displayed for a certain amount of time per letter. I forgot how many milliseconds.
    And your talk animation will display as long as the text is displayed. (when you have audio linked to the text, it will automatically display the talk animation and the text for the duration of the audio)

    You can change the text speed with the action part "set speed for text output".
    Or you can set the time the text is displayed for individual texts by adding a pause tag at the end of the text. Like <p2> for 2 seconds. Or <p3500ms> for 3500 milliseconds.

    Take a look at the wiki for more info: https://wiki.visionaire-tracker.net/wiki/Text