10-08-2008, 06:32 PM | #1 |
Interzone technican
Join Date: Sep 2007
Posts Rated Helpful 0 Times
|
ambient_generic ... too quiet
Hi there ...
the sounds i play with amibent_generic are scarcely audible, despite setting the volume to the max. Whats the trick to make it louder? |
|
10-08-2008, 06:58 PM | #2 |
Nutcracker
|
Make the wav file louder.
|
|
10-08-2008, 08:18 PM | #3 | |
Interzone technican
Join Date: Sep 2007
Posts Rated Helpful 0 Times
|
Quote:
|
|
|
10-08-2008, 08:58 PM | #4 |
Nutcracker
|
Increase its bitrate then? Uh, exactly how loud sound are you trying to make?
|
|
10-08-2008, 09:38 PM | #5 |
Interzone technican
Join Date: Sep 2007
Posts Rated Helpful 0 Times
|
bitrate has nothing to do with this ... it actually want to hear it. As it is now i have to turn up the volume so much that the sound of the foot-steps blows my speaker ...
|
|
10-08-2008, 10:26 PM | #6 |
Nutcracker
|
Have you increased the ambient_generic's radius enough then?
|
|
10-08-2008, 11:02 PM | #7 | |
Interzone technican
Join Date: Sep 2007
Posts Rated Helpful 0 Times
|
Quote:
|
|
|
10-09-2008, 06:34 AM | #8 |
Nutcracker
|
Some default HL2 sounds use some settings from some file or something. If it's not already, try using the wav as a custom sound by copying it to a new directory.
And post all the values of the ambient_generic so I/we don't have to ask for each of them seperately |
|
10-09-2008, 10:54 AM | #9 |
A Very Sound Guy!
Fortress Forever Staff
Join Date: May 2005
Location: UK
Posts Rated Helpful 15 Times
|
no, dont do that, there's no need to duplicate wav files. create your own sound script named <mapname>_level_sounds.txt and add your own script entries there. see ff_hunted_level_sounds.txt for an example.
the ambient_generic should link to script names, not directly to wav files. thats the HL1 way of doing things! |
|
10-09-2008, 11:21 AM | #10 |
Interzone technican
Join Date: Sep 2007
Posts Rated Helpful 0 Times
|
:/ i thought i get away the easy way, now i have to start reading a lot of stuff to understand the whole sound-concept ...
|
|
10-09-2008, 01:20 PM | #11 |
A Very Sound Guy!
Fortress Forever Staff
Join Date: May 2005
Location: UK
Posts Rated Helpful 15 Times
|
its really easy, lets look at an example:
Code:
"ff_hunted.dying_bird" { "channel" "CHAN_STATIC" "volume" "1.0" "soundlevel" "SNDLVL_NONE" "pitch" "95,105" "rndwave" { "wave" "@ff_hunted\dying_bird_1.wav" "wave" "@ff_hunted\dying_bird_2.wav" "wave" "@ff_hunted\dying_bird_3.wav" } in this case, we're using a selection of three waves picked at random. if you just want just the one sound to play, drop the "rndwave" and the following brackets, and replace it with just one "wave" entry. the @ just means its streamed or something, i wouldnt worry too much about it. soundlevel is effectively your radius, but calculated in approximate real world terms (dB aparently?). i had problems with this when setting up the weapons, so used a different method, "CompatibilityAttenuation". this uses decimal numbers, where 1.0 is the normal attenuation rate, but i used ~0.7 for weapons and ~0.4 for explosions. its all rather undocumented, so i dont know quite if what i'm doing is the best way to do things. the valve developer wiki says fuck all about things like "CompatibilityAttenuation", yet mods like CS and stuff use it. EDIT: SPAG Last edited by mervaka; 10-09-2008 at 02:41 PM. |
|
10-09-2008, 02:14 PM | #12 |
Interzone technican
Join Date: Sep 2007
Posts Rated Helpful 0 Times
|
thanks mervaka, i will try this out today.
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|