The standard gearboxes really do not do it for me. I've made quite a few static objects now, and that is just fine, I have a config template for static objects that works just fine. I need some sort of way to turn this static object into a .. well a working empty gearbox.
Any help gents?
Heres a photo..
And heres my current config file..
PHP Code:class CfgPatches
{
class dar_objects
{
units[] = {"DAR_Milcase"};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {"CAData"};
};
};
class CfgVehicleClasses
{
class dar_objects
{
displayName = "DAR Objects";
};
};
class CfgVehicles
{
class House;
class DAR_Milcase: House//Wall
{
scope = 2;
displayName = "Military Case";
vehicleClass = "dar_objects";
model = "\dar_objects\dar_milcase.p3d";
mapSize = 0.2;
cost = 1000;
armor = 5000;
destrType = "DestructNo";
};
};
HOME 
Reply With Quote
[FRL]Myke



