Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Sound problem  (Read 1839 times)

maximilianyuen

  • Captain
  • ****
  • Posts: 358
    • View Profile
Sound problem
« on: October 06, 2012, 08:33:50 AM »

I am trying to change a weapon sound, but it didn't work the way I think it works...
and there is no tutorial on sound

Code
	"fireSoundOne":"gun_mechanicals_light_up_whirr",
"fireSoundTwo":"gun_rapid_2",
}

my understanding is i just replace that "fireSoundOne":"gun_mechanicals_light_up_whirr" with the corresponding sounds.json in config folder then it should work ( i am using stuff in the core folder, not mod dependent)

but however i try it still use the original sound from the mod (i am changing sound of a weapon in dstech mod)

and there's no error message too.

anyone please give me some hints on what have i done wrong?thanks
Logged
Fleet construction in progress.

FlashFrozen

  • Admiral
  • *****
  • Posts: 988
    • View Profile
Re: Sound problem
« Reply #1 on: October 08, 2012, 07:38:05 PM »

What is the issue you are having? is there just no sound? have you tried using the storm needler sound (because it's louder) to check if that works?
Logged

silentstormpt

  • Admiral
  • *****
  • Posts: 1060
    • View Profile
Re: Sound problem
« Reply #2 on: October 09, 2012, 04:51:35 AM »

Im also having this problem on my Star Control mod, the Avatar laser,

i got no idea why its not working.
Logged

maximilianyuen

  • Captain
  • ****
  • Posts: 358
    • View Profile
Re: Sound problem
« Reply #3 on: October 09, 2012, 05:58:58 AM »

What is the issue you are having? is there just no sound? have you tried using the storm needler sound (because it's louder) to check if that works?

it use the original sound that the mod has.  dstech did good on everything except for the sound....

i really dont know where the game get to know the original data when i have change it for sure...
Logged
Fleet construction in progress.

K-64

  • Admiral
  • *****
  • Posts: 1117
    • View Profile
Re: Sound problem
« Reply #4 on: October 09, 2012, 06:42:31 PM »

From what I understand reading that bit, "fireSoundOne" is the "spinning up" sound of a weapon, and "fireSoundTwo" is the firing of the weapon itself. Try replacing the "gun_rapid_2" bit with what you're wanting and see how that treats you
Logged