-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed CG height, moved graphics offset and colliders to compensate, slightly raised inertia, lowered steering lock, diff preload to 0, clutch max torque to 16, default autoclutch on, added front bumper and nassau panel selections, added sharedData values to support that, slightly widened front with RIM_OFFSET, reverted camber LUT, new tire slip curves, lowered tire damping and spring rate and pressure spring gain to compensate, halved FZ0, tweaked dropoff curve, changed CX_MULT and COMBINED_FACTOR, slightly changed thermals, added nassau panel bouncer, added items to 3D model, took more renders, updated version number
- Loading branch information
1 parent
48d35b7
commit a3fc068
Showing
24 changed files
with
841 additions
and
729 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Tire Parameters Configuration | ||
|
||
[front_tire] | ||
REF_M = 1.0 | ||
SLOPE_0 = 1.5 | ||
SLOPE_1 = 2.0 | ||
ADHESION = 250 | ||
X_MULT = 1.35 | ||
SLOPE_X = 0.65 | ||
M_CLAMP = 10 | ||
REF_M = 1.3 | ||
SLOPE_0 = 4 | ||
SLOPE_1 = 7 | ||
ADHESION = 200 | ||
X_MULT = 1.05 | ||
SLOPE_X = 0.95 | ||
M_CLAMP = 6 | ||
|
||
[rear_tire] | ||
REF_M = 1.5 | ||
SLOPE_0 = 1.5 | ||
SLOPE_1 = 2.0 | ||
ADHESION = 250 | ||
REF_M = 1.6 | ||
SLOPE_0 = 4 | ||
SLOPE_1 = 6 | ||
ADHESION = 400 | ||
X_MULT = 1.35 | ||
SLOPE_X = 0.65 | ||
M_CLAMP = 10 | ||
SLOPE_X = 1.4 | ||
M_CLAMP = 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[COLLIDER_0] | ||
CENTRE=0, -0.25, 0.0 ; -- ColliderData in Blender | ||
CENTRE=0, -0.137, 0.0 ; -- ColliderData in Blender | ||
SIZE=0.7, 0.03, 1.55 ; -- ColliderData in Blender | ||
GROUND_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
OTK M6|0 | ||
KG 506|1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
OTK M7|0 | ||
KG 508|1 | ||
EuroDyna|2 |
Oops, something went wrong.