The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flashlight on/off making rushing noise.
GoreGrinder99 Offline
Member

Posts: 166
Threads: 47
Joined: Feb 2013
Reputation: 1
#1
Flashlight on/off making rushing noise.

Well, I added the flashlight and all the jazz to my mod and the audio samples for the lantern on/off sound just fine out of game but when I activate them in-game, they produce a rush like noise on top of the audio sample. I have never had this problem before when I had tinkered with it and not sure how else to explain it. It also seems to happen in White Night, or from what I heard in the flashlight demonstration video.

I've checked the game.cfg and everything looks fine as well as the .snt files for the ui. Anyone have any suggestions?

Here is the section for the lantern in the game.cfg

<Player_Lantern

Color="0.88 0.82 0.40 0.8"
Radius = "0.0001"
Gobo = ""
LocalOffset = "0.3 -0.3 -0.1"
TurnOnSound = "ui_lantern_on"
TurnOffSound = "ui_lantern_off"
OutOfOilSound = "ui_lantern_off"
DisabledSound = ""
CastShadows = "true"
LowerOilSpeed = "0.23"
FadeLightOilAmount = "10"

/>


and the .snt files

<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="ui_lantern_on" />
</Main>
</SOUNDS>
<PROPERTIES Volume="0.8" MinDistance="1" MaxDistance="10" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="False" Loop="False" Use3D="True" Blockable="True" BlockVolumeMul="0.5" Priority="0" />
</SOUNDENTITY>


<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="ui_lantern_off" />
</Main>
</SOUNDS>
<PROPERTIES Volume="1" MinDistance="1" MaxDistance="10" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="False" Loop="False" Use3D="True" Blockable="True" BlockVolumeMul="0.5" Priority="0" />
</SOUNDENTITY>

-Grind to the Gore-
(This post was last modified: 05-21-2014, 06:08 AM by GoreGrinder99.)
05-21-2014, 06:05 AM
Find


Messages In This Thread
Flashlight on/off making rushing noise. - by GoreGrinder99 - 05-21-2014, 06:05 AM



Users browsing this thread: 1 Guest(s)