I've been thinking for a while about making a mod for D3 that replaces the thresher's ambient sound with maniacal laughter. I'd like to find out how to do it, as I might make a \"comedy mod\" for D3.
Or maybe I'm just feeling silly today.
Really Stupid Question
You could do it one of two ways, one less involved than the other.
Firstly, you could dig around in the d3.hog untill you find the .wav that contains that sound. Then get your maniacal laughter .wav, make sure it is the correct format, and then rename it to the name of the actual sound. After you've done that, stick it in the base directory of your Descent 3 and play the game.
Or you could get the tablefile editor, extract the d3.gam out of the d3.hog, open it and find the tablefile entry for that Thresher sound, and then rename the file name entry to the name of your .wav. Then save it, stick it into your base D3 directory with the .wav file and play D3. Both ways achieve the same effect, theoretical.
Firstly, you could dig around in the d3.hog untill you find the .wav that contains that sound. Then get your maniacal laughter .wav, make sure it is the correct format, and then rename it to the name of the actual sound. After you've done that, stick it in the base directory of your Descent 3 and play the game.
Or you could get the tablefile editor, extract the d3.gam out of the d3.hog, open it and find the tablefile entry for that Thresher sound, and then rename the file name entry to the name of your .wav. Then save it, stick it into your base D3 directory with the .wav file and play D3. Both ways achieve the same effect, theoretical.
- Foil
- DBB Material Defender
- Posts: 4900
- Joined: Tue Nov 23, 2004 3:31 pm
- Location: Denver, Colorado, USA
- Contact:
That actually begs a question I haven't yet posted.
In my own gametype mod (called \"BreakOut\", hopefully released in a few weeks), I'd like to include some custom sounds. Will renaming them to the sound matching the filename in the .gam and packing them in the .d3m work?
I suppose I could just try it, but I'm a bit lazy...
In my own gametype mod (called \"BreakOut\", hopefully released in a few weeks), I'd like to include some custom sounds. Will renaming them to the sound matching the filename in the .gam and packing them in the .d3m work?
I suppose I could just try it, but I'm a bit lazy...
Re:
I think it was both rolled into one.Foil wrote:Yep, "Pac-Box".
Actually, I'm talking about a gametype (.d3m) mod, not a level mod.