br_ac_army 0 Posted September 5, 2022 Hi everyone! I have a problem that my addon doesn't work: i tried to increase the weight carry amount, but nothing changed. What do i do wrong? My addon: https://www.dropbox.com/t/98zXWfXbPp8e7dlo My file picture: https://pastenow.ru/361495cce6a36db107a4a5668288fe93 Share this post Link to post Share on other sites
Maff 251 Posted September 16, 2022 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
br_ac_army 0 Posted September 18, 2022 (edited) 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 September 18, 2022 by br_ac_army Share this post Link to post Share on other sites
Maff 251 Posted September 19, 2022 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
DIMENZz 0 Posted November 28, 2023 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