OK, I've got a problem!
I'm trying to make a new track, I've been through all the steps in blender, and when I edit the track on track-editor the track.txt comes like this:
Code:
start position 0 = 142.320312,0.609973,117.210922
start orientation 0 = -179.589294,73.544479,179.951630
cull faces = on
lap sequences = 2
lap sequence 0 = 0.000000,0.000000,0.000000
lap sequence 1 = 0.000000,851.000000,0.000000
non-treaded friction coefficient = 1.000000
treaded friction coefficient = 0.900000
Then, when I try to run VDrift with that track, I get:
Code:
ERROR: No matching orientation xyz for start position 0
Looking into the code, I've notice that VDrift expects the variables "start orientation-xyz" and "start orientation-w", but the track-editor gives "start orientation"
There are some tracks in the download area that gives me the same problem
Any Ideas?