binkster
Jan 12 2007, 02:19
Im trying to change values for addons. In ofp you would use this base class config........example from oFP what do you use in ArmA!!!!!!!!!!!!!!!!!!!!
//Vehicles.
class AllVehicles:All {};
class Land:AllVehicles {};
class LandVehicle:Land {};
class Tank:LandVehicle {};
class APC:Tank {};
class BMP:APC {};
class BMP2:BMP {};
class mfcti116eastmobilehq:BMP2
{ side = teast
armor = 500
};
this is just an example from ofp but how do i define the class names for armed assault. I notice it might use tracked...
//Vehicles.
class AllVehicles:All {};
class Land:AllVehicles {};
class LandVehicle:Land {};
class Tank:LandVehicle {};
class APC:Tank {};
class BMP:APC {};
class BMP2:BMP {};
class mfcti116eastmobilehq:BMP2
{ side = teast
armor = 500
};
this is just an example from ofp but how do i define the class names for armed assault. I notice it might use tracked...