Jump to content
Sign in to follow this  
dscha

transportMaxMagazines/Weapons/Backpacks in CfgVehicles not working?

Recommended Posts

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 by Eggi
Example Config added

Share this post


Link to post
Share on other sites

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×