hello all,i was wonderin if there was a way to change the sounds in q3 models? im not a model maker(of course)but i wanted to see if it was possible to swap sound files.ie.take the taunt/death sounds from one model and put them in another model? any help would be appreciated:)
Replies
Use Winzip/WinRAR/similar ZIP program to open Pak0.pk3 (it's just a renamed Zip file) ... then navigate to the sounds folder and make a note of the path and file names.
If you compile a new Zip file preserving paths with the same name .WAV files, and save it as something like Pak33.pk3 in the Baseq3 folder, it will load these new files after the originals, and use them instead (without overwriting the existing sounds).
So make a folder like c:\sounds\players\sarge and put death1.wav or whatever the filename is in that folder, then zip it up and save as a PK3.
Hope that helps ... may be a bit garbled... I'm tired... but hey, it should put you on the right track to use your initiative to figure anything else out.
and thanx MoP thats kinda what i tried,but i tried replaceing the files instead. ill let ya know how it turns out!
btw this is a great site!!!
also do i create a new zip w/ everything included,or with the new sounds only??
sorry bout my level of noobness on this,but i really wanna learn how this works.
The only files you need to put in that are the ones you want replaced. so you want to replace death1.wav (or whatever), only place that wav in there.
place the pak file in baseq3, and when quake looks through the .pk3s it will see yours with the same dir structure and sound name as the original quake sound, and use that instead.
If the sound isn't replaced after you've followed these steps, either you've not got the dir structure quite right, or the sound name isn't exactly the same as the one you want replaced, or the sound youve made isn't using the same format settings as the original (stereo/mono, sample rate etc)
I think thats right..