Okay Back AT It , still having issues with the animations not showing up in Buldozer, this is what i have so Far ! When I try to open it up in Buldozer i Get Error NO Entry 'bin\config.cpp.CfgSkeletons'. ???
this is For arma2 guys !
Model.cfg !
Code:
class CfgSkeletons
{
class Vehicle;
class FAB_Boat:Vehicle
{
isDiscrete=1;
skeletonInherit="FAB_Boat";
skeletonBones[]=
{
"vrtule",
"" ,
"volant"
};
};
};
class Rotation;
class CfgModels
{
class Ship;
class FAB_Boat:Ship
{
sectionsInherit="";
skeletonName="FAB_BoatSkeleton";
sections[]=
{
};
class Animations
{
class DrivingWheel
{
type="rotation";
source="drivingWheel";
selection="volant";
begin="osaVolantZac";
end="osaVolantKon";
memory="false";
minValue=-1;
maxValue=1;
angle0=2;
angle1=-2;
};
class vrtule: Rotation
{
type="rotation";
source="rotor";
selection="vrtule";
axis="osa vrtule";
sourceAddress="loop";
angle0=0.000000;
angle1=62.831852;
};
};
};
};
Config.cpp !
Code:
class CfgPatches
{
class MyFABBoat
{
units[] = {FAB_Boat};
weapons[] = {};
requiredVersion = 0.10;
requiredAddons[] ={"CAWeapons","CACharacters","CA_Anims_Char"};
};
};
class CfgVehicles
{
class Ship;
class FAB_Boat:Ship
{
memoryPointLMissile = "Missile_1"; //zkusim otocit
memoryPointRMissile = "Missile_2"; //zkusim otocit
scope=2;
side=1;
displayName=" FAB_Boat";
crew=SoldierWPilot;
Audible=6;
accuracy = 0.03;
armor= 30;
LockDetectSystem = 2;
picture="\FAB_Boat\icons\FAB_Boat_picture_CA.paa";
Icon="\FAB_Boat\icons\FAB_Boat_icons_CA.paa";
model="\FAB_Boat\FAB_Boat.p3d";
mapsize = 8;
transportSoldier=2;
namesound=FAB_Boat;
maxSpeed=150;
precision=10;
brakeDistance=15;
weapons[]={HellfireLauncher};
magazines[]={8Rnd_Hellfire};
soundEngine[]={\ca\air\Data\Sound\AH1_engine_v3a,db32,1};
};
};
class CfgNonAIVehicles
{
class ProxyDriver;
class ProxyParasutista: ProxyDriver {};
class ProxyWeapon;
class ProxyAGM114Hellfire: ProxyWeapon {model = \ca\air\AGM114Hellfire; simulation = "maverickweapon";};
};