Flipper 1 Posted November 1, 2013 Hi guys, I was able to add weapons and magazines to briefing. That works: // settings for weapons /////////////////////////////////////////////////////////////////////////////////////////// class Weapons { class RH_mk12mod1 {count = 2;}; class C1987_MP7_folded_p {count = 2;}; class ag_mp9_sidearm {count = 2;}; class C1987_Mp7_nwu {count = 7;}; class ag_mp9 {count = 7;}; class RH_g17 {count = 7;}; class RH_fnp45 {count = 7;}; class RH_cz75 {count = 7;}; class RH_p226 {count = 7;}; class Binocular {count = 2;}; }; class Magazines { class 30rnd_556x45_STANAG {count = 6;}; class C1987_40Rnd_46x30_mp7 {count = 42;}; class 30Rnd_45ACP_Mag_SMG_01 {count = 42;}; class RH_17Rnd_9x19_g17 {count = 16;}; class RH_15Rnd_45cal_fnp {count = 16;}; class RH_16Rnd_9x19_cz {count = 16;}; class RH_15Rnd_9x19_SIG {count = 16;}; }; But it doesn't work to add items like optics and flashlights, because they don't appear in briefing... I can't find a solution for this in forum... Share this post Link to post Share on other sites
roberthammer 582 Posted November 1, 2013 Hmm i dont know if the arma 3 supports the "old" briefing weapon selection alternative would be - to add a ammo crate and fill it with stuff what you want Share this post Link to post Share on other sites
[GLT] Legislator 66 Posted November 1, 2013 cfgWeapons, cfgMagazines and cfgBackpacks are working the weapon selection, but there is no option to add items, uniforms, headgear and attachments yet. Share this post Link to post Share on other sites
Flipper 1 Posted November 1, 2013 Thanks for your answer... Weapon crate... yes, of course the normal way... But I thought it will be a another and funny way to choose equipment... It's curious that items are not displayed! A total different question, Robert: Are you planning to ported your HK416/417 pack in the next future? Maybe before christmas?:o Sorry - a silly christmas wish...:j: But thanks for you incredible work for ArmA2/3 on this way again!!! ---------- Post added at 09:22 ---------- Previous post was at 09:21 ---------- @ [GLT] Legislator: Ah, thanks - I fear that...:mad: Share this post Link to post Share on other sites
HaZZarD 2 Posted November 1, 2013 Hmm i dont know if the arma 3 supports the "old" briefing weapon selectionalternative would be - to add a ammo crate and fill it with stuff what you want off-topic compliments for your m16 m4 pack , great quality work :cheers: Share this post Link to post Share on other sites
[GLT] Legislator 66 Posted November 1, 2013 @Flipper: no problem .. you can vote on the ticket if you like http://feedback.arma3.com/view.php?id=6140 Sadly there are only workarounds available like using VAS and limitating everything to the objects that can't be applied to the description.ext Share this post Link to post Share on other sites