Update handling-overhaul

This commit is contained in:
Fierelier 2023-01-10 11:59:47 +01:00
parent 1bfdad5e5c
commit 661d0c913e
2 changed files with 344 additions and 117 deletions

444
scripts/fier/handling-overhaul.nfsms Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@ -272,8 +272,8 @@ update_field rigidbodyspecs racers WORLD_MOMENT_SCALE Z 10
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE X 1
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE Y 2
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE Z 10
update_field rigidbodyspecs racers GROUND_FRICTION[0] -0.2
update_field rigidbodyspecs racers GROUND_FRICTION[1] -0.2
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 ###
@ -427,7 +427,18 @@ update_field tires replaceme_top DYNAMIC_GRIP Front 1.9
update_field tires replaceme_top DYNAMIC_GRIP Rear 1.9
update_field tires replaceme_top STATIC_GRIP Front 2.5
update_field tires replaceme_top STATIC_GRIP Rear 2.55
update_field rigidbodyspecs racers DRAG_ANGULAR X 1000
update_field rigidbodyspecs racers DRAG_ANGULAR Y 1000
add_field pvehicle racers BEHAVIOR_MECHANIC_RIGIDBODY
update_field pvehicle racers BEHAVIOR_MECHANIC_RIGIDBODY RBCop
update_field chassis replaceme SHOCK_STIFFNESS Front 5
update_field chassis replaceme SHOCK_STIFFNESS Rear 5
update_field chassis replaceme_top SHOCK_STIFFNESS Front 5
update_field chassis replaceme_top SHOCK_STIFFNESS Rear 5
#update_field tires replaceme STATIC_GRIP Rear 1.3
#update_field tires replaceme_top STATIC_GRIP Rear 1.3
\
"""