05-17-2013, 02:48 PM,
|
|
CrystalH
Member
|
Posts: 113
Threads: 9
Joined: Feb 2010
|
|
RE: Directional stability
Sounds cool.
So does this mean the new tire model is now better than the older one and it will be used ?
So far I've seen it has fewer parameter for curve generation but much more for combining both. I guess that similar cuvers can be generated right ?
Can you tell what changes in terms of cars handling and game feel ? Any idea how that relates to gravel ?
I've understood only few parameters in Pacejka's Magic Formula and it still feels magic to me I mosly had this problem that there were many parameters, but none of them was changing what I wanted.
|
|
05-18-2013, 05:21 AM,
(This post was last modified: 05-18-2013, 06:03 AM by NaN.)
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
RE: Directional stability
The new model is strictly optional. You have to compile with VDRIFTN define to enable it. It is better in the sense that it is using a data set from a tire manufacturer and includes combined forces. So if anything is behaving incorrectly I can at least be sure that the tire forces are correct. My ultimate dream is to reduce parameter tweaking as much as possible, just plug in some realistic values and get somewhat realistic car behavior.
It has got more parameters, but at least the naming is more logical. The aligning torque is a bit too complex now imho, still don't fully understand what they are doing there. But I guess it is a rather complex effect, thus the complex model.
The handling will ultimately depend on the parameters. The data I've got has less grip and a bit lower ideal slip angle, but better combined handling in general I think (full combined model vs beckman).
To get a better feeling for the parameters I am trying to look at the main variables (this is better with the new model):
Example old model Fx = D * sin(C * atan(B * S - E * (B * S - atan(B * S))))
D(b1, b2): Peak factor, force maximum (scales Fx)
C(b0): Shape factor, falloff after peak
B(b3, b4, b5): Stiffness factor, slope towards peak
E(b6, b7, b8): Curvature factor, width/smoothness of the peak
I think you could get away with a simpler model, by using fixed C, B, E. But with D(b1,b2) as the force should scale with tire load.
I am not sure what is the best way to deal with gravel. I remember seeing some curves in a paper, will see if I can find it. I think it had reduced slope, smooth peak with low falloff (or almost no peak). Should result in quite slippy but smooth handling I guess.
I'll upload my tire tools soon. They allow to load a reference data set, which I found quite helpful when tweaking values. And I have got a version which allows loading old tire data as reference to compare it with the new model.
|
|
05-18-2013, 10:37 AM,
|
|
ghiboz
Junior Member
|
Posts: 44
Threads: 14
Joined: Jun 2008
|
|
RE: Directional stability
great news this... and to test the VDRIFTN define, have you got a sample tire parameters?
|
|
05-18-2013, 11:16 AM,
(This post was last modified: 05-18-2013, 11:18 AM by NaN.)
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
RE: Directional stability
(05-18-2013, 10:37 AM)ghiboz Wrote: great news this... and to test the VDRIFTN define, have you got a sample tire parameters?
Pull the latest data. The game will load new tire data sets instead of the old ones when built with VDRIFTN.
There are four sets in data/carparts/tire:
vsim.tiren: original tire data
touring.tiren: a bit more grip, smoother peak compared to vsim
sports.tiren: 20-25% (I think?) more grip than touring
racing.triren: 40-50% more grip than touring
|
|
05-21-2013, 02:21 PM,
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
RE: Directional stability
Tire data editors are available here (for now): https://github.com/logzero/vdrift-tools
Consider them beta quality atm. Parameter limits need adjustments (coeff_min and coeff_max values in the scripts).
|
|
05-21-2013, 05:50 PM,
|
|
ghiboz
Junior Member
|
Posts: 44
Threads: 14
Joined: Jun 2008
|
|
RE: Directional stability
great thing....
a question:
the tiren is the new... tire no? and wich version of python you use? with 3.3 gives some errors loading the files...
|
|
05-22-2013, 07:34 AM,
|
|
ghiboz
Junior Member
|
Posts: 44
Threads: 14
Joined: Jun 2008
|
|
RE: Directional stability
thanks Nan...
last question, the scale of the axis, what is?
|
|
05-24-2013, 02:54 AM,
|
|
ghiboz
Junior Member
|
Posts: 44
Threads: 14
Joined: Jun 2008
|
|
RE: Directional stability
thanks!
http://screencloud.net/v/4YYq
in this, for exaple fy is almost 0.5 or 1.0?
|
|
|