i would release it its just that im having touble with the sound file. i gotta go into the config and oh its not working, it puts me right back to the desktop heres the config.
class CfgPatches
{
class c130va1
{
units[] = {RAFC-130};
weapons[] = {};
requiredVersion = 1.70;
};
};
class CfgAmmo
{
};
class CfgWeapons
{
};
class CfgModels
{
class Default
{
sections[] = {};
sectionsInherit="";
};
class Air: default {};
class Plane: Air {};
class A10: Plane {};
class C130v1a: A10 {
sectionsInherit="Vehicle";
sections[]=
{
"vrtule staticka","vrtule blur"
};
};
};
class CfgVehicles
{
class All {};
class AllVehicles: All {};
class Air: AllVehicles {};
class Plane: Air {};
class A10: Plane {};
class C130v1a: A10
{
scope=public;
crew = SoldierWPilot;
picture = \c130v1a\c130.paa;
side=TWest;
displayName="RAF C-130";
nameSound="plane";
//accuracy=0.30;
gearRetracting = true;
ejectSpeed[]={0,0,0};
driverAction=ManActCessnaPilot;
//gunnerAction=ManActCessnaPilot;
//gunnerAction = ManActAH1Gunner;
cargoAction[]={ManActCessnaPilot,ManActCargo};
transportSoldier = 35;
typicalCargo[]={Soldier, Soldier, SoldierLAW, SoldierLAW};
maxSpeed = 450;
soundEngine[]={\c130v1\running.wav,db-10,1};
//soundEnviron[]={Objects\noise,db-60,1.0};
armor=40;
cost=20000;
model="\c130v1a\c130v1a";
weapons[]={};
magazines[]={};
fov=0.5;
type=VAir;
//threat[] VSoft, VArmor, VAir
threat[]={0.1, 1, 0.7};
but no sound??