Page 1 of 1

Linux #127: "play sound" plays endlessly [RESOLVED 0.11.4]

Posted: Thu Aug 30, 2018 2:43 am
by Jay_H
Test:

Code: Select all

Quest: soundtest
-- Message panels
QRC:

QBN:


--   Quest start-up:
  play sound spell_firestorm every 1 minutes 1 times
This is supposed to stop with a single sound, but it keeps repeating. This occurs with all sounds I've tested so far.

Re: Linux #127: "play sound" plays endlessly

Posted: Thu Aug 30, 2018 4:56 am
by Interkarma
Thanks for report, I'll look at this soon. :)

Re: Linux #127: "play sound" plays endlessly

Posted: Sat May 01, 2021 12:09 am
by Interkarma
PlaySound quest action now counts times sound has played and stops after playing total number of times.

To prevent breaking Curse of Daggerfall (vengeance), this action does not persist times played counter and this counter will reset on game restart or action rearm.

https://github.com/Interkarma/daggerfal ... ea60cd4461