Jump to content
Sign in to follow this  
duhsveti

Adding a backpack to a civilian

Recommended Posts

So i have a simple question. I want to add a backpack to a civilian character. I already added in weapons, radio and ammo via addWeapon, addItem etc., however i cant seem to add backpacks or any other piece of clothing on there. Is there something i'm missing here?

P.S. Im quite new in this so dont be harsh

Share this post


Link to post
Share on other sites

Simple to do but i want to be sure you don't need to know this for to make a kind of Day-Z on Arma 3, because i really hate zombies games especially Day-z (i want to keep Arma 3 genuine);

Share this post


Link to post
Share on other sites
Simple to do but i want to be sure you don't need to know this for to make a kind of Day-Z on Arma 3, because i really hate zombies games especially Day-z (i want to keep Arma 3 genuine);

http://i46.tinypic.com/2ce6g7o.jpg

Been playing these games long before dayz was a thing. I'm just trying to brush up on my map(scenario) making :cool:

Share this post


Link to post
Share on other sites

right

unit init line:

this addbackpack "backpackclassname";

list of backpack classnames:

"B_AssaultPack_khk",  
"B_AssaultPack_khk_holder",  
"B_AssaultPack_dgtl",  
"B_AssaultPack_rgr",  
"B_AssaultPack_rgr_Medic",  
"B_AssaultPack_rgr_Repair",  
"B_AssaultPack_sgg",  
"B_AssaultPack_blk",  
"B_AssaultPack_blk_DiverExp",  
"B_AssaultPack_blk_DiverTL",  
"B_AssaultPack_cbr",  
"B_AssaultPack_mcamo",  
"B_AssaultPack_ocamo",  
"B_Kitbag_mcamo",  
"B_Kitbag_sgg",  
"B_Kitbag_cbr",  
"B_FieldPack_blk",  
"B_FieldPack_blk_DiverExp",  
"B_FieldPack_blk_DiverTL",  
"B_FieldPack_ocamo",  
"B_FieldPack_cbr",  
"B_FieldPack_cbr_AT",  
"B_FieldPack_cbr_Repair",  
"B_Carryall_ocamo",  
"B_Carryall_oucamo",  
"B_Carryall_oucamo_Exp",  
"Bag_Base",  
"B_AssaultPack_Base",  
"B_Kitbag_Base",  
"B_FieldPack_Base",  
"B_Bergen_Base",  
"B_Carryall_Base"

Share this post


Link to post
Share on other sites

Excelent that works. Is there a list of these commands, like addbackpack or addweapon, that i can grab for reference?

P.S. thx

Share this post


Link to post
Share on other sites

Great this will come in very handy. Thank you both

Share this post


Link to post
Share on other sites

LOL Its all in the lists in the BIS link. Also ARMA3 also tells you variants as you type them into the init box in the editor.

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  

×