Jump to content

Recommended Posts

I'm trying to add specific equipment to my soldiers uniform, vest and backpack. This is for my mod. NOT SCRIPT.

 

I can't seem to find any examples of this anywhere. Can anybody point me in the right direction please?

Share this post


Link to post
Share on other sites

Add this to your config:

        
		Items[] = {FirstAidKit}; /// one First aid kit is good to start with
		RespawnItems[] = {FirstAidKit};
		linkedItems[] = {bfe_plus_vest, kka3_protec, kka3_GSF_Balaclava_B, ItemMap, ItemCompass, ItemWatch, ItemRadio}; /// items directly in inventory slots
		respawnLinkedItems[] = {bfe_plus_vest, kka3_protec, kka3_GSF_Balaclava_B, ItemMap, ItemCompass, ItemWatch, ItemRadio};

Just replace the Classnames with yours

  • Like 1

Share this post


Link to post
Share on other sites

Thanks mate.

That part I got. I want to add specific items to the uniform and other specific items to the vest. Using this code, it adds everything to the uniform and the rest to the vest.

Share this post


Link to post
Share on other sites
5 hours ago, petracephas said:

Thanks mate.

That part I got. I want to add specific items to the uniform and other specific items to the vest. Using this code, it adds everything to the uniform and the rest to the vest.

uhmm, I don't think that's possible via mod, at least I don't know how to do it.

Anyway, good luck!

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

×