Jump to content
Sign in to follow this  
natethegreat

Silencer sound script problem

Recommended Posts

Hello everyone. I have some issues with the default Arma suppressor. I have below the script from a weapon mod that shows using the default suppressor. Now when I change the lines of where the file is located(the BEGIN Lines), it does not load up in game. The whole addon. What am I doing wrong? Has anyone modified suppressor sound yet in arma 3?

EDIT::: I posted the default script that is in the config.bin. If anyone could help that would be amazing.

Thanks.

muzzleEnd = "zaslehPoint";
		alternativeFire = "Zasleh2";
		modes[] = {"Single","FullAuto","Burst","DummyMode1","DummyMode2","DummyMode3","DummyMode4","DummyMode5"};
		class Single: Mode_SemiAuto
		{
			begin1[] = {"A3\sounds_f\weapons\silenced\silent-18",1.0,1,300};
			begin2[] = {"A3\sounds_f\weapons\silenced\silent-19",1.0,1,300};
			begin3[] = {"A3\sounds_f\weapons\silenced\silent-11",1.0,1,300};
			soundBegin[] = {"begin1",0.333,"begin2",0.333,"begin3",0.333};
			weaponSoundEffect = "DefaultRifle";
			closure1[] = {"A3\sounds_f\weapons\closure\closure_rifle_7",1.0,1,200};
			closure2[] = {"A3\sounds_f\weapons\closure\closure_rifle_6",1.0,1,200};
			soundClosure[] = {"closure1",0.5,"closure2",0.5};
			recoil = "recoil_single_sdar";
			recoilProne = "recoil_single_prone_sdar";
		};
		class FullAuto: Mode_FullAuto
		{
			begin1[] = {"A3\sounds_f\weapons\silenced\silent-18",1.0,1,300};
			begin2[] = {"A3\sounds_f\weapons\silenced\silent-19",1.0,1,300};
			begin3[] = {"A3\sounds_f\weapons\silenced\silent-11",1.0,1,300};
			soundBegin[] = {"begin1",0.333,"begin2",0.333,"begin3",0.333};
			weaponSoundEffect = "DefaultRifle";
			closure1[] = {"A3\sounds_f\weapons\closure\closure_rifle_7",1.0,1,200};
			closure2[] = {"A3\sounds_f\weapons\closure\closure_rifle_6",1.0,1,200};
			soundClosure[] = {"closure1",0.5,"closure2",0.5};
			recoil = "recoil_auto_sdar";
			recoilProne = "recoil_auto_prone_sdar";
		};
		class Burst: Mode_Burst
		{
			begin1[] = {"A3\sounds_f\weapons\silenced\silent-18",1.0,1,300};
			begin2[] = {"A3\sounds_f\weapons\silenced\silent-19",1.0,1,300};
			begin3[] = {"A3\sounds_f\weapons\silenced\silent-11",1.0,1,300};
			soundBegin[] = {"begin1",0.333,"begin2",0.333,"begin3",0.333};
			weaponSoundEffect = "DefaultRifle";
			closure1[] = {"A3\sounds_f\weapons\closure\closure_rifle_7",1.0,1,200};
			closure2[] = {"A3\sounds_f\weapons\closure\closure_rifle_6",1.0,1,200};
			soundClosure[] = {"closure1",0.5,"closure2",0.5};
			recoil = "recoil_burst_sdar";
			recoilProne = "recoil_burst_prone_sdar";
		};
		class DummyMode1: Single{};
		class DummyMode2: Single{};
		class DummyMode3: Single{};
		class DummyMode4: Single{};
		class DummyMode5: Single{};

Share this post


Link to post
Share on other sites

Yes, your config.cpp

it does not load up in game. The whole addon.

Can't tell you anything based on what you have stated

EDIT: Wait ..... you changed the default file ?!!!

If so, can't help you. Non standard modification

Share this post


Link to post
Share on other sites

not the main arma 3 addon. i have a m4 mod that i extracted the pbo and opened the config.bin. i changed the directory posted above to the location of my .wss files. now i save that config and try to launch the game. when i launch the game and try to add the ammobox associated with the guns it juat doesnt load or show up.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×