Mikero/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
<hr>
<hr>


===ClassCfgVehicles===
===cfgNonAiVehicles===
 
<hr>
====A====
====A====
 
avgHeight = 10;
acceleration = 7;
  airFriction2[] = {25,12,2.500000};
  airFriction1[] = {1500,700,100};
  airFriction0[] = {40,20,60};<hr>
====B====
<hr>
====C====
canBeShot = 1;
<hr>
====F====
=====flySound=====
flySound[] = {"\ca\Animals\Sound\fly.wss",0.000000,1,1};// can be ""
<hr>
====M====
maxHeight = 50;
model = "";
minHeight = 5;
minSpeed = -0.500000; range 0->1
maxSpeed = 20;
model = "\ca\animals\racekT.p3d";
<hr>
====R====
reversed = 0;
<hr>
====S====
scope = 0;
simulation = "SeaGull";
straightDistance = 50;
singSound[] = {"",0.031623,1,1};
<hr>
<hr>
====B====
====T====
turning = 1;
<hr>
<hr>

Revision as of 05:42, 30 June 2006


Intro

ADDONS COMREF

This details the token verbs available in config.cpp for addons.


cfgNonAiVehicles


A

avgHeight = 10; acceleration = 7;

 airFriction2[] = {25,12,2.500000};
 airFriction1[] = {1500,700,100};

airFriction0[] = {40,20,60};


B


C

canBeShot = 1;


F

flySound

flySound[] = {"\ca\Animals\Sound\fly.wss",0.000000,1,1};// can be ""


M

maxHeight = 50; model = ""; minHeight = 5; minSpeed = -0.500000; range 0->1 maxSpeed = 20; model = "\ca\animals\racekT.p3d";


R

reversed = 0;


S

scope = 0; simulation = "SeaGull"; straightDistance = 50; singSound[] = {"",0.031623,1,1};


T

turning = 1;