Ryder77 10 Posted June 29, 2013 I am trying to setup a description.ext so that people can select their gear at the briefing screen like they did back in ArmA 2, but right now its not working. I have this in my description.ext. I dont see the gear tab like you use too in arma 2. respawn = 2; respawnDelay = 5; disabledAI = 1; class Weapons { class arifle_MX_ACO_F {count = 8;}; class arifle_MX_ACO_pointer_F {count = 2;}; class NVGoggles {count = 2;}; }; class Magazines { class 30Rnd_65x39_caseless_mag {count = 32;}; class HandGrenade {count = 16;}; }; author="[sAS]Ryder"; OnLoadName = "Morning Glory"; Share this post Link to post Share on other sites
foxtrot1787 10 Posted September 30, 2013 Picking gear for me works. Its under inventory. The problem iv got is adding things like attachments and items etc Share this post Link to post Share on other sites
kylania 568 Posted September 30, 2013 Picking gear for me works. Its under inventory. The problem iv got is adding things like attachments and items etc When the OP made his post it wasn't working. This feature was re-added to ArmA3 with version 1.02 on the 27th of Sep. Share this post Link to post Share on other sites
Fixed 1 Posted September 30, 2013 This thread is old and needs to die. Ah cool sorry iv been searching trying to find how to add attachments into the briefing and came accross this. could you point me in the right direction.I also need the class names for attachments Not sure about adding attachments into the briefing, but here is the class names for attachments: this addItemCargo ["acc_flashlight", _numMod];this addItemCargo ["acc_pointer_IR", _numMod]; this addItemCargo ["muzzle_snds_B", _numMod]; this addItemCargo ["muzzle_snds_H", _numMod]; this addItemCargo ["muzzle_snds_H_MG", _numMod]; this addItemCargo ["muzzle_snds_L", _numMod]; this addItemCargo ["optic_Aco", _numMod]; this addItemCargo ["optic_ACO_grn", _numMod]; this addItemCargo ["optic_Arco", _numMod]; this addItemCargo ["optic_Hamr", _numMod]; this addItemCargo ["optic_Holosight", _numMod]; You probably have to change the "addItemCargo" to something else. If you need more class names: http://pastebin.com/huew2xQN. Share this post Link to post Share on other sites
foxtrot1787 10 Posted September 30, 2013 Ah cool sorry iv been searching trying to find how to add attachments into the briefing and came accross this. could you point me in the right direction. I also need the class names for attachments ---------- Post added at 20:54 ---------- Previous post was at 20:24 ---------- heres my code class Weapons { class LMG_Mk200_F {count = 5;}; class arifle_MXC_F {count = 5;}; class arifle_MX_F {count = 5;}; }; class Magazines { class 30Rnd_65x39_caseless_mag {count = 50;}; class 200Rnd_65x39_cased_Box {count = 50;}; }; note sure if i need something like `class attachments` or something like that Share this post Link to post Share on other sites
kylania 568 Posted September 30, 2013 For that I'd use weapon classes with the attachments already on the weapon. Share this post Link to post Share on other sites
cobra4v320 27 Posted September 30, 2013 Dev Branch update on 9/26 * Inventory management in scenario briefings is enabled, but still undergoing quite a lot of work You can add magazines and weapons but not backpacks or other items. Share this post Link to post Share on other sites
ivany4_1987 0 Posted February 13, 2016 2016 is NOW!How was the problem solved? Share this post Link to post Share on other sites