Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Odd Problem with rain Noise
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#1
Odd Problem with rain Noise

Hey Guys. I've been working on my level and went to play test it and I want this constant raining sound. which is okay, but the weird thing is, if I walk to certain places the rain noise just stops until I leave that area. and it's very akward and annoying having the rain just stop.

I have the rain noise in my script and not through the editor with the sounds option. and i have it set so the noise is around the "Player".

If you want my script I can post it, (it's fairly large)

Thanks

-Grey Fox

Current Project
Forgotten
08-21-2011, 02:00 AM
Find
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#2
RE: Odd Problem with rain Noise

Have you tried the PlayGuiSound command function? That should work.

PlayGuiSound("RainSound.ogg", 1);

08-21-2011, 02:09 AM
Find
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#3
RE: Odd Problem with rain Noise

Didn't really work, it worked for about 5 seconds and then my "wind_gust" sound came in and made the rain stop I guess?

Thanks for the reply

-Grey Fox

Current Project
Forgotten
08-21-2011, 02:48 AM
Find
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#4
RE: Odd Problem with rain Noise

I believe it has something to do with the priority of each sound that is set.

08-21-2011, 03:19 AM
Find
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#5
RE: Odd Problem with rain Noise

Oh!? So How Do I fix this? Any Suggestions?

Thanks

-Grey Fox

Current Project
Forgotten
08-21-2011, 03:51 AM
Find
Juby Away
Senior Member

Posts: 290
Threads: 2
Joined: May 2011
Reputation: 5
#6
RE: Odd Problem with rain Noise

I used this in one of my maps:

PlaySoundAtEntity("", "general_rain.ogg", "Player", 0, true);

I didn't run into any event where the rain sound would stop Wink

Insanity. Static.
08-21-2011, 04:25 AM
Find
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#7
RE: Odd Problem with rain Noise

I had it the exact same (Bassically) before and the Rain Sound just stops sometimes and then goes again. It seems like when I'm close to a certain wall or something.

I can make a video to show you guys what I mean.

Thanks
-Grey Fox

Current Project
Forgotten
08-21-2011, 04:30 AM
Find
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#8
RE: Odd Problem with rain Noise

I'm not sure if I'm allowed bumping so I'm going to do it once and if I'm not allowed inform me please!

Bump.....

I Still need help my sound problem is still happening

Thanks
-Grey Fox

Current Project
Forgotten
08-21-2011, 08:05 PM
Find




Users browsing this thread: 1 Guest(s)