0 Takip Edilen
22 Takipçi
Lorens
Uye

18 Ara 2021

73 Mesaj

185 Tepki

0 Çözüm

33

İlk Mesaj

Ödülü yok!

Ödülü yok!

Ödülü yok!

Ödülü yok!
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
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
Note: There are also a lot of DLC vehicle sounds that do not work. You can try more to see which one sounds best.
First of all, you need to find this file in the car bag vehicles.meta code as follows
The above code is about here, and line 13 will see the following code (where square3 is the sound name of the vehicle engine)<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。。。。。
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!<audioNameHash>police3</audioNameHash>
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
After saving, it's all right! Restart the car package or restart your server and generate the car to start enjoying<audioNameHash>Phantom</audioNameHash>
Note: There are also a lot of DLC vehicle sounds that do not work. You can try more to see which one sounds best.