User talk:Tj9991: Difference between revisions
(Whoops) |
No edit summary |
||
Line 1: | Line 1: | ||
Helwoo and welcome to the VDC, nice to have you here. Also i cant seem to find your help topic on the Help Desk page, what was your question?--[[User:MrTwoVideoCards|Gear]] 00:33, 12 Oct 2007 (PDT) | Helwoo and welcome to the VDC, nice to have you here. Also i cant seem to find your help topic on the Help Desk page, what was your question?--[[User:MrTwoVideoCards|Gear]] 00:33, 12 Oct 2007 (PDT) | ||
: That's odd, I just checked the article and I am able to see it. I'll copy and paste it here: | |||
===Having problems getting a soundscape to make any sound=== | |||
Hey there. I've tried everything I can think of or find here on the wiki, and I just can't get this soundscape to make a noise. I'm trying to use it for a custom weapon I made by copying the 357. Here's the sound area of weapon_rifle.txt | |||
<pre> | |||
// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds) | |||
SoundData | |||
{ | |||
"empty" "Weapon_Pistol.Empty" | |||
"single_shot" "Weapon_Rifle.Single" | |||
} | |||
</pre> | |||
And here is my soundscape entry: | |||
<pre> | |||
"Weapon_Rifle.Single" | |||
{ | |||
"channel" "CHAN_WEAPON" | |||
"volume" "0.93" | |||
"soundlevel" "SNDLVL_GUNFIRE" | |||
"pitch" "88,93" | |||
"wave" "weapons/rifle/rifle1.wav" | |||
} | |||
</pre> | |||
I know the soundscape is included because it shows up in the playsoundscape command. The rifle1.wav file is located in sound/weapons/rifle, which I believe will have it correctly locate the file, but it doesn't seem to. There are no errors related to sound in the console, even after running playsoundscape on it. I'm pulling my hair out because this seems so simple and I just can't get it to work. Thanks to anyone who helps. --[[User:Tj9991|Tj9991]] 19:47, 11 Oct 2007 (PDT) |
Revision as of 00:37, 12 October 2007
Helwoo and welcome to the VDC, nice to have you here. Also i cant seem to find your help topic on the Help Desk page, what was your question?--Gear 00:33, 12 Oct 2007 (PDT)
- That's odd, I just checked the article and I am able to see it. I'll copy and paste it here:
Having problems getting a soundscape to make any sound
Hey there. I've tried everything I can think of or find here on the wiki, and I just can't get this soundscape to make a noise. I'm trying to use it for a custom weapon I made by copying the 357. Here's the sound area of weapon_rifle.txt
// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds) SoundData { "empty" "Weapon_Pistol.Empty" "single_shot" "Weapon_Rifle.Single" }
And here is my soundscape entry:
"Weapon_Rifle.Single" { "channel" "CHAN_WEAPON" "volume" "0.93" "soundlevel" "SNDLVL_GUNFIRE" "pitch" "88,93" "wave" "weapons/rifle/rifle1.wav" }
I know the soundscape is included because it shows up in the playsoundscape command. The rifle1.wav file is located in sound/weapons/rifle, which I believe will have it correctly locate the file, but it doesn't seem to. There are no errors related to sound in the console, even after running playsoundscape on it. I'm pulling my hair out because this seems so simple and I just can't get it to work. Thanks to anyone who helps. --Tj9991 19:47, 11 Oct 2007 (PDT)