Unique sound for different monsters
Moderators: GZDoom Developers, Raze Developers
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.
-
- Posts: 1
- Joined: Wed Oct 11, 2023 7:55 pm
- Preferred Pronouns: She/Her
- Operating System Version (Optional): macOS 13.5.2
- Graphics Processor: Apple M1
- Contact:
Unique sound for different monsters
I am making a WAD for Doom II where the monsters are based on different characters, and thus each monster must use appropriate voice lines for that character. From what I can tell, there are only a few monsters with unique sounds in base Doom II. How do I add individual sounds for each one?
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Unique sound for different monsters
With a ZDoom-based port, this is as easy as changing the monsters' sound definitions in a SNDINFO file and does not even need the monsters themselves to be modified. Simply refer to the built-in SNDINFO lump's Monster Sounds section, copy the definitions you want to change into a new file, and then change the lump names they're referencing.
For example, if you want the Chaingun Guy to have new Sight sounds, you'd copy those in and change the lumps to new ones:
For example, if you want the Chaingun Guy to have new Sight sounds, you'd copy those in and change the lumps to new ones:
Code: Select all
chainguy/sight1 dscosit1
chainguy/sight2 dscosit2
chainguy/sight3 dscosit3