Need help?
Create a topic in the appropriate section
Don't write everything in the chat!Take a look at the marketplace
There you can buy
everything related to game serversDon't want a ban?
Please read our rules
Don't disturb the order!Sell or buy?
Use services of the guarantor
We will make your deal safe
-
Announcements
-
⚙️ Новые онлайн-инструменты для DayZ 07/26/26
-
- 0

Привет. Как заменить ванильные звуки на свои? Т.е например звук чавканья, ходьбы, посадки а авто и тд.?
Пробовал так через мод(и разные вариации), но не работает:
class CfgPatches { class MySoundMod { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"DZ_Sounds_Vehicles"}; }; }; class CfgSoundShaders { class CoDriverGetIn_SoundShader { samples[] = {{"\\CoDriverGetIn_1.ogg", 1}}; volume = 1.0; range = 20; }; }; class CfgSoundSets { class CoDriverGetIn_SoundSet { soundShaders[] = {"CoDriverGetIn_SoundShader"}; volumeFactor = 1.0; spatial = 1; doppler = 0; loop = 0; }; }; class CfgVehicles { class OffroadHatchback; class OffroadHatchback_Custom : OffroadHatchback { soundGetIn[] = {"CoDriverGetIn_SoundSet", 1}; }; };Share this post
Link to post
Share on other sites