EO 11274 Posted August 23, 2019 Configured to add an inventory to all Arma 3 camping tents, including the solar tents from Contact DLC. Also configured to be used as simple objects via their "special states" attribute. Unbinarized config file, feel free to edit maximumLoad or TransportItems classes to suit your own needs. Current Maximum Load: 2000 Current TransportItems: First Aid Kit, Map, Compass. Spoiler class CfgPatches { class eo_enhanced_tents { addonRootClass="A3_Structures_F"; requiredAddons[]={"A3_Structures_F_Civ"}; units[]={}; weapons[]={}; requiredVersion=0.1; }; }; class CfgVehicles { class NonStrategic; class Camping_base_F: NonStrategic { author="$STR_A3_Bohemia_Interactive"; scope=0; scopeCurator=0; displayName=""; model="\A3\Weapons_F\empty.p3d"; icon="iconObject"; editorCategory="EdCat_Things"; editorSubcategory="EdSubcat_Camping"; vehicleClass="Tents"; destrType="DestructTent"; maximumLoad=2000; mass=10; transportMaxWeapons=10; transportMaxMagazines=50; transportMaxBackpacks=5; transportAmmo=0; transportRepair=0; transportFuel=0; supplyRadius=1.5; cost=0; class DestructionEffects { }; class TransportItems { class _xx_FirstAidKit { name="FirstAidKit"; count=2; }; class _xx_ItemCompass { name="ItemCompass"; count=1; }; class _xx_ItemMap { name="ItemMap"; count=1; }; }; class SimpleObject { eden=1; animate[]={}; hide[]={}; verticalOffset=0.61900002; verticalOffsetWorld=0; init="''"; }; }; }; Steam Workshop. 11 3 Share this post Link to post Share on other sites
RCA3 586 Posted July 22, 2020 Ei, EO! Are you adding the feature to turn these into a backpack? 😁👍 1 Share this post Link to post Share on other sites
EO 11274 Posted July 22, 2020 @RCA3 cool idea mate, i'll look into that for sure! 1 Share this post Link to post Share on other sites
EO 11274 Posted July 22, 2020 17 hours ago, RCA3 said: Are you adding the feature to turn these into a backpack? 😁👍 First run seems to have worked out okay, a selected backpack assembles an enhanced tent, and as you can see you can pack some gear into the tent, disassemble it, move on, reassemble tent and your gear is still there. I'll try and add this extra functionality soon. 1 Share this post Link to post Share on other sites
RCA3 586 Posted July 23, 2020 Hey, thanks for putting in the effort! 21 hours ago, EO said: as you can see you can pack some gear into the tent, disassemble it, move on, reassemble tent and your gear is still there. I was hoping it did! I found that out when using your EO Zodiac after putting gear on it's inventory and packing it. Which takes me to another feature request: that you remove the inventory space out of the backpacks (EO Zodiac's and Enhanced Tents) to zero. Since they're already carrying a boat or a tent, does not make much sense to have more free room. Do you agree? 🙂 Cheers! Thanks. Share this post Link to post Share on other sites
EO 11274 Posted July 23, 2020 18 minutes ago, RCA3 said: Do you agree? 🙂 I do indeedy, and already implemented. 1 Share this post Link to post Share on other sites