Borg Posted November 30, 2021 I have a slowly lowering lift and I want it to be silent. I have tried using a control sector as was suggested in an older thread but it did not work. Maybe doing it wrong. Using Doom builder 2, ZDoom in doom, with Doom2 as my resource. Been searching youtube and elsewhere for a couple hours but no luck. Checked UDB and GZDB but did not see anything that might work. Help would be appreciated. 0 Quote Share this post Link to post
Nevander Posted November 30, 2021 In vanilla I think you have to somehow cause the sector sound source to come from a dummy sector outside the map which is too far away to hear. However I don't know how the engine decides which part of the joined sector gets the sound. In UDMF it would be a lot easier as you could assign the sector a blank sound sequence. 0 Quote Share this post Link to post
holaareola Posted November 30, 2021 (edited) 13 hours ago, Borg said: I have a slowly lowering lift and I want it to be silent. I have tried using a control sector as was suggested in an older thread but it did not work. Maybe doing it wrong. Using Doom builder 2, ZDoom in doom, with Doom2 as my resource. Been searching youtube and elsewhere for a couple hours but no luck. Checked UDB and GZDB but did not see anything that might work. Help would be appreciated. The sound will originate from the centre point between the two sectors AFAIK, so you need to move your control sector a good distance away from the trigger. Edited November 30, 2021 by holaareola 2 Quote Share this post Link to post
Borg Posted November 30, 2021 1 hour ago, Nevander said: In vanilla I think you have to somehow cause the sector sound source to come from a dummy sector outside the map which is too far away to hear. However I don't know how the engine decides which part of the joined sector gets the sound. In UDMF it would be a lot easier as you could assign the sector a blank sound sequence. Yes it is dead simple in UDMF. Unfortunately all 9 maps were done in Zdoom in Doom. They won't show up in UDMF when I load the wad. 0 Quote Share this post Link to post
Borg Posted November 30, 2021 1 hour ago, holaareola said: The sound will originate from the centre point between the two sectors AFAIK, so you need to move your control sector a good distance away from the trigger. I tried that as I said and I wasn't able to get that to work. I made another sector about 2000 units away. Then I selected the actual sector I'm moving and then moved over to the control sector and hit "j". They then had the same sector number and tag. I ran it and the sound was no different. Did I do that right? 0 Quote Share this post Link to post
SilverMiner Posted November 30, 2021 4 minutes ago, Borg said: Did I do that right? try to use compat_sectorsounds 1 in mapinfo it must work 1 Quote Share this post Link to post
holaareola Posted November 30, 2021 7 minutes ago, Borg said: I tried that as I said and I wasn't able to get that to work. I made another sector about 2000 units away. Then I selected the actual sector I'm moving and then moved over to the control sector and hit "j". They then had the same sector number and tag. I ran it and the sound was no different. Did I do that right? Hmm, yeah sounds like thats the method to me. The distance will be divided by 2 - I'd think offhand 1000 units would suffice but I'm not sure on how far sound carries in Doom. I haven't targeted anything except vanilla so can't help you past that. 0 Quote Share this post Link to post
Borg Posted November 30, 2021 You guys came through again. After I made the control sector I added compat_sectorsounds to MAPINFO as SilverMiner said. Worked perfectly. I adjusted the CS distance so I could just barely hear the sound. it appears that Zdoom by default does not centralize the sound. compat_sectorsounds causes it to revert back to vanilla. Everybody that responded was right. Thanks. 2 Quote Share this post Link to post
HAK3180 Posted November 30, 2021 This depends on the port. In Z-ports you will hear the sound, regardless of how far away a joined sector is. I just did this in a map with both a door and a lift. It works as I intend in DSDA, Crispy, Boom, but it's perfectly audible in GZDoom, even under "Doom (Strict)." HOWEVER, if you go to Options > Compatibility Options > Sound Behavior > Sector Sounds Use Center as Source > Yes, then you should be good to go. I'm not sure why that's not the default setting for Doom (Strict) compatibility. 0 Quote Share this post Link to post
Borg Posted November 30, 2021 I checked that out. Now that is just a local mod right? I mean doing it that way, the feature won't necessarily go with the wad. Another player would have make that change locally. But, forcing it with MAPINFO it travels with the wad. Is that right? 0 Quote Share this post Link to post
HAK3180 Posted November 30, 2021 22 minutes ago, Borg said: I checked that out. Now that is just a local mod right? I mean doing it that way, the feature won't necessarily go with the wad. Another player would have make that change locally. But, forcing it with MAPINFO it travels with the wad. Is that right? Yes, better to force it with mapinfo since you are targeting (G)ZDoom anyway. And you should be able to do it for defaultmap, in case you are making multiple maps that use the effect. But yes, there is a way to force it in-game with the options. And it's definitely strange that none of the stock compatibilities have that set to yes. 0 Quote Share this post Link to post
Borg Posted November 30, 2021 Is there a reason why my 9 map pwad is huge compared to something like AAliens? 0 Quote Share this post Link to post
Nevander Posted December 1, 2021 I know format affects the size. If I remember right, although text based, UDMF maps will be larger. AAliens is Boom format. 0 Quote Share this post Link to post
Borg Posted December 1, 2021 I'm pretty sure it's my music files. They are .wav and 40 MB vs Doom2 music files which are 1/10th that size. I will have to render those to MP3 as long as Slade will accept it. 0 Quote Share this post Link to post
Borg Posted December 2, 2021 Switching to MP3's did it. Wad went from 555,000kb to 24,000kb. 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.