konrad1 10 Posted December 4, 2010 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
hellfire257 3 Posted December 4, 2010 I'm not quite sure what you mean, however if its configs you are after then I'd recommend you look here: http://forums.bistudio.com/showthread.php?p=1363348#post1363348 You may also want to look at kju's modular sound template too. Share this post Link to post Share on other sites
konrad1 10 Posted December 5, 2010 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
konrad1 10 Posted December 6, 2010 so nobody know why i get no a sound ? Share this post Link to post Share on other sites
hellfire257 3 Posted December 7, 2010 Is the minigun silent or do you have default sounds? Share this post Link to post Share on other sites