DoomRL > Modding
[SPOILER] Sounds for Shambler
Malek Deneith:
The below file/setup is what I use for him but beware - YMMV even more than for LE.
--- Code: ----- AoD
angel = {
die = "sounds/Bosses/aod/guardian_death.wav",
act = "sounds/Bosses/aod/chatter_combat1.ogg",
hit = "sounds/Bosses/aod/pain3.ogg",
melee = "sounds/Bosses/aod/fly_end_01.wav",
hoof = "sounds/Bosses/aod/wflap_04.ogg";
--- End code ---
tehtmi:
To get the fire sound bindings to work for the shambler and lava elemental, do this:
--- Code: ----- Shambler
shambler = {
die = "sounds/Bosses/shambler/sdeath.wav",
act = "sounds/Bosses/shambler/ssight.wav",
hit = "sounds/Bosses/shambler/shurt2.wav",
melee = "sounds/Bosses/shambler/melee2.wav",
},
nat_shambler = {
fire = "sounds/Bosses/shambler/lhit.wav",
},
--- End code ---
(And for the lava elemental, similarly nat_lava_elemental.)
Brewtal Legend:
Was just trying these out for the first time in version 9.9.4 and noticed that the enemies have a sound for something labeled "hoof". I was wondering what this was exactly and if there was a sound for the shambler, lava elemental, and aod that could be used for it?
Also, any special/specific sounds for the Arena Master?
Also again, in the configs listed in this thread, it says to put the sounds into "sounds/Bosses/*enemy". But all the other sounds in the game are just in wav/ folder. Do these boss sounds have to be in a sounds/bosses folder? Or can they just be put into the wav folder with the rest?
tehtmi:
If an enemy has a hoof sound binding, then that sound will play on every step the enemy takes. Only the Cyberdemon has such a sound in the default DRL bindings. Arachnotrons have such a sound in real Doom, but enemies with this type of sound binding tend to be very distracting in DRL.
It is possible to add sounds for the Arena Master, but I'm not sure if anyone has done it.
It doesn't really matter where you put the sounds as long as you put the correct paths and filenames in your sound.lua file. Malek likes to put sounds in subdirectories like sounds/bosses/shambler because he has a lot of sounds bindings and this makes it easier to keep them straight.
Malek Deneith:
What tehtmi said pretty much. I tried binding all monsters a .hoof sound once and believe me the only thing it gives is a horrible noise. As for Arena Master - no sounds from me I'm afraid, using the same sounds I use for regular 'vile.
Navigation
[0] Message Index
[*] Previous page
Go to full version