Jump to content
Phantom Six

Loadout in Briefing SP

Recommended Posts

I remember back in Arma 2 and previous titles, you can get loadouts from the briefing in SP and MP. I know that BIS removed that feature for MP, but I want to know at least how to get it back on SP. I remember playing Harpoon Delta by Rejornst and it had loadout during briefing for SP. I can't get it to work on my end.

 

I added class Weapons, class Magazines, and class Backpacks to the description.ext but I do not see any gears in the briefing.

 

Below is my description.ext


OnLoadName = "Tunnel Funneling";

allowFunctionsRecompile = 1;

class CfgDebriefing
{
    #include "debriefing.hpp"
};

class CfgFunctions {
    #include "functions\common.hpp"
};

class Weapons {
    class CUP_arifle_L85A2_SUSAT_Laser {count = 1;};
    class CUP_lmg_L7A2 {count = 1;};
    class CUP_srifle_AWM_wdl_SBPMII {count = 1;};
};

class Magazines {
    class CUP_30Rnd_556x45_Stanag {count = 8;};
    class CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M {count = 3;};
    class CUP_5Rnd_86x70_L115A1 {count = 6;};
};

class Backpacks {
    class CUP_B_Bergen_BAF {count = 1;};
};

Share this post


Link to post
Share on other sites

Your code works for me....

 

 

EJrgiHK.jpg

Share this post


Link to post
Share on other sites

That's strange. I got it working on the 2D edtior, but I see nothing in Eden. You're also using Eden? 

 

EDIT: I copy and pasted this to another folder and it seems to work... now I'm wondering what went wrong. Thanks, well that confirms that it does work.

Share this post


Link to post
Share on other sites

Okay, looks like I have to be team leader in order to access it. I was wondering if it can be access as a non-team leader unit?

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

×