MC84, on 16 June 2023 - 12:16 AM, said:
Anyway I had my sounds defined as 0 0 0 3 0 ... I think I was doing that for ambient sounds? And then I changed it to 0 0 254 0 0 and now it actually cycles randomly through the 3 sounds. Thanks again!
From the original USER.CON file comments:
// BIT 0 (1) Repeat // BIT 1 (2) MUSICANDSFX (used for) // BIT 2 (4) A Duke Voice // BIT 3 (8) Par. Lockout // BIT 4 (16) Glob. Heard (sndist = 0)
So you had the sounds set on repeat and MUSICANDSFX. Repeat may have been the issue there.