Display Text Default Display Time

  • #1, by dionousTuesday, 04. April 2017, 15:25 7 years ago
    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

    Forum Fan

    246 Posts


  • #2, by afrlmeTuesday, 04. April 2017, 17:11 7 years ago
    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.

    Imperator

    7278 Posts

  • #3, by dionousTuesday, 04. April 2017, 17:15 7 years ago
    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.

    Forum Fan

    246 Posts

  • #4, by afrlmeTuesday, 04. April 2017, 17:35 7 years ago
    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 %)


    Imperator

    7278 Posts

  • #5, by dionousTuesday, 04. April 2017, 18:43 7 years ago
    You're the man, thanks!

    Forum Fan

    246 Posts