Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
konrad1

Sounds cfg.

Recommended Posts

hi wanted to ask you from where i can get sound cfg. ??

so that i only have to change a bit to make a sound. normally i used for my sound mods cfg. Jarhead gave me.

Konrad

Share this post


Link to post
Share on other sites

i need some help iwth sound for m134

this is my cfg

class CfgPatches

{

class HiFi_M134

{

units[] = {};

weapons[] = {};

requiredVersion = 0.1;

requiredAddons[] = {"CAWeapons"};

version = "2010-09-04";

projectName = "KRSM134";

author = "Konrad";

};

};

class Mode_FullAuto;

class CfgWeapons

{

class MGun;

class M134: MGun

{

class LowROF: Mode_FullAuto

{

sound[] = {"\KRSM134\M134_S2",db15,1,2200};

//soundBurst = 0;

};

class HighROF: LowROF

{

sound[] = {"\KRSM134\M134C_S4",db18,1,2200};

//soundBurst = 0;

};

};

};

but i got no sound ingame pls help

so folder name is KRSM134 in there is the cfg and the wss but no sound appears ingame

Share this post


Link to post
Share on other sites
Sign in to follow this  

×