Walter confetti Posted September 28, 2019 Is it possible to emulate ambient sounds fx like in heretic or hexen using whacked4 for vanilla doom? Is for a project I working on.... 0 Quote Share this post Link to post
0 Gez Posted September 28, 2019 Yeah, monsters make sounds when they roam around, so you can use that to make a "monster" that can't be shot, doesn't count for kills, and doesn't move (speed 0) but will semi-randomly emit sounds. Of course what you can do with it is both limited and limiting. 2 Quote Share this post Link to post
0 Vermil Posted September 28, 2019 (edited) If you don't mind the sound playing at preset intervals, you can use a mobj's pain sound field instead of it's roaming sound. But yes, it's a choice between the preset intervals using the pain sound field allows or the active sound that plays randomly. If you only want a sound to play once, you can use a mobjs see sound or death sound (i.e when the 'monster' see's you it immediately disappears or you can use a crusher to kill it when the player crosses a line that triggers said crusher). Laz Rojaz's WolfenDoom wads feature lot's of ambient sounds done in a vanilla compatible way. Edited September 28, 2019 by Vermil 1 Quote Share this post Link to post
0 BBQgiraffe Posted September 28, 2019 1 hour ago, Walter confetti said: Is it possible to emulate ambient sounds fx like in heretic or hexen using whacked4 for vanilla doom? Is for a project I working on.... for vanilla doom? you could find a monster you don't want(lost souls, because fuck those assholes), replace all sounds for that monster with ambient shit and place them in rooms outside the map. 1 Quote Share this post Link to post
0 printz Posted September 28, 2019 By increasing the duration of the chase states you can make the random noise happen less often. Caveats: Sounds will come from a local origin, unlike the Heretic sounds which are omnidirectional (I suspect global too, but not sure). You can however replace the Romero head pain sound if you want a global choice. It will be all loud and noisy, because DOOM sounds take a long distance to attenuate, unlike conventional static ambient sounds which end quickly. If you make these monsters move, they will follow you like ghosts! 2 Quote Share this post Link to post
0 Walter confetti Posted September 28, 2019 Thanks for the many answers! I'll give a try... 0 Quote Share this post Link to post
0 nicolas monti Posted September 28, 2019 7 hours ago, BBQgiraffe said: for vanilla doom? you could find a monster you don't want(lost souls, because fuck those assholes), replace all sounds for that monster with ambient shit and place them in rooms outside the map. Also you could activate crushers just before the exit for 100% kills. 1 Quote Share this post Link to post
0 Noiser Posted September 29, 2019 (edited) +1 to printz I'm not sure about the idle method, but you can use the attack state to activate your sound and control the chase duration as printz said - so you will have the RNG factor but also a better control of how long will take before the next sound (if you don't mind losing an action codepointer for that). Using the BrainPain for a global effect is indeed a good choice if you want something closer to Heretic. I'm not sure, but I think you don't need to sacrifice any monster to make the invisible one - you can turn a decoration into a monster. Edited September 29, 2019 by Noiser 1 Quote Share this post Link to post
0 Walter confetti Posted September 30, 2019 (edited) It worked! Thanks to all! Edited September 30, 2019 by Walter confetti 0 Quote Share this post Link to post
0 Walter confetti Posted September 30, 2019 On 9/29/2019 at 5:29 AM, Noiser said: I'm not sure, but I think you don't need to sacrifice any monster to make the invisible one - you can turn a decoration into a monster. Eh, I tried this the first time I made it (using Dead lost soul and guys and bones 2 thing) but it didn't work, including the new thing sprites I made (they worked on gzdoom, at least). 0 Quote Share this post Link to post
Question
Walter confetti
Is it possible to emulate ambient sounds fx like in heretic or hexen using whacked4 for vanilla doom? Is for a project I working on....
Share this post
Link to post
9 answers to this question
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.