• Sound path problem?
    1 replies, posted
I'm making a swep and when I use it, I get these errors in the console. [code] Failed to load sound "sound\weapons\hl2ak\foley.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\boltback.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\boltforward.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\inserting.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\clipout.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\clipin.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\boltback.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\boltforward.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\inserting.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\clipout.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\clipin.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\boltback.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\boltforward.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\inserting.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\clipout.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\clipin.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\boltback.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\boltforward.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\inserting.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\clipout.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\clipin.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\ak47-1.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\boltback.wav", file probably missing from disk/repository Failed to load sound "sound\weapons\hl2ak\boltforward.wav", file probably missing from disk/repository [/code] And this is the path to the sound [code] D:/Steam/SteamApps/common/GarrysMod/garrysmod/addons/NDGHL2RP Pack/sound/weapons/hl2ak/whateversound.wav [/code] and I have made sure they were all spelled correctly, am I just blind or something?
The sound path is already relative in the SWEP. Remove sound/ from the file path and try again.
Sorry, you need to Log In to post a reply to this thread.