To get rid of the annoying vehicle warning/alarm sounds on a UNIX system, open a console/terminal and do this:
The next step is to make/find sounds that are less annoying than my lame recordings.
Important: the replacement .wav files have to be 16 Bit. 24 Bit files will simply be ignored.
On Windows, http://ouns.nexuizninjaz.com/tech_data_directory.html will help you to figure out where to place the files.
Hope this helps!
Code:
mkdir -p ~/.xonotic/data/sound/vehicles
cd ~/.xonotic/data/sound/vehicles
wget http://qubodup.net/f/xonotic/alarm.wav
wget http://qubodup.net/f/xonotic/alarm_shield.wav
Important: the replacement .wav files have to be 16 Bit. 24 Bit files will simply be ignored.
On Windows, http://ouns.nexuizninjaz.com/tech_data_directory.html will help you to figure out where to place the files.
Hope this helps!