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
Filename in the Xerion Mod which does not work anymore:
<engineSound file="machines/claas/axion940/sounds/axion940_engine_2000" type="engine" rpm="2000" pitch="0.1" volume="0.9" volumePitch="0.15" range="250" fade="150" fadeOut="150" />
The new path with correct filename AND "stream="0"
<engineSound file="machines/claas/axion940/sounds/axion940_engine_2000_m_pcm" stream="0" type="engine" rpm="2000" pitch="0.1" volume="0.9" volumePitch="0.15" range="250" fade="150" fadeOut="150" />
So just open the Xerion5000.xml and XerionSaddleTrac.xml and modifiy the sound paths.
Xerion5000.xml:
<sounds>
<hornSound file="machines/claas/axion940/sounds/axion940_horn_m_pcm" stream="0" />
<engineSound file="machines/claas/axion940/sounds/axion940_throttle_new_m_pcm" stream="0" type="exhaust" rpm="800" pitch="0.1" volume="0.01" volumePitch="0.05" range="150" frequency="0.6" />
<engineSound file="machines/claas/axion940/sounds/axion940_throttle_new_m_pcm" stream="0" type="exhaust" rpm="900" pitch="0.05" volume="0.05" volumePitch="0.025" range="150" frequency="0.8" />
<!-- OUTDOOR DRIVING SOUNDS -->
<soundGroup type="engine" volume="0.4">
<engineSound file="machines/claas/axion940/sounds/axion940_engine_off_m_pcm" stream="0" type="engine" rpm="-1" range="250" volume="0.5" />
<engineSound file="machines/claas/axion940/sounds/axion940_engine_start_m_pcm" stream="0" type="engine" rpm="0" range="250" volume="0.5" />
<engineSound file="machines/claas/axion940/sounds/axion940_engine_idle_m_pcm" stream="0" type="engine" rpm="800" pitch="0.1" volume="0.5" volumePitch="0.1" range="250" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_engine_1100_m_pcm" stream="0" type="engine" rpm="1100" pitch="0.2" volume="0.6" volumePitch="0.03" range="250" fade="150" fadeOut="250" />
<!--<engineSound file="machines/claas/axion940/sounds/axion940_engine_1480_m_pcm" stream="0" type="engine" rpm="1480" pitch="0.29" volume="0.9" volumePitch="0.05" range="250" fade="150" fadeOut="150" />-->
<engineSound file="machines/claas/axion940/sounds/axion940_engine_1600_m_pcm" stream="0" type="engine" rpm="1600" pitch="0.1" volume="0.7" volumePitch="0.1" range="250" fade="250" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_engine_1800_m_pcm" stream="0" type="engine" rpm="1800" pitch="0.1" volume="0.8" volumePitch="0.1" range="250" fade="150" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_engine_2000_m_pcm" stream="0" type="engine" rpm="2000" pitch="0.1" volume="0.9" volumePitch="0.15" range="250" fade="150" fadeOut="150" />
<!--<engineSound file="machines/claas/axion940/sounds/axion940_engine_2200_m_pcm" stream="0" type="engine" rpm="2200" pitch="0.1" volume="1.0" volumePitch="0.1" range="250" fade="150" frequency="0.9" />-->
</soundGroup>
<!-- INDOOR DRIVING SOUNDS -->
<soundGroup type="indoor" volume="0.2">
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_off_m_pcm" stream="0" type="indoor" rpm="-1" range="250" volume="0.5" />
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_start_m_pcm" stream="0" type="indoor" rpm="0" range="250" volume="0.5" />
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_idle_m_pcm" stream="0" type="indoor" rpm="800" pitch="0.1" volume="0.5" volumePitch="0.1" range="250" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_1100_m_pcm" stream="0" type="indoor" rpm="1100" pitch="0.2" volume="0.6" volumePitch="0.03" range="250" fade="150" fadeOut="250" />
<!--<engineSound file="machines/claas/axion940/sounds/axion940_engine_1480_m_pcm" stream="0" type="indoor" rpm="1480" pitch="0.29" volume="0.9" volumePitch="0.05" range="250" fade="150" fadeOut="150" />-->
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_1600_m_pcm" stream="0" type="indoor" rpm="1600" pitch="0.1" volume="0.7" volumePitch="0.1" range="250" fade="250" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_1800_m_pcm" stream="0" type="indoor" rpm="1800" pitch="0.1" volume="0.8" volumePitch="0.1" range="250" fade="150" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_2000_m_pcm" stream="0" type="indoor" rpm="2000" pitch="0.1" volume="0.9" volumePitch="0.15" range="250" fade="150" fadeOut="150" />
</soundGroup>
<!-- NODES -->
</sounds>
SaddleTrac:
<sounds>
<hornSound file="machines/claas/axion940/sounds/axion940_horn_m_pcm" stream="0" />
<engineSound file="machines/claas/axion940/sounds/axion940_throttle_new_m_pcm" stream="0" type="exhaust" rpm="800" pitch="0.1" volume="0.01" volumePitch="0.05" range="150" frequency="0.6" />
<engineSound file="machines/claas/axion940/sounds/axion940_throttle_new_m_pcm" stream="0" type="exhaust" rpm="900" pitch="0.05" volume="0.05" volumePitch="0.025" range="150" frequency="0.8" />
<!-- OUTDOOR DRIVING SOUNDS -->
<soundGroup type="engine" volume="0.4">
<engineSound file="machines/claas/axion940/sounds/axion940_engine_off_m_pcm" stream="0" type="engine" rpm="-1" range="250" volume="0.5" />
<engineSound file="machines/claas/axion940/sounds/axion940_engine_start_m_pcm" stream="0" type="engine" rpm="0" range="250" volume="0.5" />
<engineSound file="machines/claas/axion940/sounds/axion940_engine_idle_m_pcm" stream="0" type="engine" rpm="800" pitch="0.1" volume="0.5" volumePitch="0.1" range="250" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_engine_1100_m_pcm" stream="0" type="engine" rpm="1100" pitch="0.2" volume="0.6" volumePitch="0.03" range="250" fade="150" fadeOut="250" />
<!--<engineSound file="machines/claas/axion940/sounds/axion940_engine_1480_m_pcm" stream="0" type="engine" rpm="1480" pitch="0.29" volume="0.9" volumePitch="0.05" range="250" fade="150" fadeOut="150" />-->
<engineSound file="machines/claas/axion940/sounds/axion940_engine_1600_m_pcm" stream="0" type="engine" rpm="1600" pitch="0.1" volume="0.7" volumePitch="0.1" range="250" fade="250" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_engine_1800_m_pcm" stream="0" type="engine" rpm="1800" pitch="0.1" volume="0.8" volumePitch="0.1" range="250" fade="150" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_engine_2000_m_pcm" stream="0" type="engine" rpm="2000" pitch="0.1" volume="0.9" volumePitch="0.15" range="250" fade="150" fadeOut="150" />
<!--<engineSound file="machines/claas/axion940/sounds/axion940_engine_2200_m_pcm" stream="0" type="engine" rpm="2200" pitch="0.1" volume="1.0" volumePitch="0.1" range="250" fade="150" frequency="0.9" />-->
</soundGroup>
<!-- INDOOR DRIVING SOUNDS -->
<soundGroup type="indoor" volume="0.2">
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_off_m_pcm" stream="0" type="indoor" rpm="-1" range="250" volume="0.5" />
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_start_m_pcm" stream="0" type="indoor" rpm="0" range="250" volume="0.5" />
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_idle_m_pcm" stream="0" type="indoor" rpm="800" pitch="0.1" volume="0.5" volumePitch="0.1" range="250" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_1100_m_pcm" stream="0" type="indoor" rpm="1100" pitch="0.2" volume="0.6" volumePitch="0.03" range="250" fade="150" fadeOut="250" />
<!--<engineSound file="machines/claas/axion940/sounds/axion940_engine_1480_m_pcm" stream="0" type="indoor" rpm="1480" pitch="0.29" volume="0.9" volumePitch="0.05" range="250" fade="150" fadeOut="150" />-->
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_1600_m_pcm" stream="0" type="indoor" rpm="1600" pitch="0.1" volume="0.7" volumePitch="0.1" range="250" fade="250" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_1800_m_pcm" stream="0" type="indoor" rpm="1800" pitch="0.1" volume="0.8" volumePitch="0.1" range="250" fade="150" fadeOut="150" />
<engineSound file="machines/claas/axion940/sounds/axion940_indoor_2000_m_pcm" stream="0" type="indoor" rpm="2000" pitch="0.1" volume="0.9" volumePitch="0.15" range="250" fade="150" fadeOut="150" />
</soundGroup>
<!-- NODES -->
</sounds>