Jump to content
Sign in to follow this  
ei8ght

Need template config for helicoptere [OA]

Recommended Posts

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

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

has some issues, but its a start

Share this post


Link to post
Share on other sites
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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×