Selecting gear from the Briefing Screen


In order to allow players to select gear from the briefing screen, before entering the mission, put this in your description.ext:

class Weapons
{
  class SCAR_H_LNG_Sniper     {count = 1;};
  class M4A1                  {count = 8;};
};

class Magazines
{
  class 30Rnd_556x45_Stanag   {count = 50;};
};

Then from the briefing page before beginning the mission they can click on Units, then themselves and finally [Gear]:

Select your player

And they’ll see the gear available to them:

Pick your gear

  1. #1 by K9 on August 21, 2010 - 5:18 PM

    One question, in briefing.sqf i whant to show in Portuguese words, but the words keep hidden some letters, (ç,~,´) can you help?

    • #2 by K9 on August 29, 2010 - 2:07 PM

      Can you help me in this?

  2. #3 by Grimm on September 9, 2010 - 3:15 AM

    Register your sqf file in UTF-8

  3. #4 by HeroS Z on October 31, 2010 - 9:54 AM

    HI,
    Is there any way to make a different list for each player?

    • #5 by kylania on October 31, 2010 - 12:49 PM

      Nope, since it’s called via the description.ext file there’s no way to limit it per player. You could do that once the game starts using some other custom gear option though.

Comments are closed.