Phonix644 10 Posted April 3, 2013 Hey guys, So I am trying to add a muzzle to the EBR. This was achievable when using Dslyecxi "Paper Doll Gear Selector", but when exported it did not come with the gun. I have tried using this code: {this addMagazine "20Rnd_762x45_Mag"} forEach [1,2,3,4, 5]; this addWeapon 'srifle_EBR_Hamr_point_grip_F'; this addPrimaryWeaponItem 'optic_Hamr'; this addPrimaryWeaponItem 'acc_pointer_IR'; this addPrimaryWeaponItem 'muzzle_mzls_H'; Focusing on the line, this addPrimaryWeaponItem 'muzzle_mzls_H'; - dose not sadly yield results. I have tried other muzzle codes with no success. Is there a way to add a muzzle/silencer to the EBR? Or is it just that the game wasn't designed for the use of the EBR with a muzzle and therefore it's not possible? With that said it is possible with the paper doll gear selector. Thanks guys. Share this post Link to post Share on other sites
austina1986 14 Posted April 3, 2013 this addPrimaryWeaponItem "muzzle_snds_B" (muzzle_snds_B is the 7.62 suppressor, H is for the 6.5). http://browser.six-projects.net/cfg_weapons/classlist?version=67 < excellent resource. Now that said, this isn't an addon you're making so I believe it belongs in the config area of the forums, but you should be fixed up now with regards to the problem you're having. Regards, Austin. Share this post Link to post Share on other sites
Phonix644 10 Posted April 3, 2013 Thank you very much Austin, that worked perfectly - I have been trying to get this working for days so thank you very much once again. And woops, sorry I accidently went too the wrong area. Share this post Link to post Share on other sites
chortles 263 Posted April 3, 2013 If the SIX Browser link happens to not work at some point, then for the benefit of whoever might be reading this: muzzle_snds_B is for the 7.62 mm weapons. muzzle_snds_H is for most 6.5 mm weapons. muzzle_snds_H_MG is for the Mk 200 LMG only. muzzle_snds_L is so far only the 9 mm pistols, for which you use this addHandgunItem "muzzle_snds_L". Share this post Link to post Share on other sites