Hi,
i've search since 4 Day Sounds to remake a lot of the Weapon Sounds, but i can only overwrite existing Sounds. If i create a Soundfile with a new Name the Game will crash with a big Error. The Problem is SRC, all audio Files are included in it, so i must edit the SRC & compile it new.
Why i can't only edit the audio.wrf? What sense has it? Why needs the Sounds an ID?
New Audio-Files - Impossible
-
Black NEXUS
- Trained

- Posts: 100
- Joined: 12 Sep 2009, 14:11
- Location: Germany
New Audio-Files - Impossible
Join NeoX-Virt - The Software-Forge on neox-virt.de
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: New Audio-Files - Impossible
Why? Isn't that how it has always been?
We need the IDs, since that is how the game keeps track of this stuff.
We need the IDs, since that is how the game keeps track of this stuff.
and it ends here.
-
cybersphinx
- Inactive

- Posts: 1695
- Joined: 01 Sep 2006, 19:17
Re: New Audio-Files - Impossible
I guess it would be possible to change the code to load the file names from the data. But what do you gain by that? The sounds themselves are hardcoded, without modifying the source you can't add any new ones anyway.
-
cybersphinx
- Inactive

- Posts: 1695
- Joined: 01 Sep 2006, 19:17
Re: New Audio-Files - Impossible
Looking at it again, some sounds are specified in data files (weapon and propulsion sounds), so removing the hardcoded file names should make it possible to add new files. Still, someone has to actually do it.