Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SoundCategories>
<SoundCategory>
<Id>
<TypeId>SoundCategoryDefinition</TypeId>
<SubtypeId>WhisleHorn</SubtypeId>
</Id>
<Sounds>
<SoundDesc Id="RMSMauretania1" SoundName="RMS Mauretania 1 Medium" />
<SoundDesc Id="RMSMauretania2" SoundName="RMS Mauretania 2 Long" />
<SoundDesc Id="RMSMauretania3" SoundName="RMS Mauretania 3 Short" />
<SoundDesc Id="RMSMauretania4" SoundName="RMS Mauretania 4 Blip" />
</Sounds>
</SoundCategory>
</SoundCategories>
</Definitions>
again, blame steam
Audio.sbc should look like:
<?xml version="1.0"?>
<Definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Sounds>
<Sound>
<Id>
<TypeId>SoundCategoryDefinition</TypeId>
<SubtypeId>RMSMauretania1</SubtypeId>
</Id>
<Category>Sb</Category>
<MaxDistance>500</MaxDistance>
<UpdateDistance>35</UpdateDistance>
<Volume>1</Volume>
<Loopable>true</Loopable>
<PreventSynchronization>10</PreventSynchronization>
<Waves>
<Wave Type="D2">
<Loop>Audio\RMSMauretania1.wav</Loop>
</Wave>
</Waves>
</Sound>
</Sounds>
</Definitions>
sorry about the messed up spacing, can't fix it