dscha 147 Posted November 29, 2014 (edited) Hey there. Even with the following config entry, i can store everything in, until maximumLoad is filled up. Any ideas? Did i miss something? Example Config: class CfgVehicles { class Truck_02_base_F; class TestTruck: Truck_02_base_F { maximumLoad = 100000; transportMaxWeapons = 1; transportMaxMagazines = 1; transportMaxBackpacks = 1; transportRepair = 0; transportAmmo = 0; transportFuel = 0; }; }; Greetings Edited November 29, 2014 by Eggi Example Config added Share this post Link to post Share on other sites
das attorney 858 Posted November 29, 2014 You'll need to fill in the requiredAddons[] = {} with the right patch name or Arma will/could load your addon and then overwrite it. Have a look in cfgPatches - I can't remember the right name right now but it's in there somewhere :) Share this post Link to post Share on other sites
dscha 147 Posted November 29, 2014 Already done before. All of the other changes i made worked, thats the problem :P atm it looks like, that (like with fuelConsumptionRate) they will be ignored =/ Share this post Link to post Share on other sites
.kju 3245 Posted December 5, 2014 i think you can no longer limit per weapon/magazine in A3; its all about load/volume Share this post Link to post Share on other sites