Add angular Z-drag

This commit is contained in:
Fierelier 2022-10-29 15:16:49 +02:00
parent b179be68c1
commit 1193b363ec
3 changed files with 536 additions and 420 deletions

View File

@ -5,4 +5,5 @@ update_field rigidbodyspecs racers GROUND_MOMENT_SCALE X 1.0
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE Y 4
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE Z 10
update_field rigidbodyspecs racers GROUND_FRICTION[0] 0.0
update_field rigidbodyspecs racers GROUND_FRICTION[1] 0.0
update_field rigidbodyspecs racers GROUND_FRICTION[1] 0.0
update_field rigidbodyspecs racers DRAG_ANGULAR Z 100

File diff suppressed because it is too large Load Diff

View File

@ -271,6 +271,7 @@ update_field rigidbodyspecs racers GROUND_MOMENT_SCALE Y 4
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE Z 10
update_field rigidbodyspecs racers GROUND_FRICTION[0] 0.0
update_field rigidbodyspecs racers GROUND_FRICTION[1] 0.0
update_field rigidbodyspecs racers DRAG_ANGULAR Z 100
### NO ARTIFICIAL BODY ROLL ###
update_field ecar replaceme BodyDive DegPerG 0
@ -380,7 +381,7 @@ update_field chassis replaceme_top ROLL_CENTER 5
update_field pvehicle replaceme TENSOR_SCALE X 2.0
update_field pvehicle replaceme TENSOR_SCALE Y 2.0
update_field pvehicle replaceme TENSOR_SCALE Z 2.0
update_field pvehicle replaceme TENSOR_SCALE Z 1.5
### NO SWAYBARS ###
update_field chassis replaceme SWAYBAR_STIFFNESS Front -100
@ -449,8 +450,8 @@ topBias = {
"murcielago": 0.3,
"mustanggt": 0.1,
"punto": 0.2,
"rx7": 0.35,
"rx8": 0.4,
"rx7": 0.3,
"rx8": 0.2,
"sl500": 0.5,
"sl65": 0.4,
"slr": 0.6,