Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Nupper on November 22, 2011, 01:18:54 am
-
Could i add custom voices to the game for example
Power of the horde - 999999 (ID)
-
Could i add custom voices to the game for example
Power of the horde - 999999 (ID)
Possibly, you'd have to dig around the DBC's though. Well, as far as I know.
-
Could i add custom voices to the game for example
Power of the horde - 999999 (ID)
Possibly, you'd have to dig around the DBC's though. Well, as far as I know.
its found in soundentries.dbc
-
You also have to record your own .mp3/.wav don't remember what WoW uses and put them in WoW to.
-
Eluo once did a fart patch where he replaced every sound from starting WoW to logging in with fart sounds sooo....just go looking around in DBCs, changing stuff, you'll figure it out pretty quickly I suppose.
viewtopic.php?f=12&t=269&p=4552 (http://modcraft.io/viewtopic.php?f=12&t=269&p=4552" onclick="window.open(this.href);return false;)
-
But that was just a swap, No new custom sounds.
-
There is no difference between swapping and adding. As always. Just as there is no difference between Blizzard and custom maps.
SoundEntries (http://pxr.dk/wowdev/wiki/index.php?title=SoundEntries.dbc) and SoundEntriesAdvanced, it is.
-
There is no difference between swapping and adding. As always. Just as there is no difference between Blizzard and custom maps.
SoundEntries (http://pxr.dk/wowdev/wiki/index.php?title=SoundEntries.dbc) and SoundEntriesAdvanced, it is.
is they a way to just keep it in soundentries and not change the advanced?
-
If you just swal you dont change DBCs. So you only must know the name of the original file.
So i think swapping is much easyer then implement stuff new with own names and DBC stuff.
Thats why i dont like the name Modelchanging for modding WoW. Becaus modelchanges most time only swap stuff like textures or models or what ever :)
-
If you just swal you dont change DBCs. So you only must know the name of the original file.
So i think swapping is much easyer then implement stuff new with own names and DBC stuff.
Thats why i dont like the name Modelchanging for modding WoW. Becaus modelchanges most time only swap stuff like textures or models or what ever :)
Swapping the sounds by replacing the files would result in a hundred MB file. Changing the DBC will get you a few KB. Guess, what Eluo did.