Page 1 of 1

Death Sounds

Posted: Tue Sep 24, 2013 8:16 pm
by NewAgeOfPower
Is it possible to implement new (player) ship destruct audio?

Re: Death Sounds

Posted: Wed Sep 25, 2013 10:08 am
by kartoFlane
Don't think so, I'm pretty sure the game is hardcoded to use the four <explosion#> tags in sounds.xml. So you can change the sounds, but not add new...

Re: Death Sounds

Posted: Wed Sep 25, 2013 12:19 pm
by NewAgeOfPower
I see. How would you go about implementing this change through the current modding system? Or I'd just have to go ahead and replace files?

Re: Death Sounds

Posted: Wed Sep 25, 2013 12:32 pm
by kartoFlane
Either replace the files, or change the files linked by the <explosion#> tags. Either way works.

Re: Death Sounds

Posted: Wed Sep 25, 2013 1:53 pm
by speedoflight
NewAgeOfPower wrote:I see. How would you go about implementing this change through the current modding system? Or I'd just have to go ahead and replace files?


Its not possible. Destruction sounds are not modable. Only the sounds related to weapons are, sadly.

Re: Death Sounds

Posted: Wed Sep 25, 2013 10:49 pm
by Kieve
speedoflight wrote:
NewAgeOfPower wrote:I see. How would you go about implementing this change through the current modding system? Or I'd just have to go ahead and replace files?


Its not possible. Destruction sounds are not modable. Only the sounds related to weapons are, sadly.


Incorrect. It is possible, but it'd be a pain in the ass to do.

Basically what would be required is to replace the files for the destruction sounds, then rework weapons to use different sounds, cutting them off from recycling the ship destruction.

Re: Death Sounds

Posted: Thu Sep 26, 2013 8:52 pm
by speedoflight
Kieve wrote:
speedoflight wrote:
NewAgeOfPower wrote:I see. How would you go about implementing this change through the current modding system? Or I'd just have to go ahead and replace files?


Its not possible. Destruction sounds are not modable. Only the sounds related to weapons are, sadly.


Incorrect. It is possible, but it'd be a pain in the ass to do.

Basically what would be required is to replace the files for the destruction sounds, then rework weapons to use different sounds, cutting them off from recycling the ship destruction.


Well , with "modable" i was talking about including custom destruction sounds, like you do with the hit, miss, explosion sounds on the blueprint file, not replacing all of em for every ship in the game.. of course, i never tried, but eventually all the sounds in the game are "modable", u can just physically replace everysound u want to change for a new one... :lol: