Jump to content

Recommended Posts

Posted

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?

Posted

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.

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...