Choose license
DE EN FR ES IT CZ
Zurück Nach oben

Display Text Default Display Time

  • #1, by dionous 10 years ago Zitieren
    Hello to all,

    Is there any way to set the default time for all displayed text? Or do we need to explicitly set this in with <p> tags? Because we need to speed up all displayed text, seems abit slow.

    Rgrds
  • #2, by afrlme 10 years ago Zitieren
    You have to use p tags or the engine tries to predict the time needed based on the amount of letters/numbers the text contains. If an audio file is linked to the text then it will automatically use the duration of that instead. I highly recommend manually setting times yourself though - it's not like it's hard to type <p1500ms> when you create a new display text.
  • #3, by dionous 10 years ago Zitieren
    Thanks for your reply.

    it's not like it's hard to type when you create a new display text.
    Well, yes, it's not hard but not very efficient imo. I think the best would be to have a setting to adjust display time [ms] per character.
  • #4, by afrlme 10 years ago Zitieren
    Thanks for your reply.

    it's not like it's hard to type when you create a new display text.
    Well, yes, it's not hard but not very efficient imo. I think the best would be to have a setting to adjust display time [ms] per character.
    Ah wait... seems there's a data structure field for adjust text output speed. Sorry, my bad I forgot all about it. wink
    game.TextSpeed = 100 -- default value (in %)


  • #5, by dionous 10 years ago Zitieren
    You're the man, thanks!