cooljeanius / dawn_of_thunder

a Wesnoth UMC campaign; forked to clean up (originally by Paulomat4)
https://forums.wesnoth.org/viewtopic.php?f=8&t=39512
GNU General Public License v2.0
2 stars 1 forks source link

`[interim_text]` displays too slowly #4

Open cooljeanius opened 3 years ago

cooljeanius commented 3 years ago

When I asked about it on Discord, @knyghtmare said it's from IftU, and that I should look into editing the lua file

Screen Shot 2021-08-30 at 04 28 21
cooljeanius commented 3 years ago

commit 5b98f9b addresses this somewhat (I think), although I haven't actually timed things to see if it's actually making a difference...

cooljeanius commented 3 years ago

actually it might be too fast now; might need some more experimenting...

cooljeanius commented 2 years ago

actually it might be too fast now; might need some more experimenting...

ok so now when I tested on 1.16, it seems kinda inconsistent... sometimes it's too fast, and other times it's too slow... dunno what's causing the discrepancy...

knyghtmare commented 2 years ago

maybe set duration=250 for faster display of it? maybe it might too fast? it's 500 as a default now

cooljeanius commented 2 years ago

maybe set duration=250 for faster display of it? maybe it might too fast? it's 500 as a default now

Yeah 500 was what I set it to in 5b98f9b, but I'm not sure if it's being applied consistently...

cooljeanius commented 1 year ago

Maybe 8184ea3 has fixed this? Edit: make that 7ac7c988a28740acf00db66dc22278d03edbcd17?

cooljeanius commented 1 year ago

So, the part of the campaign where it seems to switch from going too slowly to going too quickly is at the beginning of Chapter II (i.e., S08, "Grand Meeting")... I'm wondering if the delay before the interim text actually matters? Like, does it just expand to fill the available space left by the delay or something...?