Author Topic: Wheels  (Read 873 times)

Can i use two difrent kind of wheels in one vehicle, if i can how?

Not without editing the script.

How do i edit the script, do i change it something like:

Code: [Select]
datablock WheeledVehicleTire(TFordTire)
Thats my orginal datablock, it uses:

Code: [Select]
   shapeFile = "./Twheel.dts";

So could i make another datablock:

Code: [Select]
datablock WheeledVehicleTire(TFordSecondaryTire)
Whic uses difrent shape file:

Code: [Select]
   shapeFile = "./Twheel2.dts";
Is that posible?

Edit: and i this belongs into more coding help, sorry.
« Last Edit: August 31, 2008, 11:54:39 AM by anybody »

You'd need to specify which tire datablock belongs on each node.

A vehicle may only have one type of tyre since there is only one field for them in the vehicle datablock.

Thats too bad, i was hoping this to be posible :|


A Model T, wanted to make the back wheels into a one wheel connected whit a axel but w/e.

 :cookieMonster:

EDIT: What about console commands i saw some one change individual tires whit em?