Changing Vanilla Vehicle Engine Sounds

I was looking for a way of doing this yesterday and came across this thread. I’ve managed to find a way of doing it but it’s not as simple as just changing the vehicles.meta audio, but it’s still fairly easy.

I searched Open IV for jester3 (I wanted to make it sound like a Supra) and dragged the yft files and ytd file to a resource folder, then I went and dragged out the meta files (carvariations.meta, handling.meta, vehicles.meta, and carcols.meta).
Then I renamed both yft files and the ytd from jester3 to jesterclassic, and proceeded to go through the meta files and made the following changes:


vehicles.meta -

<modelName>jesterclassic</modelName>
<txdName>jesterclassic</txdName>
<handlingId>JESTERCLASSIC</handlingId>
<gameName>JESTERCLASSIC</gameName>

carcols.meta - Change the modkit number to an unused number.

<kitName>600_jesterclassic_modkit</kitName>
<id value=“600” / >

carvariations.meta - Make sure to use the same modkit number that you used in carcols.meta.

<modelName>jesterclassic</modelName>
<Item>600_jesterclassic_modkit</Item>

handling.meta -

<handlingName>JESTERCLASSIC</handlingName>

Once you’ve done all of that, you can just add it to your resources like an addon vehicle and job done! In a bit of a rush posting this so apologies if it’s not clear enough, but feel free to ask any questions :grinning: