Garry's Mod

Garry's Mod

[CW2] KK HK416 (2016)
Logan 2015 年 3 月 21 日 下午 10:09
Sound not loading in multiplayer
Hey, so I run a TTT server, and the MK416 is used as the M16 for the server. Recently, I discovered players joining the server aren't hearing the shots coming from the weapon with the longbarrel attachment equiped, and I took a look at the sh.sounds.lua, and low and behold, there wasn't any code for adding the sound in.

Here's the actual error: "weapons\cw_fnfnc\fire_longbarrel.wav", file probably missing from disk/repository"

Please take a look at and update ASAP, my players really need to hear the gun shoot.
< >
正在显示第 1 - 7 条,共 7 条留言
Knife Kitty  [开发者] 2015 年 3 月 22 日 下午 3:16 
long barrel uses same firing sounds as CW2`s default AR15
Ill take a look into it to b sure
最后由 Knife Kitty 编辑于; 2015 年 3 月 22 日 下午 3:16
Logan 2015 年 3 月 22 日 下午 3:30 
It doesn't use the same sounds for me.
Knife Kitty  [开发者] 2015 年 3 月 23 日 上午 6:51 
self:updateSoundTo("CW_AR15_LONGBARREL_FIRE", CustomizableWeaponry.sounds.UNSUPPRESSED) self:updateSoundTo("CW_AR15_LONGBARREL_FIRE_SUPPRESSED", CustomizableWeaponry.sounds.SUPPRESSED)
最后由 Knife Kitty 编辑于; 2015 年 3 月 23 日 上午 6:51
Logan 2015 年 3 月 23 日 下午 7:12 
What do you want me to do with this? I'm looking at the sh.shared.lua for the gun. I got "CustomizableWeaponry:addFireSound("CW_KK_HK416_FIRE", "weapons/cw_kk_hk416/fire.wav", 0.5, 100, CHAN_STATIC)
CustomizableWeaponry:addFireSound("CW_KK_HK416_FIRE_SUPPRESSED", "weapons/cw_kk_hk416/fire_suppressed.wav", 0.5, 75, CHAN_STATIC)"
Knife Kitty  [开发者] 2015 年 3 月 26 日 上午 12:29 
引用自 KLAUS GRUEBER
What do you want me to do with this? I'm looking at the sh.shared.lua for the gun. I got "CustomizableWeaponry:addFireSound("CW_KK_HK416_FIRE", "weapons/cw_kk_hk416/fire.wav", 0.5, 100, CHAN_STATIC)
CustomizableWeaponry:addFireSound("CW_KK_HK416_FIRE_SUPPRESSED", "weapons/cw_kk_hk416/fire_suppressed.wav", 0.5, 75, CHAN_STATIC)"

Those are sounds for default barrel.
Are you somehow using HK416 without having AR15 from default CW2 pack?
最后由 Knife Kitty 编辑于; 2015 年 3 月 26 日 上午 12:29
Logan 2015 年 3 月 26 日 下午 6:10 
I am the one getting the sound, it's the players on my server who cannot hear the gunshots. That is the error they get in console, and I make them download the source addon (how else would everything else work?)
Knife Kitty  [开发者] 2015 年 4 月 5 日 上午 5:34 
This is actually addon conflict, found out yesterday, dunno which addon is causing it.
(Someone simply defined those 2 sounds again with invalid paths... job well done.)
Sry for long delay between replies.
最后由 Knife Kitty 编辑于; 2015 年 4 月 5 日 上午 5:37
< >
正在显示第 1 - 7 条,共 7 条留言
每页显示数: 1530 50