Tractor config

From Suf

(Difference between revisions)
(An Example Tractor)
Line 17: Line 17:
  WHEEL
  WHEEL
  -6 1 -8,true,false,6.0,Example_B.mesh
  -6 1 -8,true,false,6.0,Example_B.mesh
 +
 +
It might look scary, but once you know what it does, you will be fine!
 +
 +
ExampleTractor.mesh,Example_COLL.mesh,7500,0 -10 3
 +
 +
On this line we;
 +
Set the model of the tractor, The model that everybody sees
 +
Set the collision model of the tractor, this is what collides with everything.

Revision as of 19:37, 17 November 2007

An Example Tractor

Let's take a look at a basic tractor file:

ExampleTractor.mesh,Example_COLL.mesh,7500,0 -10 3
ENGINE
0.1
CAM
0 12 -6,0 15 -10
HOOK
0 0 -15
WHEEL
6 0 10,false,true,5.0,Example_F.mesh
WHEEL
-6 0 10,false,true,5.0,Example_F.mesh
WHEEL
6 1 -8,true,false,6.0,Example_B.mesh
WHEEL
-6 1 -8,true,false,6.0,Example_B.mesh

It might look scary, but once you know what it does, you will be fine!

ExampleTractor.mesh,Example_COLL.mesh,7500,0 -10 3

On this line we; Set the model of the tractor, The model that everybody sees Set the collision model of the tractor, this is what collides with everything.

Personal tools