how to use standard sounds?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
-
martinezz123
- Posts: 103
- Joined: Wed Jan 22, 2020 5:04 am
how to use standard sounds?
Well. Sorry for this but I have another question.
I'm trying to add sounds. There are those "ambient sound" things, with numbers form 1 to 64.
No matter which number I choose there is no sound in the game.
But doom had it's own sounds, like computer beeping etc.
How to use them?
I'm trying to add sounds. There are those "ambient sound" things, with numbers form 1 to 64.
No matter which number I choose there is no sound in the game.
But doom had it's own sounds, like computer beeping etc.
How to use them?
Re: how to use standard sounds?
The beep sound in Doom is for multiplayer chat if I'm not mistaken (DSRADIO).
If you want to use it as an [wiki]ambient sound[/wiki], you will need to make a definition for it in [wiki]SNDINFO[/wiki]. Something like:
And then you can use a map thing to make ambient computer beeps (and let players think they're being messaged, if they're used to multiplayer).
If you want to use it as an [wiki]ambient sound[/wiki], you will need to make a definition for it in [wiki]SNDINFO[/wiki]. Something like:
Code: Select all
AmbientSound1 DSRADIO
$ambient 1 AmbientSound1-
martinezz123
- Posts: 103
- Joined: Wed Jan 22, 2020 5:04 am
Re: how to use standard sounds?
Ok.
But - apart from me not remembering what sounds there been - how to use standard sounds from the game?
No sound thing seems to work.
But - apart from me not remembering what sounds there been - how to use standard sounds from the game?
No sound thing seems to work.
Re: how to use standard sounds?
Doom doesn't have ambient sounds. If you want to use them as ambient sounds, you have to use SNDINFO to set them up. As I said. Sound things will not work as long as ambient sounds are not set up.
-
martinezz123
- Posts: 103
- Joined: Wed Jan 22, 2020 5:04 am
Re: how to use standard sounds?
Thank you.
My bad. I thougt there were some.
I will go into tutorials aboud adding personal sounds.
Do you know any good ambient sounds library to use them in the game?
My bad. I thougt there were some.
I will go into tutorials aboud adding personal sounds.
Do you know any good ambient sounds library to use them in the game?
Re: how to use standard sounds?
Well, perhaps this?
Heretic, Hexen, and Strife do feature ambient sounds, which have been used and reused in Doom mods so many times they can seem like they're part of Doom's soundscape. Also true for Quake and Quake II, Hexen II, Heretic II, Half-Life, Deus Ex, Unreal, etc.
Heretic, Hexen, and Strife do feature ambient sounds, which have been used and reused in Doom mods so many times they can seem like they're part of Doom's soundscape. Also true for Quake and Quake II, Hexen II, Heretic II, Half-Life, Deus Ex, Unreal, etc.
Re: how to use standard sounds?
There are also several free, public sound effects repositories that can be found by googling a description of the kind of sound that you are looking for.
-
martinezz123
- Posts: 103
- Joined: Wed Jan 22, 2020 5:04 am
Re: how to use standard sounds?
Thanks. It is easier said than find a good one.
Any links?
Any links?
- Redneckerz
- Spotlight Team
- Posts: 1146
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: how to use standard sounds?
See Gez's post.martinezz123 wrote:Thanks. It is easier said than find a good one.
Any links?
-
martinezz123
- Posts: 103
- Joined: Wed Jan 22, 2020 5:04 am
Re: how to use standard sounds?
I've found just a few sounds there.
- Redneckerz
- Spotlight Team
- Posts: 1146
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: how to use standard sounds?
The packages contain several sounds in seperate downloads.martinezz123 wrote:I've found just a few sounds there.
- Kappes Buur
-

- Posts: 4201
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: how to use standard sounds?
From your screenshot I see that you have HEXEN.WAD, which has quite a few ambient sounds. You can check with Slade3 how they were applied.
How to apply ambient sounds in your pwad, well, in my example pwad poly_slide_example.wad I showed you how sounds work. I included two ambient sounds, Water and the prefefined sound cyber/hoof, and a sound for the moving sliding door doormove. You have to open the pwad with Slade3 and take a close look.
[imgur]https://i.imgur.com/bTMJwa6[/imgur]
See SNDINFO and SNDSEQ
How to apply ambient sounds in your pwad, well, in my example pwad poly_slide_example.wad I showed you how sounds work. I included two ambient sounds, Water and the prefefined sound cyber/hoof, and a sound for the moving sliding door doormove. You have to open the pwad with Slade3 and take a close look.
[imgur]https://i.imgur.com/bTMJwa6[/imgur]
See SNDINFO and SNDSEQ
-
martinezz123
- Posts: 103
- Joined: Wed Jan 22, 2020 5:04 am
Re: how to use standard sounds?
Yes. Thank you.
I used your example to use some ambient sounds in my wad.
It works.
Thank you.
I used your example to use some ambient sounds in my wad.
It works.
Thank you.