ei8ght 11 Posted November 13, 2011 Hello all, I want a config helicopters for OA empty, or I was just complete the config with the name of my helicopter. If someone could please help me. Thx Share this post Link to post Share on other sites
Baraka 10 Posted November 13, 2011 I have this one in my bench. It should work, but of course it´s very basic. To add stuff have a look in the biki. // Config written by 'konyo' // 15:52 22/09/ #define true 1 #define false 0 #define private 0 #define protected 1 #define public 2 class CfgPatches { class YourAddon { units[] = {"YourUnit"}; weapons[] = {}; requiredAddons[] = {}; }; }; class CfgFactionClasses { class yourclass { displayName = "yourclass"; priority = 0; side = 1; }; }; class cfgVehicles { class Helicopter; class yourclass : Helicopter { scope = public; model = "\yourfolder\yourstuff.p3d"; displayName = "blabla"; faction = "yourfaction"; vehicleClass = "Air"; side = 1; maxSpeed = 700; // max speed on level road, km/h nameSound = "ingame 'target sighted' Description of your unit"; armor = 50000; transportSoldier = 0; gearRetracting = false; cost = 50000000; class ViewPilot { initFov = 1; minFov = 0.3; maxFov = 1.2; initAngleX = 25; minAngleX = -65; maxAngleX = 80; initAngleY = 0; minAngleY = -155; maxAngleY = 155; }; class Library { libTextDesc = "what you want"; }; }; }; Share this post Link to post Share on other sites
.kju 3245 Posted November 13, 2011 has some issues, but its a start Share this post Link to post Share on other sites
Baraka 10 Posted November 13, 2011 has some issues, but its a start Just paste\copy for a test i made a while ago. When u have a better one i´ll be interested to. Share this post Link to post Share on other sites
max power 21 Posted November 14, 2011 You can always seek out a like helicopter from the Six Config Browser and decide what class to inherit, and what config values you need to change. The meanings of the various items in cfgvehicles can be found on the biki. Share this post Link to post Share on other sites
ei8ght 11 Posted November 14, 2011 thank you for your help I just look at the various elements max and to be honest I do not understand much. Nobody can make me the config? I send the helicopter and all that goes with me so he can realize the more it is a sexy helicopter lol Share this post Link to post Share on other sites