Jump to content
br_ac_army

Problems creating an infinite backpack

Recommended Posts

Tested and working:

class cfgPatches
{
	class SBM_invisibleBag
	{
		name = "Invisible Bag";
		author = "sb";
		units[] = {"SBM_B_invisibleBag"};
		weapons[] = {};
		requiredVersion = 0.1;
		requiredAddons[] = {};
	};
};
class CfgVehicles
{
	class B_TacticalPack_Base;
	class SBM_B_invisibleBag: B_TacticalPack_Base
	{
		scope = 2;
		displayName = "Invisible Bag";	//	Optional!
		model = "\a3\weapons_f\empty.p3d";
		picture = "";	//	Remove image from inventory!
		maximumLoad = 30000;
	};
};

 

Share this post


Link to post
Share on other sites

Hi Maff! Thanks for replying me!

1. There is the file I sent here first: https://www.dropbox.com/t/n9ZtwUPysFJzS3UL (works to 25th September). Actually, it seems the mod doesn't launch, because Arma says the mod isn't owned, installed and available (have some problems sending a log, sorry).

2. I haven't found the backpack classname, so I had to take the name somewhere (i don't remember).

3. I'll test it now! Thanks!

Edit: I tried it, but it doesn't still work. 

Edited by br_ac_army

Share this post


Link to post
Share on other sites
19 hours ago, br_ac_army said:

Edit: I tried it, but it doesn't still work. 


I have updated my previous post with a working example.

Your mod in the Dropbox link is just a modified CBA.
Move your config.cpp to sbm\addons\backpack_sbm and delete the x folder.

Share this post


Link to post
Share on other sites

can u pls send me the finished mod, im looking for a long time for a mod like this for our server

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

×