Jump to content
Sign in to follow this  
guare88

[SOLVED] Help backpack config

Recommended Posts

Hi there,

I have a problem on a custom backpack. Below the code on cfgVehicles

 

class B_AssaultPack_Base;
    
class BSM_backpack_assault_woodland: B_AssaultPack_Base
    {
        author = "BSM Cocidio";
        scope = 2;
        model = "\A3\weapons_f\ammoboxes\bags\Backpack_Compact";
        displayName = "BSM backpack assault woodland";
        picture = "\A3\weapons_f\ammoboxes\bags\data\ui\icon_B_C_Compact_dgtl_ca.paa";
        hiddenSelectionsTextures[]={"BSM_vest_backpack_helmet\BSM_vest_backpack_helmet\data\textures\bsm_backapck_assault_woodland_co.paa"};
        maximumLoad = 160;
        mass = 20;
    };

 

I have also assigned it to one of my character using in config backpack = "BSM_backpack_assault_woodland"; I can pack everything and load in Arma 3..but i cannot see it in virtual arsenal.

 

Could you help me?

 

Thanks for your time and help

 

Regards

Share this post


Link to post
Share on other sites

try adding scopeArsenal = 2; to the config

Share this post


Link to post
Share on other sites

SOLVED!! I was missing #include "cfgVehicles.hpp" into config

 

Thanks for help

 

 

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  

×