(10-03-2014, 07:13 AM)slickx Wrote: Nan can you explain how the game knows the mass of the whole car? because i would like to set that too
Does adding Mass to wheels affect the way the car is working? (from my testing does not show to be changing anything )
Default wheel mass and moment of inertia is calculated from wheel dimensions. You can override it with you own mass value.
The total mass is the sum of all masses in car file + the calculated wheel masses (if you don't override them).
To see current mass you should enable the debug option:
vdrift -debug
On windows:
Right click vdrift.exe -> Create Shortcut
Right click the created shortcut and add debug parameter: Properties -> Target: <path>\vdrift.exe -debug
Start the game using the shortcut
I'll upload a new build soon (tomorrow) that allows to enable debug info from the GUI.
PS:
We really need a better way to provide car (mass, power, etc) and track (length, type) info.