Guide Vehicle engine sound modification tutorial [engine sound modification]

0 Tracked
32 Follower

Lorens

Uye

Dec 18, 2021

73 Mesaj

310 Reaction

0 Solution

33

First Message

No reward!

No reward!

No reward!

No reward!

Joined
Dec 18, 2021
Messages
73
Reaction score
310
Points
33
Location
Konya
This is a quick and easy tutorial to change the engine sound of a vehicle and shows you how to easily change the additional vehicle sound in your FiveM server. Follow the steps below.

First of all, you need to find this file in the car bag vehicles.meta code as follows
<Item>
<modelName>charger</modelName>
<txdName>charger</txdName>
<handlingId>POLICE3</handlingId>
<gameName>POLICE3</gameName>
<vehicleMakeName>police3</vehicleMakeName>
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>police3</audioNameHash> #《其中police3就是车辆引擎的声音名称》
<layout>LAYOUT_BIKE_DIRT</layout>
<coverBoundOffsets>BIKE_COVER_OFFSET_INFO</coverBoundOffsets>
<POVTuningInfo>SANCHEZ_POV_TUNING</POVTuningInfo>
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
<scenarioLayout />
<cameraName>FOLLOW_UPRIGHT_BIKE_CAMERA</cameraName>
<aimCameraName>BIKE_AIM_CAMERA</aimCameraName>
<bonnetCameraName>BIKE_SANCHEZ_POV_CAMERA</bonnetCameraName>
<povCameraName>BIKE_SANCHEZ_POV_CAMERA</povCameraName>
<FirstPersonDriveByIKOffset x="0.000000" y="-0.060000" z="0.000000" />
<FirstPersonDriveByUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonProjectile。。。。。
The above code is about here, and line 13 will see the following code (where square3 is the sound name of the vehicle engine)
<audioNameHash>police3</audioNameHash>
Now you want to find the vehicle engine sound that you want to replace "police3". You can use the name LINK 3.4k in this list to find the car engine sound you want to use!

For example, I want to replace the political 3 with the sound of the Phantom car
Then modify the code as follows, and then save it
<audioNameHash>Phantom</audioNameHash>
After saving, it's all right! Restart the car package or restart your server and generate the car to start enjoying
Note: There are also a lot of DLC vehicle sounds that do not work. You can try more to see which one sounds best.
 

Topics

1,212

Messages

1,948

Members

14,831

Latest member

JamesLes

Top