domin129pl Posted June 5, 2024 Hi all, I'm having an issue with my SNDINFO file - Only some of the sounds seem to be working in my wad? I'm using the PlaySound script like below - script 13 ENTER //spooky sound { playsound(23,"rad3",CHAN_BODY,1.0,TRUE,ATTN_STATIC,FALSE); } and its working absolutely fine. The same goes for all of the sounds in the below image in Slade EXCEPT rad3 and horrcaf - Can someone please help as I'm losing my mind trying to fix this. Thanks in advance! 0 Quote Share this post Link to post
kalensar Posted June 5, 2024 (edited) You dont need the = sign between the sound name and the Sound file reference BUZZ Buzz/// Not Buzz = Buzz THis may or may not fix the sound reference since you show and say most of them are working Are you able to play the stubborn issue sounds in SLADE? Pic Spoiler Also-- You can compress all of those WAV files into mp3, ogg or Flac if you want to save space in the mod. ZDoom family all support mp3 iirc Edited June 5, 2024 by kalensar 0 Quote Share this post Link to post
domin129pl Posted June 5, 2024 Quote You dont need the = sign between the sound name and the Sound file reference BUZZ Buzz/// Not Buzz = Buzz THis may or may not fix the sound reference since you show and say most of them are working Yeah, I added the "=" because I thought that might fix the issue but it didn't, and I haven't changed it back yet. The sounds also play fine just in Slade, I even tried the "horrcaf" sound on just a dummy test wad and it worked fine which is extra confusing. (I know about the compression, my DAW is set to wav by default for music and I'm too lazy to change it, I'll compress them for release asuming I can fix this damn issue) 1 Quote Share this post Link to post
kalensar Posted June 5, 2024 (edited) 17 minutes ago, domin129pl said: Yeah, I added the "=" because I thought that might fix the issue but it didn't, and I haven't changed it back yet. You can ignore my critique on the = bit. I just read up on it and both versions are valid. The version with = is the new way and preferred according to wiki. My bad because I hadnt read the SNDINFO wiki in a long time. The only thing I can think of for HORRCAF and RAD3 is they might have an invisible character taking up an extra space in the names. I know thats an oddball sounding suggestion but sometimes that very problem can scum up Decorate files too. Another option is maybe update the sound name of the sound file itself for HORRCAF to something maybe shorter and // These type of problems are always crap when they occur. Edited June 5, 2024 by kalensar 0 Quote Share this post Link to post
domin129pl Posted June 5, 2024 9 minutes ago, kalensar said: The only thing I can think of for HORRCAF and RAD3 is they might have an invisible character taking up an extra space in the names. I know thats an oddball sounding suggestion but sometimes that very problem can scum up Decorate files too. Tried renaming it, adding spaces, renaming the actual file in the folder to just "horrcaf" without anything else, sadly nothing seems to be making it work - its like the SNDFILE just gives up when it reaches those two :/ Thanks for your help anyway, after tons of googling it seems like I'm the first person that this is happening to so I'm down to trying everything to see if it sticks 0 Quote Share this post Link to post
kalensar Posted June 5, 2024 10 minutes ago, domin129pl said: ts like the SNDFILE Is your file named SNDINFO or SNFILE? 0 Quote Share this post Link to post
domin129pl Posted June 5, 2024 10 minutes ago, kalensar said: Is your file named SNDINFO or SNFILE? SNDINFO, I keep mistyping it as "file" for some reason 🙄 1 Quote Share this post Link to post
domin129pl Posted June 6, 2024 Incase anyone here comes in the future - I managed to fix this issue by copying the whole WAD into a new one and the issue fixed itself. Very frustrating and odd. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.