Jump to content
Sign in to follow this  
striker(PANDA)

Help with config

Recommended Posts

Heres my config atm

class CfgModels

{

class default {};

class Vehicle: default {};

class Car: Vehicle {};

class Jeep: Car {};

class firstCar: Jeep {};

};

class CfgPatches

{

class kart

{

units[] = {kart};

weapons[] = {};

requiredVersion = 1.0;

};

};

class CfgVehicles

{

class All {};

class AllVehicles: All {};

class Land: AllVehicles {};

class LandVehicle: Land {};

class Car: LandVehicle {};

class Jeep: Car {};

class firstcar: sedan

{

displayName="Kart"; // Displayname in editor

model= \kart\kart; // our p3d model path

side=3; // Its on the civilian side

crew="Civilian2"; // The default driver are civilians

maxSpeed=300; // Max speed

transportSoldier=0; // Right now just driver, no cargo

};

}

I need help with putting animation stuff on there (Eg...Wheel Animation, Steering Wheel. Also need to put destuction model animation in, and tyer destruct animation.

0.000" LOD: Pravy predni, Levy predni, Pravy zadni, Levy zadni, volant, osavolantzac, osavolantkon.

LandContact LOD: pravy predni tlumic, levy predni tlumic, pravy zadni, tlumic

levy, zadni tlumic.

Memory LOD: stopa PLP,stopa PLL, stopa PPL, stopa PPP, stopa ZLL, stopa ZLP, stopa ZPL, stopa ZPP, pos driver.

Can someone help me with my config file, ive been trying to work on my animation but it doesnt seem to want to rotate or anything.

I would also like to know how to make an option in a building where i can sound an alarm. (eg.. Sound Alarm (On/Off) )

Edited by striker(PANDA)

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  

×