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

Locked
User avatar
Jay_H
Posts: 4061
Joined: Tue Aug 25, 2015 1:54 am
Contact:

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

Post 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.

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

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

Post by Interkarma »

Thanks for report, I'll look at this soon. :)

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

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

Post 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

Locked