Professional Farmer: Cattle and Crops

Professional Farmer: Cattle and Crops

View Stats:
JaxonX Oct 19, 2020 @ 8:17am
No sound in mods
I don't know if it happens to more people, but I have downloaded several tractor mods and none of them have sound. They start and move well, but I don't hear the sound of the engine.
< >
Showing 1-5 of 5 comments
GSG Oct 19, 2020 @ 8:36am 
These mods have not yet been revised for the V1.
HuggernautNL Oct 25, 2020 @ 10:38am 
Ah I thought it was me. Pity because I was really looking forward to the Xerion mod, but without sound it just isn't much fun.
Boatabike Jul 3, 2021 @ 11:38pm 
Originally posted by GSG:
These mods have not yet been revised for the V1.
Are they going to be? No mods is a game killer
jeanmarie.jmc54 Feb 7, 2022 @ 1:02pm 
une mise a jour s v p
76561198031237179 Feb 13, 2022 @ 1:29pm 
The name of the audio file has changed. Just edit the XML files to match the correct file name.


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>
< >
Showing 1-5 of 5 comments
Per page: 1530 50