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

Title: Custom Voices
Post 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)
Title: Re: Custom Voices
Post by: samgartell on November 22, 2011, 02:15:01 am
Quote from: "Nupper"
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.
Title: Re: Custom Voices
Post by: Nupper on November 22, 2011, 02:47:41 am
Quote from: "samgartell"
Quote from: "Nupper"
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
Title: Re: Custom Voices
Post by: phucko1 on November 22, 2011, 01:06:31 pm
You also have to record your own .mp3/.wav don't remember what WoW uses and put them in WoW to.
Title: Re: Custom Voices
Post by: Jack on November 22, 2011, 01:31:01 pm
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;)
Title: Re: Custom Voices
Post by: Steff on November 22, 2011, 04:45:08 pm
But that was just a swap, No new custom sounds.
Title: Re: Custom Voices
Post by: schlumpf on November 22, 2011, 05:04:15 pm
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.
Title: Re: Custom Voices
Post by: Nupper on November 22, 2011, 11:02:21 pm
Quote from: "schlumpf"
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?
Title: Re: Custom Voices
Post by: Steff on November 23, 2011, 10:27:41 am
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 :)
Title: Re: Custom Voices
Post by: schlumpf on November 23, 2011, 10:29:35 am
Quote from: "Steff"
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.