Jump to content
Sign in to follow this  
Ryder77

cant pick gear at briefing

Recommended Posts

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

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
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

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×