Problem UCGO car wheels don't spin

Loru

Retired Staff Member
Retired Staff
Addon Developer
Donator
Joined
Sep 30, 2008
Messages
3,731
Reaction score
6
Points
36
Location
Warsaw
I've developed a simple fire truck based on UCGO cfg file but after testing it in orbiter I've noticed that rear wheel don't spin.

I've read the manual and all seems to be ok with .cfg but wheels don't spin!

If anyone can look at this WIP project and tell me what's wrong with it (beside ugly texture of course)
 

Starshipexplorer

New member
Joined
Mar 25, 2008
Messages
199
Reaction score
0
Points
0
Location
Fairview NC
hi Loru. I noticed that in your .cfg, you have a double - (minus) at the co-ordinates of the rear wheels:

AxeRearWheel = 0 --0.25 0.1 ; Rear wheels axle position, vector, format = xx yy zz.
2ndAxeRearWheel = 0 --0.25 -1.9 ; 2nd rear wheels axle position if any, vector, format = xx yy zz.

If you delete so it looks like this :

AxeRearWheel = 0 -0.25 0.1 ; Rear wheels axle position, vector, format = xx yy zz.
2ndAxeRearWheel = 0 -0.25 -1.9 ; 2nd rear wheels axle position if any, vector, format = xx yy zz.

...... both axles turn. Hope this helps :)

BTW...nice vehicle :)
 
Last edited:

Loru

Retired Staff Member
Retired Staff
Addon Developer
Donator
Joined
Sep 30, 2008
Messages
3,731
Reaction score
6
Points
36
Location
Warsaw
Thank you - I didn't noticed that, because of font I had set in notepad
 
Top