Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Way to disable "static"  (Read 1797 times)

Kagminium

  • Ensign
  • *
  • Posts: 2
    • View Profile
Way to disable "static"
« on: December 17, 2018, 03:31:19 PM »

Hi new player/streamer here.

Just like title says, is there a way to disable this short "kshht" sound when doing literally any action in the game? Or At least disable it in "travel mode"

Pleas help this sound is making me crazy.
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24118
    • View Profile
Re: Way to disable "static"
« Reply #1 on: December 17, 2018, 04:30:47 PM »

Hi!

If you want to disable the visual noise:

Search for "enableUIStaticNoise" in data/config/settings.json and set it to false.

For the sound effect, open up data/config/sounds.json, and look for this:

Spoiler
"ui_noise_static":{
      "sounds":[
         {"file":"sounds/sfx_interface/ui_static01.ogg","pitch":1,"volume":0.5},
         {"file":"sounds/sfx_interface/ui_static02.ogg","pitch":1,"volume":0.5},
         {"file":"sounds/sfx_interface/ui_static03.ogg","pitch":1,"volume":0.5},
      ],
   },
   "ui_noise_static_message":{
      "sounds":[
         {"file":"sounds/sfx_interface/ui_static01.ogg","pitch":1,"volume":0.7},
         {"file":"sounds/sfx_interface/ui_static02.ogg","pitch":1,"volume":0.7},
         {"file":"sounds/sfx_interface/ui_static03.ogg","pitch":1,"volume":0.7},
      ],
   },
   
   "ui_noise_static_message_quiet":{
      "sounds":[
         {"file":"sounds/sfx_interface/ui_static01.ogg","pitch":1,"volume":0.21},
         {"file":"sounds/sfx_interface/ui_static02.ogg","pitch":1,"volume":0.21},
         {"file":"sounds/sfx_interface/ui_static03.ogg","pitch":1,"volume":0.21},
      ],
   },
[close]

Setting the volume to 0 in all those should do it.
Logged

Euphytose

  • Captain
  • ****
  • Posts: 478
    • View Profile
Re: Way to disable "static"
« Reply #2 on: December 17, 2018, 05:51:17 PM »

I'd suggest adding a separate volume slider for those in the future. I don't mind them but I can understand them being a bit annoying, especially after playing for quite some time.
Logged

Kagminium

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: Way to disable "static"
« Reply #3 on: December 17, 2018, 11:13:21 PM »

Thanks, It worked, now I can pause and unpause in peace  ;)
Logged

the_nudge187

  • Ensign
  • *
  • Posts: 5
    • View Profile
Re: Way to disable "static"
« Reply #4 on: December 20, 2018, 02:12:23 AM »

i like it. ksshht
Logged