Installer Steam
Logg inn
|
språk
简体中文 (forenklet kinesisk)
繁體中文 (tradisjonell kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tsjekkisk)
Dansk (dansk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spania)
Español – Latinoamérica (spansk – Latin-Amerika)
Ελληνικά (gresk)
Français (fransk)
Italiano (italiensk)
Bahasa Indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (nederlandsk)
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasil)
Română (rumensk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (vietnamesisk)
Українська (ukrainsk)
Rapporter et problem med oversettelse
<?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