GoldenEye: Source Forums

  • March 28, 2024, 11:26:13 pm
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Bug and fix: Sound cutoff when clip runs out and reloads  (Read 2372 times)

0 Members and 1 Guest are viewing this topic.

blackhand1001

  • Guest
Bug and fix: Sound cutoff when clip runs out and reloads
« on: October 06, 2011, 04:21:36 pm »

On any weapon when you run out and reload it cuts off the sound of the last bullet firing. This can be fixed if change this in game_sounds_weapons_ges.txt in the scripts folder

"Weapon.Empty"
   {
      "channel"      "CHAN_WEAPON"
      "volume"      "0.7"
      "soundlevel"      "SNDLVL_NORM"
      "wave"         ")weapons/pistol/pistol_empty.wav"
   }

   "Weapon.Reload"
   {
      "channel"      "CHAN_WEAPON"
      "volume"      "1"
      "soundlevel"      "SNDLVL_NORM"
      "wave"         ")weapons/common/reload1.wav"
   }


to this changing the channel that these two sounds play from. There may be a more appropriate channel for these sounds but sharing them with the gun firing causes the fire sound to get cutoff. Sounds a million times better with this fix. Especially with the ar33 and rcp90.

CHAN_WEAPON

   "Weapon.Empty"
   {
      "channel"      "CHAN_AUTO"
      "volume"      "0.7"
      "soundlevel"      "SNDLVL_NORM"
      "wave"         ")weapons/pistol/pistol_empty.wav"
   }

   "Weapon.Reload"
   {
      "channel"      "CHAN_AUTO"
      "volume"      "1"
      "soundlevel"      "SNDLVL_NORM"
      "wave"         ")weapons/common/reload1.wav"
   }
Logged

killermonkey

  • GES Programmer
  • Retired Lead Developer
  • GE:S Fanatic
  • *
  • Posts: 5,473
  • Reputation Power: 346
  • killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!
  • Offline Offline
    • DroidMonkey Apps
Re: Bug and fix: Sound cutoff when clip runs out and reloads
« Reply #1 on: October 06, 2011, 06:20:41 pm »

Problem has been addressed already for 4.2. Thanks though
Logged
Pages: [1]   Go Up