Max_Caine Posted May 28, 2013 Posted May 28, 2013 I'd like to add some custom sounds to some of the weapons, but I'm having difficulty adding them. The audio files are in .ogg format, they've been put in audio/sfx/weapons/, the filename starts with "weapon_<sound>", the sound descriptor in weapons_gc has been re-written to sound="Weapon <sound>" (with each word capitalised), and it's not recognising it. What have I missed out? Quote
lightgemini Posted May 28, 2013 Posted May 28, 2013 You are missing 1 step, go to "Sounds_GC" and modify the entry for the weapon you are modding. Long explanation: Note that sound declaration in weapons_gc dont use " _ " between words, yet sound file have it. In sound_gc the declaration on weapons_gc is assigned a sound file (normally same name) and the volume is also set there. You can assign more tan 1 sound to each weapon sound declaration and will be played random on game. Hope that helps. Quote
Khall Posted May 28, 2013 Posted May 28, 2013 Look in sounds_gc, it has the "Weapon <sound>" descriptor and the audio files linked to it. Once you have a look at it it should pretty easy to figure it out. Edit: ninja'd Quote
Meepichi Posted June 3, 2013 Posted June 3, 2013 I hope you post your custom sounds as I find the current weapon sounds pretty weak in the game. Quote
Max_Caine Posted June 3, 2013 Author Posted June 3, 2013 Eh, I don't like my sounds at the moment. I may post up a selection and have people choose. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.