ug2ish-handling/mw/ug2ish-handling.nfsms

3724 lines
159 KiB
Plaintext

game MW
ui_control checkbox new true "New flavor"
ui_text More changes from the original values, makes primarily high-end vehicles a bit more planted.
script scripts\separate-ai-handling.nfsms
# Handling: general/separation
copy_node rigidbodyspecs cars racers ai_racers
update_field pvehicle ai_racers rigidbodyspecs Collection ai_racers
# Handling: general/misc
update_field rigidbodyspecs racers GRAVITY -9.8128
# Handling: general/suspension
update_field rigidbodyspecs racers DRAG_ANGULAR X 200
update_field rigidbodyspecs racers DRAG_ANGULAR Z 1000
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE X 1
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE Z 10
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE W 0
update_field rigidbodyspecs racers GROUND_FRICTION[0] 0
update_field rigidbodyspecs racers GROUND_FRICTION[1] 0
update_field rigidbodyspecs ai_racers GROUND_MOMENT_SCALE X 1
update_field rigidbodyspecs ai_racers GROUND_MOMENT_SCALE Z 10
update_field rigidbodyspecs ai_racers GROUND_MOMENT_SCALE W 0
update_field rigidbodyspecs ai_racers GROUND_FRICTION[0] 0
update_field rigidbodyspecs ai_racers GROUND_FRICTION[1] 0
# Handling: general/tires
update_field rigidbodyspecs racers DRAG_ANGULAR Y 0
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE Y 5
update_field rigidbodyspecs ai_racers GROUND_MOMENT_SCALE Y 5
# Handling: 911gt2/separation
copy_node chassis 911gt2 ai_911gt2
update_field pvehicle ai_911gt2 chassis[0] Collection ai_911gt2
copy_node tires 911gt2 ai_911gt2
update_field pvehicle ai_911gt2 tires[0] Collection ai_911gt2
# Handling: 911gt2/suspension
update_field ecar 911gt2 BodyDive DegPerG 0
update_field ecar 911gt2 BodyDive DegPerSec 0
update_field ecar 911gt2 BodyDive MaxG 0.0
update_field ecar 911gt2 BodyRoll DegPerG 0.0
update_field ecar 911gt2 BodyRoll DegPerSec 0
update_field ecar 911gt2 BodyRoll MaxG 0
update_field ecar 911gt2 BodySquat DegPerG 0
update_field ecar 911gt2 BodySquat DegPerSec 0
update_field ecar 911gt2 BodySquat MaxG 0.0
update_field pvehicle 911gt2 TENSOR_SCALE X 1.2
update_field pvehicle 911gt2 TENSOR_SCALE Z 1.0
update_field pvehicle 911gt2 TENSOR_SCALE W 0.455
update_field chassis 911gt2 ROLL_CENTER 12.6
update_field chassis 911gt2 RIDE_HEIGHT Front 11.66
update_field chassis 911gt2 RIDE_HEIGHT Rear 11.66
update_field chassis 911gt2 SHOCK_BLOWOUT 0.0
update_field chassis 911gt2 SHOCK_DIGRESSION Front 0.23
update_field chassis 911gt2 SHOCK_DIGRESSION Rear 0.26
update_field chassis 911gt2 SHOCK_EXT_STIFFNESS Front 63.400000000000006
update_field chassis 911gt2 SHOCK_EXT_STIFFNESS Rear 59.7
update_field chassis 911gt2 SHOCK_STIFFNESS Front 6.279999999999999
update_field chassis 911gt2 SHOCK_STIFFNESS Rear 6.279999999999999
update_field chassis 911gt2 SHOCK_VALVING Front 5.98
update_field chassis 911gt2 SHOCK_VALVING Rear 6.62
update_field chassis 911gt2 SPRING_PROGRESSION Front 6.6
update_field chassis 911gt2 SPRING_PROGRESSION Rear 6.09
update_field chassis 911gt2 SPRING_STIFFNESS Front 74.0
update_field chassis 911gt2 SPRING_STIFFNESS Rear 74.0
update_field chassis 911gt2 SWAYBAR_STIFFNESS Front 47.4
update_field chassis 911gt2 SWAYBAR_STIFFNESS Rear 54.6
update_field chassis 911gt2 TRAVEL Front 10000.0
update_field chassis 911gt2 TRAVEL Rear 10000.0
update_field chassis 911gt2 AERO_COEFFICIENT 0.135
# Handling: 911gt2/tires
update_field pvehicle 911gt2 TENSOR_SCALE Y 1.5
update_field tires 911gt2 DYNAMIC_GRIP Front 1.76
update_field tires 911gt2 DYNAMIC_GRIP Rear 1.76
update_field tires 911gt2 GRIP_SCALE Front 1.0
update_field tires 911gt2 GRIP_SCALE Rear 1.0
update_field tires 911gt2 STATIC_GRIP Front 12.0
update_field tires 911gt2 STATIC_GRIP Rear 12.0
update_field tires 911gt2 STEERING 0.65
update_field tires 911gt2 YAW_SPEED 0.3
update_field tires 911gt2 YAW_CONTROL[0] 1.0
update_field tires 911gt2 YAW_CONTROL[1] 1.0
update_field tires 911gt2 YAW_CONTROL[2] 1.0
update_field tires 911gt2 YAW_CONTROL[3] 1.0
# Handling: 911turbo/separation
copy_node chassis 911turbo ai_911turbo
copy_node chassis 911turbo_top ai_911turbo_top
update_field pvehicle ai_911turbo chassis[0] Collection ai_911turbo
update_field pvehicle ai_911turbo chassis[1] Collection ai_911turbo_top
copy_node tires 911turbo ai_911turbo
copy_node tires 911turbo_top ai_911turbo_top
update_field pvehicle ai_911turbo tires[0] Collection ai_911turbo
update_field pvehicle ai_911turbo tires[1] Collection ai_911turbo_top
# Handling: 911turbo/suspension
update_field ecar 911turbo BodyDive DegPerG 0
update_field ecar 911turbo BodyDive DegPerSec 0
update_field ecar 911turbo BodyDive MaxG 0.0
update_field ecar 911turbo BodyRoll DegPerG 0.0
update_field ecar 911turbo BodyRoll DegPerSec 0
update_field ecar 911turbo BodyRoll MaxG 0
update_field ecar 911turbo BodySquat DegPerG 0
update_field ecar 911turbo BodySquat DegPerSec 0
update_field ecar 911turbo BodySquat MaxG 0.0
update_field pvehicle 911turbo TENSOR_SCALE X 1.2
update_field pvehicle 911turbo TENSOR_SCALE Z 1.0
update_field pvehicle 911turbo TENSOR_SCALE W 0.455
update_field chassis 911turbo ROLL_CENTER 13.2
update_field chassis 911turbo RIDE_HEIGHT Front 12.32
update_field chassis 911turbo RIDE_HEIGHT Rear 12.32
update_field chassis 911turbo SHOCK_BLOWOUT 0.0
update_field chassis 911turbo SHOCK_DIGRESSION Front 0.21
update_field chassis 911turbo SHOCK_DIGRESSION Rear 0.21999999999999997
update_field chassis 911turbo SHOCK_EXT_STIFFNESS Front 56.8
update_field chassis 911turbo SHOCK_EXT_STIFFNESS Rear 54.4
update_field chassis 911turbo SHOCK_STIFFNESS Front 5.96
update_field chassis 911turbo SHOCK_STIFFNESS Rear 5.96
update_field chassis 911turbo SHOCK_VALVING Front 5.96
update_field chassis 911turbo SHOCK_VALVING Rear 6.24
update_field chassis 911turbo SPRING_PROGRESSION Front 6.2
update_field chassis 911turbo SPRING_PROGRESSION Rear 5.98
update_field chassis 911turbo SPRING_STIFFNESS Front 74.0
update_field chassis 911turbo SPRING_STIFFNESS Rear 74.0
update_field chassis 911turbo SWAYBAR_STIFFNESS Front 44.8
update_field chassis 911turbo SWAYBAR_STIFFNESS Rear 50.2
update_field chassis 911turbo TRAVEL Front 10000.0
update_field chassis 911turbo TRAVEL Rear 10000.0
update_field chassis 911turbo AERO_COEFFICIENT 0.135
update_field chassis 911turbo_top ROLL_CENTER 12
update_field chassis 911turbo_top RIDE_HEIGHT Front 14.3
update_field chassis 911turbo_top RIDE_HEIGHT Rear 14.3
update_field chassis 911turbo_top SHOCK_BLOWOUT 0
update_field chassis 911turbo_top SHOCK_DIGRESSION Front 0.25
update_field chassis 911turbo_top SHOCK_DIGRESSION Rear 0.3
update_field chassis 911turbo_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis 911turbo_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis 911turbo_top SHOCK_STIFFNESS Front 6.6
update_field chassis 911turbo_top SHOCK_STIFFNESS Rear 6.6
update_field chassis 911turbo_top SHOCK_VALVING Front 6
update_field chassis 911turbo_top SHOCK_VALVING Rear 7
update_field chassis 911turbo_top SPRING_PROGRESSION Front 7
update_field chassis 911turbo_top SPRING_PROGRESSION Rear 6.2
update_field chassis 911turbo_top SPRING_STIFFNESS Front 74
update_field chassis 911turbo_top SPRING_STIFFNESS Rear 74
update_field chassis 911turbo_top SWAYBAR_STIFFNESS Front 50
update_field chassis 911turbo_top SWAYBAR_STIFFNESS Rear 59
update_field chassis 911turbo_top TRAVEL Front 10000
update_field chassis 911turbo_top TRAVEL Rear 10000
update_field chassis 911turbo_top AERO_COEFFICIENT 0.135
# Handling: 911turbo/tires
update_field pvehicle 911turbo TENSOR_SCALE Y 1.5
update_field tires 911turbo DYNAMIC_GRIP Front 1.72
update_field tires 911turbo DYNAMIC_GRIP Rear 1.72
update_field tires 911turbo GRIP_SCALE Front 1.0
update_field tires 911turbo GRIP_SCALE Rear 1.0
update_field tires 911turbo STATIC_GRIP Front 12.0
update_field tires 911turbo STATIC_GRIP Rear 12.0
update_field tires 911turbo STEERING 0.65
update_field tires 911turbo YAW_SPEED 0.3
update_field tires 911turbo YAW_CONTROL[0] 1.0
update_field tires 911turbo YAW_CONTROL[1] 1.0
update_field tires 911turbo YAW_CONTROL[2] 1.0
update_field tires 911turbo YAW_CONTROL[3] 1.0
update_field tires 911turbo_top DYNAMIC_GRIP Front 1.8
update_field tires 911turbo_top DYNAMIC_GRIP Rear 1.8
update_field tires 911turbo_top GRIP_SCALE Front 1
update_field tires 911turbo_top GRIP_SCALE Rear 1
update_field tires 911turbo_top STATIC_GRIP Front 12
update_field tires 911turbo_top STATIC_GRIP Rear 12
update_field tires 911turbo_top STEERING 0.65
update_field tires 911turbo_top YAW_SPEED 0.3
update_field tires 911turbo_top YAW_CONTROL[0] 1
update_field tires 911turbo_top YAW_CONTROL[1] 1
update_field tires 911turbo_top YAW_CONTROL[2] 1
update_field tires 911turbo_top YAW_CONTROL[3] 1
# Handling: 997s/separation
copy_node chassis 997s ai_997s
copy_node chassis 997s_top ai_997s_top
update_field pvehicle ai_997s chassis[0] Collection ai_997s
update_field pvehicle ai_997s chassis[1] Collection ai_997s_top
copy_node tires 997s ai_997s
copy_node tires 997s_top ai_997s_top
update_field pvehicle ai_997s tires[0] Collection ai_997s
update_field pvehicle ai_997s tires[1] Collection ai_997s_top
# Handling: 997s/suspension
update_field ecar 997s BodyDive DegPerG 0
update_field ecar 997s BodyDive DegPerSec 0
update_field ecar 997s BodyDive MaxG 0.0
update_field ecar 997s BodyRoll DegPerG 0.0
update_field ecar 997s BodyRoll DegPerSec 0
update_field ecar 997s BodyRoll MaxG 0
update_field ecar 997s BodySquat DegPerG 0
update_field ecar 997s BodySquat DegPerSec 0
update_field ecar 997s BodySquat MaxG 0.0
update_field pvehicle 997s TENSOR_SCALE X 1.2
update_field pvehicle 997s TENSOR_SCALE Z 1.0
update_field pvehicle 997s TENSOR_SCALE W 0.455
update_field chassis 997s ROLL_CENTER 13.2
update_field chassis 997s RIDE_HEIGHT Front 11.0
update_field chassis 997s RIDE_HEIGHT Rear 11.0
update_field chassis 997s SHOCK_BLOWOUT 0.0
update_field chassis 997s SHOCK_DIGRESSION Front 0.21
update_field chassis 997s SHOCK_DIGRESSION Rear 0.21999999999999997
update_field chassis 997s SHOCK_EXT_STIFFNESS Front 56.8
update_field chassis 997s SHOCK_EXT_STIFFNESS Rear 54.4
update_field chassis 997s SHOCK_STIFFNESS Front 5.96
update_field chassis 997s SHOCK_STIFFNESS Rear 5.96
update_field chassis 997s SHOCK_VALVING Front 5.96
update_field chassis 997s SHOCK_VALVING Rear 6.24
update_field chassis 997s SPRING_PROGRESSION Front 6.2
update_field chassis 997s SPRING_PROGRESSION Rear 5.98
update_field chassis 997s SPRING_STIFFNESS Front 74.0
update_field chassis 997s SPRING_STIFFNESS Rear 74.0
update_field chassis 997s SWAYBAR_STIFFNESS Front 44.8
update_field chassis 997s SWAYBAR_STIFFNESS Rear 50.2
update_field chassis 997s TRAVEL Front 10000.0
update_field chassis 997s TRAVEL Rear 10000.0
update_field chassis 997s AERO_COEFFICIENT 0.135
update_field chassis 997s_top ROLL_CENTER 12
update_field chassis 997s_top RIDE_HEIGHT Front 11.0
update_field chassis 997s_top RIDE_HEIGHT Rear 11.0
update_field chassis 997s_top SHOCK_BLOWOUT 0
update_field chassis 997s_top SHOCK_DIGRESSION Front 0.25
update_field chassis 997s_top SHOCK_DIGRESSION Rear 0.3
update_field chassis 997s_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis 997s_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis 997s_top SHOCK_STIFFNESS Front 6.6
update_field chassis 997s_top SHOCK_STIFFNESS Rear 6.6
update_field chassis 997s_top SHOCK_VALVING Front 6
update_field chassis 997s_top SHOCK_VALVING Rear 7
update_field chassis 997s_top SPRING_PROGRESSION Front 7
update_field chassis 997s_top SPRING_PROGRESSION Rear 6.2
update_field chassis 997s_top SPRING_STIFFNESS Front 74
update_field chassis 997s_top SPRING_STIFFNESS Rear 74
update_field chassis 997s_top SWAYBAR_STIFFNESS Front 50
update_field chassis 997s_top SWAYBAR_STIFFNESS Rear 59
update_field chassis 997s_top TRAVEL Front 10000
update_field chassis 997s_top TRAVEL Rear 10000
update_field chassis 997s_top AERO_COEFFICIENT 0.135
# Handling: 997s/tires
update_field pvehicle 997s TENSOR_SCALE Y 1.5
update_field tires 997s DYNAMIC_GRIP Front 1.72
update_field tires 997s DYNAMIC_GRIP Rear 1.72
update_field tires 997s GRIP_SCALE Front 1.0
update_field tires 997s GRIP_SCALE Rear 1.0
update_field tires 997s STATIC_GRIP Front 12.0
update_field tires 997s STATIC_GRIP Rear 12.0
update_field tires 997s STEERING 0.65
update_field tires 997s YAW_SPEED 0.3
update_field tires 997s YAW_CONTROL[0] 1.0
update_field tires 997s YAW_CONTROL[1] 1.0
update_field tires 997s YAW_CONTROL[2] 1.0
update_field tires 997s YAW_CONTROL[3] 1.0
update_field tires 997s_top DYNAMIC_GRIP Front 1.8
update_field tires 997s_top DYNAMIC_GRIP Rear 1.8
update_field tires 997s_top GRIP_SCALE Front 1
update_field tires 997s_top GRIP_SCALE Rear 1
update_field tires 997s_top STATIC_GRIP Front 12
update_field tires 997s_top STATIC_GRIP Rear 12
update_field tires 997s_top STEERING 0.65
update_field tires 997s_top YAW_SPEED 0.3
update_field tires 997s_top YAW_CONTROL[0] 1
update_field tires 997s_top YAW_CONTROL[1] 1
update_field tires 997s_top YAW_CONTROL[2] 1
update_field tires 997s_top YAW_CONTROL[3] 1
# Handling: a3/separation
copy_node chassis a3 ai_a3
copy_node chassis a3_top ai_a3_top
update_field pvehicle ai_a3 chassis[0] Collection ai_a3
update_field pvehicle ai_a3 chassis[1] Collection ai_a3_top
copy_node tires a3 ai_a3
copy_node tires a3_top ai_a3_top
update_field pvehicle ai_a3 tires[0] Collection ai_a3
update_field pvehicle ai_a3 tires[1] Collection ai_a3_top
# Handling: a3/suspension
update_field ecar a3 BodyDive DegPerG 0
update_field ecar a3 BodyDive DegPerSec 0
update_field ecar a3 BodyDive MaxG 0.0
update_field ecar a3 BodyRoll DegPerG 0.0
update_field ecar a3 BodyRoll DegPerSec 0
update_field ecar a3 BodyRoll MaxG 0
update_field ecar a3 BodySquat DegPerG 0
update_field ecar a3 BodySquat DegPerSec 0
update_field ecar a3 BodySquat MaxG 0.0
update_field pvehicle a3 TENSOR_SCALE X 1.2
update_field pvehicle a3 TENSOR_SCALE Z 1.0
update_field pvehicle a3 TENSOR_SCALE W 0.455
update_field chassis a3 ROLL_CENTER 14.4
update_field chassis a3 RIDE_HEIGHT Front 12.76
update_field chassis a3 RIDE_HEIGHT Rear 12.76
update_field chassis a3 SHOCK_BLOWOUT 0.0
update_field chassis a3 SHOCK_DIGRESSION Front 0.16999999999999998
update_field chassis a3 SHOCK_DIGRESSION Rear 0.14
update_field chassis a3 SHOCK_EXT_STIFFNESS Front 43.6
update_field chassis a3 SHOCK_EXT_STIFFNESS Rear 43.8
update_field chassis a3 SHOCK_STIFFNESS Front 5.32
update_field chassis a3 SHOCK_STIFFNESS Rear 5.32
update_field chassis a3 SHOCK_VALVING Front 5.92
update_field chassis a3 SHOCK_VALVING Rear 5.4799999999999995
update_field chassis a3 SPRING_PROGRESSION Front 5.4
update_field chassis a3 SPRING_PROGRESSION Rear 5.760000000000001
update_field chassis a3 SPRING_STIFFNESS Front 74.0
update_field chassis a3 SPRING_STIFFNESS Rear 74.0
update_field chassis a3 SWAYBAR_STIFFNESS Front 39.6
update_field chassis a3 SWAYBAR_STIFFNESS Rear 41.4
update_field chassis a3 TRAVEL Front 10000.0
update_field chassis a3 TRAVEL Rear 10000.0
update_field chassis a3 AERO_COEFFICIENT 0.135
update_field chassis a3_top ROLL_CENTER 12
update_field chassis a3_top RIDE_HEIGHT Front 13.2
update_field chassis a3_top RIDE_HEIGHT Rear 13.2
update_field chassis a3_top SHOCK_BLOWOUT 0
update_field chassis a3_top SHOCK_DIGRESSION Front 0.25
update_field chassis a3_top SHOCK_DIGRESSION Rear 0.3
update_field chassis a3_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis a3_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis a3_top SHOCK_STIFFNESS Front 6.6
update_field chassis a3_top SHOCK_STIFFNESS Rear 6.6
update_field chassis a3_top SHOCK_VALVING Front 6
update_field chassis a3_top SHOCK_VALVING Rear 7
update_field chassis a3_top SPRING_PROGRESSION Front 7
update_field chassis a3_top SPRING_PROGRESSION Rear 6.2
update_field chassis a3_top SPRING_STIFFNESS Front 74
update_field chassis a3_top SPRING_STIFFNESS Rear 74
update_field chassis a3_top SWAYBAR_STIFFNESS Front 50
update_field chassis a3_top SWAYBAR_STIFFNESS Rear 59
update_field chassis a3_top TRAVEL Front 10000
update_field chassis a3_top TRAVEL Rear 10000
update_field chassis a3_top AERO_COEFFICIENT 0.135
# Handling: a3/tires
update_field pvehicle a3 TENSOR_SCALE Y 1.5
update_field tires a3 DYNAMIC_GRIP Front 1.6400000000000001
update_field tires a3 DYNAMIC_GRIP Rear 1.6400000000000001
update_field tires a3 GRIP_SCALE Front 1.0
update_field tires a3 GRIP_SCALE Rear 1.0
update_field tires a3 STATIC_GRIP Front 12.0
update_field tires a3 STATIC_GRIP Rear 12.0
update_field tires a3 STEERING 0.65
update_field tires a3 YAW_SPEED 0.3
update_field tires a3 YAW_CONTROL[0] 1.0
update_field tires a3 YAW_CONTROL[1] 1.0
update_field tires a3 YAW_CONTROL[2] 1.0
update_field tires a3 YAW_CONTROL[3] 1.0
update_field tires a3_top DYNAMIC_GRIP Front 1.8
update_field tires a3_top DYNAMIC_GRIP Rear 1.8
update_field tires a3_top GRIP_SCALE Front 1
update_field tires a3_top GRIP_SCALE Rear 1
update_field tires a3_top STATIC_GRIP Front 12
update_field tires a3_top STATIC_GRIP Rear 12
update_field tires a3_top STEERING 0.65
update_field tires a3_top YAW_SPEED 0.3
update_field tires a3_top YAW_CONTROL[0] 1
update_field tires a3_top YAW_CONTROL[1] 1
update_field tires a3_top YAW_CONTROL[2] 1
update_field tires a3_top YAW_CONTROL[3] 1
# Handling: a4/separation
copy_node chassis a4 ai_a4
copy_node chassis a4_top ai_a4_top
update_field pvehicle ai_a4 chassis[0] Collection ai_a4
update_field pvehicle ai_a4 chassis[1] Collection ai_a4_top
copy_node tires a4 ai_a4
copy_node tires a4_top ai_a4_top
update_field pvehicle ai_a4 tires[0] Collection ai_a4
update_field pvehicle ai_a4 tires[1] Collection ai_a4_top
# Handling: a4/suspension
update_field ecar a4 BodyDive DegPerG 0
update_field ecar a4 BodyDive DegPerSec 0
update_field ecar a4 BodyDive MaxG 0.0
update_field ecar a4 BodyRoll DegPerG 0.0
update_field ecar a4 BodyRoll DegPerSec 0
update_field ecar a4 BodyRoll MaxG 0
update_field ecar a4 BodySquat DegPerG 0
update_field ecar a4 BodySquat DegPerSec 0
update_field ecar a4 BodySquat MaxG 0.0
update_field pvehicle a4 TENSOR_SCALE X 1.2
update_field pvehicle a4 TENSOR_SCALE Z 1.0
update_field pvehicle a4 TENSOR_SCALE W 0.455
update_field chassis a4 ROLL_CENTER 14.4
update_field chassis a4 RIDE_HEIGHT Front 13.64
update_field chassis a4 RIDE_HEIGHT Rear 13.64
update_field chassis a4 SHOCK_BLOWOUT 0.0
update_field chassis a4 SHOCK_DIGRESSION Front 0.16999999999999998
update_field chassis a4 SHOCK_DIGRESSION Rear 0.14
update_field chassis a4 SHOCK_EXT_STIFFNESS Front 43.6
update_field chassis a4 SHOCK_EXT_STIFFNESS Rear 43.8
update_field chassis a4 SHOCK_STIFFNESS Front 5.32
update_field chassis a4 SHOCK_STIFFNESS Rear 5.32
update_field chassis a4 SHOCK_VALVING Front 5.92
update_field chassis a4 SHOCK_VALVING Rear 5.4799999999999995
update_field chassis a4 SPRING_PROGRESSION Front 5.4
update_field chassis a4 SPRING_PROGRESSION Rear 5.760000000000001
update_field chassis a4 SPRING_STIFFNESS Front 74.0
update_field chassis a4 SPRING_STIFFNESS Rear 74.0
update_field chassis a4 SWAYBAR_STIFFNESS Front 39.6
update_field chassis a4 SWAYBAR_STIFFNESS Rear 41.4
update_field chassis a4 TRAVEL Front 10000.0
update_field chassis a4 TRAVEL Rear 10000.0
update_field chassis a4 AERO_COEFFICIENT 0.135
update_field chassis a4_top ROLL_CENTER 12
update_field chassis a4_top RIDE_HEIGHT Front 14.3
update_field chassis a4_top RIDE_HEIGHT Rear 14.3
update_field chassis a4_top SHOCK_BLOWOUT 0
update_field chassis a4_top SHOCK_DIGRESSION Front 0.25
update_field chassis a4_top SHOCK_DIGRESSION Rear 0.3
update_field chassis a4_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis a4_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis a4_top SHOCK_STIFFNESS Front 6.6
update_field chassis a4_top SHOCK_STIFFNESS Rear 6.6
update_field chassis a4_top SHOCK_VALVING Front 6
update_field chassis a4_top SHOCK_VALVING Rear 7
update_field chassis a4_top SPRING_PROGRESSION Front 7
update_field chassis a4_top SPRING_PROGRESSION Rear 6.2
update_field chassis a4_top SPRING_STIFFNESS Front 74
update_field chassis a4_top SPRING_STIFFNESS Rear 74
update_field chassis a4_top SWAYBAR_STIFFNESS Front 50
update_field chassis a4_top SWAYBAR_STIFFNESS Rear 59
update_field chassis a4_top TRAVEL Front 10000
update_field chassis a4_top TRAVEL Rear 10000
update_field chassis a4_top AERO_COEFFICIENT 0.135
# Handling: a4/tires
update_field pvehicle a4 TENSOR_SCALE Y 1.5
update_field tires a4 DYNAMIC_GRIP Front 1.6400000000000001
update_field tires a4 DYNAMIC_GRIP Rear 1.6400000000000001
update_field tires a4 GRIP_SCALE Front 1.0
update_field tires a4 GRIP_SCALE Rear 1.0
update_field tires a4 STATIC_GRIP Front 12.0
update_field tires a4 STATIC_GRIP Rear 12.0
update_field tires a4 STEERING 0.65
update_field tires a4 YAW_SPEED 0.3
update_field tires a4 YAW_CONTROL[0] 1.0
update_field tires a4 YAW_CONTROL[1] 1.0
update_field tires a4 YAW_CONTROL[2] 1.0
update_field tires a4 YAW_CONTROL[3] 1.0
update_field tires a4_top DYNAMIC_GRIP Front 1.8
update_field tires a4_top DYNAMIC_GRIP Rear 1.8
update_field tires a4_top GRIP_SCALE Front 1
update_field tires a4_top GRIP_SCALE Rear 1
update_field tires a4_top STATIC_GRIP Front 12
update_field tires a4_top STATIC_GRIP Rear 12
update_field tires a4_top STEERING 0.65
update_field tires a4_top YAW_SPEED 0.3
update_field tires a4_top YAW_CONTROL[0] 1
update_field tires a4_top YAW_CONTROL[1] 1
update_field tires a4_top YAW_CONTROL[2] 1
update_field tires a4_top YAW_CONTROL[3] 1
# Handling: bmwm3gtr/separation
copy_node chassis bmwm3gtr ai_bmwm3gtr
update_field pvehicle ai_bmwm3gtr chassis[0] Collection ai_bmwm3gtr
copy_node tires bmwm3gtr ai_bmwm3gtr
update_field pvehicle ai_bmwm3gtr tires[0] Collection ai_bmwm3gtr
# Handling: bmwm3gtr/suspension
update_field ecar bmwm3gtr BodyDive DegPerG 0
update_field ecar bmwm3gtr BodyDive DegPerSec 0
update_field ecar bmwm3gtr BodyDive MaxG 0.0
update_field ecar bmwm3gtr BodyRoll DegPerG 0.0
update_field ecar bmwm3gtr BodyRoll DegPerSec 0
update_field ecar bmwm3gtr BodyRoll MaxG 0
update_field ecar bmwm3gtr BodySquat DegPerG 0
update_field ecar bmwm3gtr BodySquat DegPerSec 0
update_field ecar bmwm3gtr BodySquat MaxG 0.0
update_field pvehicle bmwm3gtr TENSOR_SCALE X 1.2
update_field pvehicle bmwm3gtr TENSOR_SCALE Z 1.0
update_field pvehicle bmwm3gtr TENSOR_SCALE W 0.455
update_field chassis bmwm3gtr ROLL_CENTER 12.0
update_field chassis bmwm3gtr RIDE_HEIGHT Front 11.0
update_field chassis bmwm3gtr RIDE_HEIGHT Rear 11.0
update_field chassis bmwm3gtr SHOCK_BLOWOUT 0.0
update_field chassis bmwm3gtr SHOCK_DIGRESSION Front 0.25
update_field chassis bmwm3gtr SHOCK_DIGRESSION Rear 0.3
update_field chassis bmwm3gtr SHOCK_EXT_STIFFNESS Front 70.0
update_field chassis bmwm3gtr SHOCK_EXT_STIFFNESS Rear 65.0
update_field chassis bmwm3gtr SHOCK_STIFFNESS Front 6.6
update_field chassis bmwm3gtr SHOCK_STIFFNESS Rear 6.6
update_field chassis bmwm3gtr SHOCK_VALVING Front 6.0
update_field chassis bmwm3gtr SHOCK_VALVING Rear 7.0
update_field chassis bmwm3gtr SPRING_PROGRESSION Front 7.0
update_field chassis bmwm3gtr SPRING_PROGRESSION Rear 6.2
update_field chassis bmwm3gtr SPRING_STIFFNESS Front 74.0
update_field chassis bmwm3gtr SPRING_STIFFNESS Rear 74.0
update_field chassis bmwm3gtr SWAYBAR_STIFFNESS Front 50.0
update_field chassis bmwm3gtr SWAYBAR_STIFFNESS Rear 59.0
update_field chassis bmwm3gtr TRAVEL Front 10000.0
update_field chassis bmwm3gtr TRAVEL Rear 10000.0
update_field chassis bmwm3gtr AERO_COEFFICIENT 0.135
# Handling: bmwm3gtr/tires
update_field pvehicle bmwm3gtr TENSOR_SCALE Y 1.5
update_field tires bmwm3gtr DYNAMIC_GRIP Front 1.8
update_field tires bmwm3gtr DYNAMIC_GRIP Rear 1.8
update_field tires bmwm3gtr GRIP_SCALE Front 1.0
update_field tires bmwm3gtr GRIP_SCALE Rear 1.0
update_field tires bmwm3gtr STATIC_GRIP Front 12.0
update_field tires bmwm3gtr STATIC_GRIP Rear 12.0
update_field tires bmwm3gtr STEERING 0.65
update_field tires bmwm3gtr YAW_SPEED 0.3
update_field tires bmwm3gtr YAW_CONTROL[0] 1.0
update_field tires bmwm3gtr YAW_CONTROL[1] 1.0
update_field tires bmwm3gtr YAW_CONTROL[2] 1.0
update_field tires bmwm3gtr YAW_CONTROL[3] 1.0
# Handling: bmwm3gtre46/separation
copy_node chassis bmwm3gtre46 ai_bmwm3gtre46
update_field pvehicle ai_bmwm3gtre46 chassis[0] Collection ai_bmwm3gtre46
copy_node tires bmwm3gtre46 ai_bmwm3gtre46
update_field pvehicle ai_bmwm3gtre46 tires[0] Collection ai_bmwm3gtre46
# Handling: bmwm3gtre46/suspension
update_field ecar bmwm3gtre46 BodyDive DegPerG 0
update_field ecar bmwm3gtre46 BodyDive DegPerSec 0
update_field ecar bmwm3gtre46 BodyDive MaxG 0.0
update_field ecar bmwm3gtre46 BodyRoll DegPerG 0.0
update_field ecar bmwm3gtre46 BodyRoll DegPerSec 0
update_field ecar bmwm3gtre46 BodyRoll MaxG 0
update_field ecar bmwm3gtre46 BodySquat DegPerG 0
update_field ecar bmwm3gtre46 BodySquat DegPerSec 0
update_field ecar bmwm3gtre46 BodySquat MaxG 0.0
update_field pvehicle bmwm3gtre46 TENSOR_SCALE X 1.2
update_field pvehicle bmwm3gtre46 TENSOR_SCALE Z 1.0
update_field pvehicle bmwm3gtre46 TENSOR_SCALE W 0.455
update_field chassis bmwm3gtre46 ROLL_CENTER 13.8
update_field chassis bmwm3gtre46 RIDE_HEIGHT Front 11.66
update_field chassis bmwm3gtre46 RIDE_HEIGHT Rear 11.66
update_field chassis bmwm3gtre46 SHOCK_BLOWOUT 0.0
update_field chassis bmwm3gtre46 SHOCK_DIGRESSION Front 0.19
update_field chassis bmwm3gtre46 SHOCK_DIGRESSION Rear 0.18
update_field chassis bmwm3gtre46 SHOCK_EXT_STIFFNESS Front 50.2
update_field chassis bmwm3gtre46 SHOCK_EXT_STIFFNESS Rear 49.1
update_field chassis bmwm3gtre46 SHOCK_STIFFNESS Front 5.64
update_field chassis bmwm3gtre46 SHOCK_STIFFNESS Rear 5.64
update_field chassis bmwm3gtre46 SHOCK_VALVING Front 5.94
update_field chassis bmwm3gtre46 SHOCK_VALVING Rear 5.859999999999999
update_field chassis bmwm3gtre46 SPRING_PROGRESSION Front 5.8
update_field chassis bmwm3gtre46 SPRING_PROGRESSION Rear 5.87
update_field chassis bmwm3gtre46 SPRING_STIFFNESS Front 74.0
update_field chassis bmwm3gtre46 SPRING_STIFFNESS Rear 74.0
update_field chassis bmwm3gtre46 SWAYBAR_STIFFNESS Front 42.2
update_field chassis bmwm3gtre46 SWAYBAR_STIFFNESS Rear 45.8
update_field chassis bmwm3gtre46 TRAVEL Front 10000.0
update_field chassis bmwm3gtre46 TRAVEL Rear 10000.0
update_field chassis bmwm3gtre46 AERO_COEFFICIENT 0.135
# Handling: bmwm3gtre46/tires
update_field pvehicle bmwm3gtre46 TENSOR_SCALE Y 1.5
update_field tires bmwm3gtre46 DYNAMIC_GRIP Front 1.6800000000000002
update_field tires bmwm3gtre46 DYNAMIC_GRIP Rear 1.6800000000000002
update_field tires bmwm3gtre46 GRIP_SCALE Front 1.0
update_field tires bmwm3gtre46 GRIP_SCALE Rear 1.0
update_field tires bmwm3gtre46 STATIC_GRIP Front 12.0
update_field tires bmwm3gtre46 STATIC_GRIP Rear 12.0
update_field tires bmwm3gtre46 STEERING 0.65
update_field tires bmwm3gtre46 YAW_SPEED 0.3
update_field tires bmwm3gtre46 YAW_CONTROL[0] 1.0
update_field tires bmwm3gtre46 YAW_CONTROL[1] 1.0
update_field tires bmwm3gtre46 YAW_CONTROL[2] 1.0
update_field tires bmwm3gtre46 YAW_CONTROL[3] 1.0
# Handling: camaro/separation
copy_node chassis camaro ai_camaro
update_field pvehicle ai_camaro chassis[0] Collection ai_camaro
copy_node tires camaro ai_camaro
update_field pvehicle ai_camaro tires[0] Collection ai_camaro
# Handling: camaro/suspension
update_field ecar camaro BodyDive DegPerG 0
update_field ecar camaro BodyDive DegPerSec 0
update_field ecar camaro BodyDive MaxG 0.0
update_field ecar camaro BodyRoll DegPerG 0.0
update_field ecar camaro BodyRoll DegPerSec 0
update_field ecar camaro BodyRoll MaxG 0
update_field ecar camaro BodySquat DegPerG 0
update_field ecar camaro BodySquat DegPerSec 0
update_field ecar camaro BodySquat MaxG 0.0
update_field pvehicle camaro TENSOR_SCALE X 1.2
update_field pvehicle camaro TENSOR_SCALE Z 1.0
update_field pvehicle camaro TENSOR_SCALE W 0.455
update_field chassis camaro ROLL_CENTER 15.0
update_field chassis camaro RIDE_HEIGHT Front 9.9
update_field chassis camaro RIDE_HEIGHT Rear 9.9
update_field chassis camaro SHOCK_BLOWOUT 0.0
update_field chassis camaro SHOCK_DIGRESSION Front 0.15
update_field chassis camaro SHOCK_DIGRESSION Rear 0.1
update_field chassis camaro SHOCK_EXT_STIFFNESS Front 37.0
update_field chassis camaro SHOCK_EXT_STIFFNESS Rear 38.5
update_field chassis camaro SHOCK_STIFFNESS Front 5.0
update_field chassis camaro SHOCK_STIFFNESS Rear 5.0
update_field chassis camaro SHOCK_VALVING Front 5.9
update_field chassis camaro SHOCK_VALVING Rear 5.1
update_field chassis camaro SPRING_PROGRESSION Front 5.0
update_field chassis camaro SPRING_PROGRESSION Rear 5.65
update_field chassis camaro SPRING_STIFFNESS Front 74.0
update_field chassis camaro SPRING_STIFFNESS Rear 74.0
update_field chassis camaro SWAYBAR_STIFFNESS Front 37.0
update_field chassis camaro SWAYBAR_STIFFNESS Rear 37.0
update_field chassis camaro TRAVEL Front 10000.0
update_field chassis camaro TRAVEL Rear 10000.0
update_field chassis camaro AERO_COEFFICIENT 0.135
# Handling: camaro/tires
update_field pvehicle camaro TENSOR_SCALE Y 1.5
update_field tires camaro DYNAMIC_GRIP Front 1.6
update_field tires camaro DYNAMIC_GRIP Rear 1.6
update_field tires camaro GRIP_SCALE Front 1.0
update_field tires camaro GRIP_SCALE Rear 1.0
update_field tires camaro STATIC_GRIP Front 12.0
update_field tires camaro STATIC_GRIP Rear 12.0
update_field tires camaro STEERING 0.65
update_field tires camaro YAW_SPEED 0.3
update_field tires camaro YAW_CONTROL[0] 1.0
update_field tires camaro YAW_CONTROL[1] 1.0
update_field tires camaro YAW_CONTROL[2] 1.0
update_field tires camaro YAW_CONTROL[3] 1.0
# Handling: carreragt/separation
copy_node chassis carreragt ai_carreragt
copy_node chassis carreragt_top ai_carreragt_top
update_field pvehicle ai_carreragt chassis[0] Collection ai_carreragt
update_field pvehicle ai_carreragt chassis[1] Collection ai_carreragt_top
copy_node tires carreragt ai_carreragt
copy_node tires carreragt_top ai_carreragt_top
update_field pvehicle ai_carreragt tires[0] Collection ai_carreragt
update_field pvehicle ai_carreragt tires[1] Collection ai_carreragt_top
# Handling: carreragt/suspension
update_field ecar carreragt BodyDive DegPerG 0
update_field ecar carreragt BodyDive DegPerSec 0
update_field ecar carreragt BodyDive MaxG 0.0
update_field ecar carreragt BodyRoll DegPerG 0.0
update_field ecar carreragt BodyRoll DegPerSec 0
update_field ecar carreragt BodyRoll MaxG 0
update_field ecar carreragt BodySquat DegPerG 0
update_field ecar carreragt BodySquat DegPerSec 0
update_field ecar carreragt BodySquat MaxG 0.0
update_field pvehicle carreragt TENSOR_SCALE X 1.2
update_field pvehicle carreragt TENSOR_SCALE Z 1.0
update_field pvehicle carreragt TENSOR_SCALE W 0.455
update_field chassis carreragt ROLL_CENTER 12.3
update_field chassis carreragt RIDE_HEIGHT Front 11.11
update_field chassis carreragt RIDE_HEIGHT Rear 11.11
update_field chassis carreragt SHOCK_BLOWOUT 0.0
update_field chassis carreragt SHOCK_DIGRESSION Front 0.24
update_field chassis carreragt SHOCK_DIGRESSION Rear 0.28
update_field chassis carreragt SHOCK_EXT_STIFFNESS Front 66.7
update_field chassis carreragt SHOCK_EXT_STIFFNESS Rear 62.35
update_field chassis carreragt SHOCK_STIFFNESS Front 6.4399999999999995
update_field chassis carreragt SHOCK_STIFFNESS Rear 6.4399999999999995
update_field chassis carreragt SHOCK_VALVING Front 5.99
update_field chassis carreragt SHOCK_VALVING Rear 6.8100000000000005
update_field chassis carreragt SPRING_PROGRESSION Front 6.8
update_field chassis carreragt SPRING_PROGRESSION Rear 6.1450000000000005
update_field chassis carreragt SPRING_STIFFNESS Front 74.0
update_field chassis carreragt SPRING_STIFFNESS Rear 74.0
update_field chassis carreragt SWAYBAR_STIFFNESS Front 48.7
update_field chassis carreragt SWAYBAR_STIFFNESS Rear 56.8
update_field chassis carreragt TRAVEL Front 10000.0
update_field chassis carreragt TRAVEL Rear 10000.0
update_field chassis carreragt AERO_COEFFICIENT 0.135
update_field chassis carreragt_top ROLL_CENTER 12
update_field chassis carreragt_top RIDE_HEIGHT Front 12.100000000000001
update_field chassis carreragt_top RIDE_HEIGHT Rear 12.100000000000001
update_field chassis carreragt_top SHOCK_BLOWOUT 0
update_field chassis carreragt_top SHOCK_DIGRESSION Front 0.25
update_field chassis carreragt_top SHOCK_DIGRESSION Rear 0.3
update_field chassis carreragt_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis carreragt_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis carreragt_top SHOCK_STIFFNESS Front 6.6
update_field chassis carreragt_top SHOCK_STIFFNESS Rear 6.6
update_field chassis carreragt_top SHOCK_VALVING Front 6
update_field chassis carreragt_top SHOCK_VALVING Rear 7
update_field chassis carreragt_top SPRING_PROGRESSION Front 7
update_field chassis carreragt_top SPRING_PROGRESSION Rear 6.2
update_field chassis carreragt_top SPRING_STIFFNESS Front 74
update_field chassis carreragt_top SPRING_STIFFNESS Rear 74
update_field chassis carreragt_top SWAYBAR_STIFFNESS Front 50
update_field chassis carreragt_top SWAYBAR_STIFFNESS Rear 59
update_field chassis carreragt_top TRAVEL Front 10000
update_field chassis carreragt_top TRAVEL Rear 10000
update_field chassis carreragt_top AERO_COEFFICIENT 0.135
# Handling: carreragt/tires
update_field pvehicle carreragt TENSOR_SCALE Y 1.5
update_field tires carreragt DYNAMIC_GRIP Front 1.78
update_field tires carreragt DYNAMIC_GRIP Rear 1.78
update_field tires carreragt GRIP_SCALE Front 1.0
update_field tires carreragt GRIP_SCALE Rear 1.0
update_field tires carreragt STATIC_GRIP Front 12.0
update_field tires carreragt STATIC_GRIP Rear 12.0
update_field tires carreragt STEERING 0.65
update_field tires carreragt YAW_SPEED 0.3
update_field tires carreragt YAW_CONTROL[0] 1.0
update_field tires carreragt YAW_CONTROL[1] 1.0
update_field tires carreragt YAW_CONTROL[2] 1.0
update_field tires carreragt YAW_CONTROL[3] 1.0
update_field tires carreragt_top DYNAMIC_GRIP Front 1.8
update_field tires carreragt_top DYNAMIC_GRIP Rear 1.8
update_field tires carreragt_top GRIP_SCALE Front 1
update_field tires carreragt_top GRIP_SCALE Rear 1
update_field tires carreragt_top STATIC_GRIP Front 12
update_field tires carreragt_top STATIC_GRIP Rear 12
update_field tires carreragt_top STEERING 0.65
update_field tires carreragt_top YAW_SPEED 0.3
update_field tires carreragt_top YAW_CONTROL[0] 1
update_field tires carreragt_top YAW_CONTROL[1] 1
update_field tires carreragt_top YAW_CONTROL[2] 1
update_field tires carreragt_top YAW_CONTROL[3] 1
# Handling: caymans/separation
copy_node chassis caymans ai_caymans
copy_node chassis caymans_top ai_caymans_top
update_field pvehicle ai_caymans chassis[0] Collection ai_caymans
update_field pvehicle ai_caymans chassis[1] Collection ai_caymans_top
copy_node tires caymans ai_caymans
copy_node tires caymans_top ai_caymans_top
update_field pvehicle ai_caymans tires[0] Collection ai_caymans
update_field pvehicle ai_caymans tires[1] Collection ai_caymans_top
# Handling: caymans/suspension
update_field ecar caymans BodyDive DegPerG 0
update_field ecar caymans BodyDive DegPerSec 0
update_field ecar caymans BodyDive MaxG 0.0
update_field ecar caymans BodyRoll DegPerG 0.0
update_field ecar caymans BodyRoll DegPerSec 0
update_field ecar caymans BodyRoll MaxG 0
update_field ecar caymans BodySquat DegPerG 0
update_field ecar caymans BodySquat DegPerSec 0
update_field ecar caymans BodySquat MaxG 0.0
update_field pvehicle caymans TENSOR_SCALE X 1.2
update_field pvehicle caymans TENSOR_SCALE Z 1.0
update_field pvehicle caymans TENSOR_SCALE W 0.455
update_field chassis caymans ROLL_CENTER 13.2
update_field chassis caymans RIDE_HEIGHT Front 11.879999999999999
update_field chassis caymans RIDE_HEIGHT Rear 11.879999999999999
update_field chassis caymans SHOCK_BLOWOUT 0.0
update_field chassis caymans SHOCK_DIGRESSION Front 0.21
update_field chassis caymans SHOCK_DIGRESSION Rear 0.21999999999999997
update_field chassis caymans SHOCK_EXT_STIFFNESS Front 56.8
update_field chassis caymans SHOCK_EXT_STIFFNESS Rear 54.4
update_field chassis caymans SHOCK_STIFFNESS Front 5.96
update_field chassis caymans SHOCK_STIFFNESS Rear 5.96
update_field chassis caymans SHOCK_VALVING Front 5.96
update_field chassis caymans SHOCK_VALVING Rear 6.24
update_field chassis caymans SPRING_PROGRESSION Front 6.2
update_field chassis caymans SPRING_PROGRESSION Rear 5.98
update_field chassis caymans SPRING_STIFFNESS Front 74.0
update_field chassis caymans SPRING_STIFFNESS Rear 74.0
update_field chassis caymans SWAYBAR_STIFFNESS Front 44.8
update_field chassis caymans SWAYBAR_STIFFNESS Rear 50.2
update_field chassis caymans TRAVEL Front 10000.0
update_field chassis caymans TRAVEL Rear 10000.0
update_field chassis caymans AERO_COEFFICIENT 0.135
update_field chassis caymans_top ROLL_CENTER 12
update_field chassis caymans_top RIDE_HEIGHT Front 13.2
update_field chassis caymans_top RIDE_HEIGHT Rear 13.2
update_field chassis caymans_top SHOCK_BLOWOUT 0
update_field chassis caymans_top SHOCK_DIGRESSION Front 0.25
update_field chassis caymans_top SHOCK_DIGRESSION Rear 0.3
update_field chassis caymans_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis caymans_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis caymans_top SHOCK_STIFFNESS Front 6.6
update_field chassis caymans_top SHOCK_STIFFNESS Rear 6.6
update_field chassis caymans_top SHOCK_VALVING Front 6
update_field chassis caymans_top SHOCK_VALVING Rear 7
update_field chassis caymans_top SPRING_PROGRESSION Front 7
update_field chassis caymans_top SPRING_PROGRESSION Rear 6.2
update_field chassis caymans_top SPRING_STIFFNESS Front 74
update_field chassis caymans_top SPRING_STIFFNESS Rear 74
update_field chassis caymans_top SWAYBAR_STIFFNESS Front 50
update_field chassis caymans_top SWAYBAR_STIFFNESS Rear 59
update_field chassis caymans_top TRAVEL Front 10000
update_field chassis caymans_top TRAVEL Rear 10000
update_field chassis caymans_top AERO_COEFFICIENT 0.135
# Handling: caymans/tires
update_field pvehicle caymans TENSOR_SCALE Y 1.5
update_field tires caymans DYNAMIC_GRIP Front 1.72
update_field tires caymans DYNAMIC_GRIP Rear 1.72
update_field tires caymans GRIP_SCALE Front 1.0
update_field tires caymans GRIP_SCALE Rear 1.0
update_field tires caymans STATIC_GRIP Front 12.0
update_field tires caymans STATIC_GRIP Rear 12.0
update_field tires caymans STEERING 0.65
update_field tires caymans YAW_SPEED 0.3
update_field tires caymans YAW_CONTROL[0] 1.0
update_field tires caymans YAW_CONTROL[1] 1.0
update_field tires caymans YAW_CONTROL[2] 1.0
update_field tires caymans YAW_CONTROL[3] 1.0
update_field tires caymans_top DYNAMIC_GRIP Front 1.8
update_field tires caymans_top DYNAMIC_GRIP Rear 1.8
update_field tires caymans_top GRIP_SCALE Front 1
update_field tires caymans_top GRIP_SCALE Rear 1
update_field tires caymans_top STATIC_GRIP Front 12
update_field tires caymans_top STATIC_GRIP Rear 12
update_field tires caymans_top STEERING 0.65
update_field tires caymans_top YAW_SPEED 0.3
update_field tires caymans_top YAW_CONTROL[0] 1
update_field tires caymans_top YAW_CONTROL[1] 1
update_field tires caymans_top YAW_CONTROL[2] 1
update_field tires caymans_top YAW_CONTROL[3] 1
# Handling: clio/separation
copy_node chassis clio ai_clio
copy_node chassis clio_top ai_clio_top
update_field pvehicle ai_clio chassis[0] Collection ai_clio
update_field pvehicle ai_clio chassis[1] Collection ai_clio_top
copy_node tires clio ai_clio
copy_node tires clio_top ai_clio_top
update_field pvehicle ai_clio tires[0] Collection ai_clio
update_field pvehicle ai_clio tires[1] Collection ai_clio_top
# Handling: clio/suspension
update_field ecar clio BodyDive DegPerG 0
update_field ecar clio BodyDive DegPerSec 0
update_field ecar clio BodyDive MaxG 0.0
update_field ecar clio BodyRoll DegPerG 0.0
update_field ecar clio BodyRoll DegPerSec 0
update_field ecar clio BodyRoll MaxG 0
update_field ecar clio BodySquat DegPerG 0
update_field ecar clio BodySquat DegPerSec 0
update_field ecar clio BodySquat MaxG 0.0
update_field pvehicle clio TENSOR_SCALE X 1.2
update_field pvehicle clio TENSOR_SCALE Z 1.0
update_field pvehicle clio TENSOR_SCALE W 0.455
update_field chassis clio ROLL_CENTER 14.4
update_field chassis clio RIDE_HEIGHT Front 11.88
update_field chassis clio RIDE_HEIGHT Rear 11.88
update_field chassis clio SHOCK_BLOWOUT 0.0
update_field chassis clio SHOCK_DIGRESSION Front 0.16999999999999998
update_field chassis clio SHOCK_DIGRESSION Rear 0.14
update_field chassis clio SHOCK_EXT_STIFFNESS Front 43.6
update_field chassis clio SHOCK_EXT_STIFFNESS Rear 43.8
update_field chassis clio SHOCK_STIFFNESS Front 5.32
update_field chassis clio SHOCK_STIFFNESS Rear 5.32
update_field chassis clio SHOCK_VALVING Front 5.92
update_field chassis clio SHOCK_VALVING Rear 5.4799999999999995
update_field chassis clio SPRING_PROGRESSION Front 5.4
update_field chassis clio SPRING_PROGRESSION Rear 5.760000000000001
update_field chassis clio SPRING_STIFFNESS Front 74.0
update_field chassis clio SPRING_STIFFNESS Rear 74.0
update_field chassis clio SWAYBAR_STIFFNESS Front 39.6
update_field chassis clio SWAYBAR_STIFFNESS Rear 41.4
update_field chassis clio TRAVEL Front 10000.0
update_field chassis clio TRAVEL Rear 10000.0
update_field chassis clio AERO_COEFFICIENT 0.135
update_field chassis clio_top ROLL_CENTER 12
update_field chassis clio_top RIDE_HEIGHT Front 12.100000000000001
update_field chassis clio_top RIDE_HEIGHT Rear 12.100000000000001
update_field chassis clio_top SHOCK_BLOWOUT 0
update_field chassis clio_top SHOCK_DIGRESSION Front 0.25
update_field chassis clio_top SHOCK_DIGRESSION Rear 0.3
update_field chassis clio_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis clio_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis clio_top SHOCK_STIFFNESS Front 6.6
update_field chassis clio_top SHOCK_STIFFNESS Rear 6.6
update_field chassis clio_top SHOCK_VALVING Front 6
update_field chassis clio_top SHOCK_VALVING Rear 7
update_field chassis clio_top SPRING_PROGRESSION Front 7
update_field chassis clio_top SPRING_PROGRESSION Rear 6.2
update_field chassis clio_top SPRING_STIFFNESS Front 74
update_field chassis clio_top SPRING_STIFFNESS Rear 74
update_field chassis clio_top SWAYBAR_STIFFNESS Front 50
update_field chassis clio_top SWAYBAR_STIFFNESS Rear 59
update_field chassis clio_top TRAVEL Front 10000
update_field chassis clio_top TRAVEL Rear 10000
update_field chassis clio_top AERO_COEFFICIENT 0.135
# Handling: clio/tires
update_field pvehicle clio TENSOR_SCALE Y 1.5
update_field tires clio DYNAMIC_GRIP Front 1.6400000000000001
update_field tires clio DYNAMIC_GRIP Rear 1.6400000000000001
update_field tires clio GRIP_SCALE Front 1.0
update_field tires clio GRIP_SCALE Rear 1.0
update_field tires clio STATIC_GRIP Front 12.0
update_field tires clio STATIC_GRIP Rear 12.0
update_field tires clio STEERING 0.65
update_field tires clio YAW_SPEED 0.3
update_field tires clio YAW_CONTROL[0] 1.0
update_field tires clio YAW_CONTROL[1] 1.0
update_field tires clio YAW_CONTROL[2] 1.0
update_field tires clio YAW_CONTROL[3] 1.0
update_field tires clio_top DYNAMIC_GRIP Front 1.8
update_field tires clio_top DYNAMIC_GRIP Rear 1.8
update_field tires clio_top GRIP_SCALE Front 1
update_field tires clio_top GRIP_SCALE Rear 1
update_field tires clio_top STATIC_GRIP Front 12
update_field tires clio_top STATIC_GRIP Rear 12
update_field tires clio_top STEERING 0.65
update_field tires clio_top YAW_SPEED 0.3
update_field tires clio_top YAW_CONTROL[0] 1
update_field tires clio_top YAW_CONTROL[1] 1
update_field tires clio_top YAW_CONTROL[2] 1
update_field tires clio_top YAW_CONTROL[3] 1
# Handling: clk500/separation
copy_node chassis clk500 ai_clk500
copy_node chassis clk500_top ai_clk500_top
update_field pvehicle ai_clk500 chassis[0] Collection ai_clk500
update_field pvehicle ai_clk500 chassis[1] Collection ai_clk500_top
copy_node tires clk500 ai_clk500
copy_node tires clk500_top ai_clk500_top
update_field pvehicle ai_clk500 tires[0] Collection ai_clk500
update_field pvehicle ai_clk500 tires[1] Collection ai_clk500_top
# Handling: clk500/suspension
update_field ecar clk500 BodyDive DegPerG 0
update_field ecar clk500 BodyDive DegPerSec 0
update_field ecar clk500 BodyDive MaxG 0.0
update_field ecar clk500 BodyRoll DegPerG 0.0
update_field ecar clk500 BodyRoll DegPerSec 0
update_field ecar clk500 BodyRoll MaxG 0
update_field ecar clk500 BodySquat DegPerG 0
update_field ecar clk500 BodySquat DegPerSec 0
update_field ecar clk500 BodySquat MaxG 0.0
update_field pvehicle clk500 TENSOR_SCALE X 1.2
update_field pvehicle clk500 TENSOR_SCALE Z 1.0
update_field pvehicle clk500 TENSOR_SCALE W 0.455
update_field chassis clk500 ROLL_CENTER 14.4
update_field chassis clk500 RIDE_HEIGHT Front 11.88
update_field chassis clk500 RIDE_HEIGHT Rear 11.88
update_field chassis clk500 SHOCK_BLOWOUT 0.0
update_field chassis clk500 SHOCK_DIGRESSION Front 0.16999999999999998
update_field chassis clk500 SHOCK_DIGRESSION Rear 0.14
update_field chassis clk500 SHOCK_EXT_STIFFNESS Front 43.6
update_field chassis clk500 SHOCK_EXT_STIFFNESS Rear 43.8
update_field chassis clk500 SHOCK_STIFFNESS Front 5.32
update_field chassis clk500 SHOCK_STIFFNESS Rear 5.32
update_field chassis clk500 SHOCK_VALVING Front 5.92
update_field chassis clk500 SHOCK_VALVING Rear 5.4799999999999995
update_field chassis clk500 SPRING_PROGRESSION Front 5.4
update_field chassis clk500 SPRING_PROGRESSION Rear 5.760000000000001
update_field chassis clk500 SPRING_STIFFNESS Front 74.0
update_field chassis clk500 SPRING_STIFFNESS Rear 74.0
update_field chassis clk500 SWAYBAR_STIFFNESS Front 39.6
update_field chassis clk500 SWAYBAR_STIFFNESS Rear 41.4
update_field chassis clk500 TRAVEL Front 10000.0
update_field chassis clk500 TRAVEL Rear 10000.0
update_field chassis clk500 AERO_COEFFICIENT 0.135
update_field chassis clk500_top ROLL_CENTER 12
update_field chassis clk500_top RIDE_HEIGHT Front 12.100000000000001
update_field chassis clk500_top RIDE_HEIGHT Rear 12.100000000000001
update_field chassis clk500_top SHOCK_BLOWOUT 0
update_field chassis clk500_top SHOCK_DIGRESSION Front 0.25
update_field chassis clk500_top SHOCK_DIGRESSION Rear 0.3
update_field chassis clk500_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis clk500_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis clk500_top SHOCK_STIFFNESS Front 6.6
update_field chassis clk500_top SHOCK_STIFFNESS Rear 6.6
update_field chassis clk500_top SHOCK_VALVING Front 6
update_field chassis clk500_top SHOCK_VALVING Rear 7
update_field chassis clk500_top SPRING_PROGRESSION Front 7
update_field chassis clk500_top SPRING_PROGRESSION Rear 6.2
update_field chassis clk500_top SPRING_STIFFNESS Front 74
update_field chassis clk500_top SPRING_STIFFNESS Rear 74
update_field chassis clk500_top SWAYBAR_STIFFNESS Front 50
update_field chassis clk500_top SWAYBAR_STIFFNESS Rear 59
update_field chassis clk500_top TRAVEL Front 10000
update_field chassis clk500_top TRAVEL Rear 10000
update_field chassis clk500_top AERO_COEFFICIENT 0.135
# Handling: clk500/tires
update_field pvehicle clk500 TENSOR_SCALE Y 1.5
update_field tires clk500 DYNAMIC_GRIP Front 1.6400000000000001
update_field tires clk500 DYNAMIC_GRIP Rear 1.6400000000000001
update_field tires clk500 GRIP_SCALE Front 1.0
update_field tires clk500 GRIP_SCALE Rear 1.0
update_field tires clk500 STATIC_GRIP Front 12.0
update_field tires clk500 STATIC_GRIP Rear 12.0
update_field tires clk500 STEERING 0.65
update_field tires clk500 YAW_SPEED 0.3
update_field tires clk500 YAW_CONTROL[0] 1.0
update_field tires clk500 YAW_CONTROL[1] 1.0
update_field tires clk500 YAW_CONTROL[2] 1.0
update_field tires clk500 YAW_CONTROL[3] 1.0
update_field tires clk500_top DYNAMIC_GRIP Front 1.8
update_field tires clk500_top DYNAMIC_GRIP Rear 1.8
update_field tires clk500_top GRIP_SCALE Front 1
update_field tires clk500_top GRIP_SCALE Rear 1
update_field tires clk500_top STATIC_GRIP Front 12
update_field tires clk500_top STATIC_GRIP Rear 12
update_field tires clk500_top STEERING 0.65
update_field tires clk500_top YAW_SPEED 0.3
update_field tires clk500_top YAW_CONTROL[0] 1
update_field tires clk500_top YAW_CONTROL[1] 1
update_field tires clk500_top YAW_CONTROL[2] 1
update_field tires clk500_top YAW_CONTROL[3] 1
# Handling: cobaltss/separation
copy_node chassis cobaltss ai_cobaltss
copy_node chassis cobaltss_top ai_cobaltss_top
update_field pvehicle ai_cobaltss chassis[0] Collection ai_cobaltss
update_field pvehicle ai_cobaltss chassis[1] Collection ai_cobaltss_top
copy_node tires cobaltss ai_cobaltss
copy_node tires cobaltss_top ai_cobaltss_top
update_field pvehicle ai_cobaltss tires[0] Collection ai_cobaltss
update_field pvehicle ai_cobaltss tires[1] Collection ai_cobaltss_top
# Handling: cobaltss/suspension
update_field ecar cobaltss BodyDive DegPerG 0
update_field ecar cobaltss BodyDive DegPerSec 0
update_field ecar cobaltss BodyDive MaxG 0.0
update_field ecar cobaltss BodyRoll DegPerG 0.0
update_field ecar cobaltss BodyRoll DegPerSec 0
update_field ecar cobaltss BodyRoll MaxG 0
update_field ecar cobaltss BodySquat DegPerG 0
update_field ecar cobaltss BodySquat DegPerSec 0
update_field ecar cobaltss BodySquat MaxG 0.0
update_field pvehicle cobaltss TENSOR_SCALE X 1.2
update_field pvehicle cobaltss TENSOR_SCALE Z 1.0
update_field pvehicle cobaltss TENSOR_SCALE W 0.455
update_field chassis cobaltss ROLL_CENTER 14.7
update_field chassis cobaltss RIDE_HEIGHT Front 14.465000000000002
update_field chassis cobaltss RIDE_HEIGHT Rear 14.465000000000002
update_field chassis cobaltss SHOCK_BLOWOUT 0.0
update_field chassis cobaltss SHOCK_DIGRESSION Front 0.16
update_field chassis cobaltss SHOCK_DIGRESSION Rear 0.12000000000000001
update_field chassis cobaltss SHOCK_EXT_STIFFNESS Front 40.3
update_field chassis cobaltss SHOCK_EXT_STIFFNESS Rear 41.15
update_field chassis cobaltss SHOCK_STIFFNESS Front 5.16
update_field chassis cobaltss SHOCK_STIFFNESS Rear 5.16
update_field chassis cobaltss SHOCK_VALVING Front 5.91
update_field chassis cobaltss SHOCK_VALVING Rear 5.29
update_field chassis cobaltss SPRING_PROGRESSION Front 5.2
update_field chassis cobaltss SPRING_PROGRESSION Rear 5.705
update_field chassis cobaltss SPRING_STIFFNESS Front 74.0
update_field chassis cobaltss SPRING_STIFFNESS Rear 74.0
update_field chassis cobaltss SWAYBAR_STIFFNESS Front 38.3
update_field chassis cobaltss SWAYBAR_STIFFNESS Rear 39.2
update_field chassis cobaltss TRAVEL Front 10000.0
update_field chassis cobaltss TRAVEL Rear 10000.0
update_field chassis cobaltss AERO_COEFFICIENT 0.135
update_field chassis cobaltss_top ROLL_CENTER 12
update_field chassis cobaltss_top RIDE_HEIGHT Front 14.850000000000001
update_field chassis cobaltss_top RIDE_HEIGHT Rear 14.850000000000001
update_field chassis cobaltss_top SHOCK_BLOWOUT 0
update_field chassis cobaltss_top SHOCK_DIGRESSION Front 0.25
update_field chassis cobaltss_top SHOCK_DIGRESSION Rear 0.3
update_field chassis cobaltss_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis cobaltss_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis cobaltss_top SHOCK_STIFFNESS Front 6.6
update_field chassis cobaltss_top SHOCK_STIFFNESS Rear 6.6
update_field chassis cobaltss_top SHOCK_VALVING Front 6
update_field chassis cobaltss_top SHOCK_VALVING Rear 7
update_field chassis cobaltss_top SPRING_PROGRESSION Front 7
update_field chassis cobaltss_top SPRING_PROGRESSION Rear 6.2
update_field chassis cobaltss_top SPRING_STIFFNESS Front 74
update_field chassis cobaltss_top SPRING_STIFFNESS Rear 74
update_field chassis cobaltss_top SWAYBAR_STIFFNESS Front 50
update_field chassis cobaltss_top SWAYBAR_STIFFNESS Rear 59
update_field chassis cobaltss_top TRAVEL Front 10000
update_field chassis cobaltss_top TRAVEL Rear 10000
update_field chassis cobaltss_top AERO_COEFFICIENT 0.135
# Handling: cobaltss/tires
update_field pvehicle cobaltss TENSOR_SCALE Y 1.5
update_field tires cobaltss DYNAMIC_GRIP Front 1.62
update_field tires cobaltss DYNAMIC_GRIP Rear 1.62
update_field tires cobaltss GRIP_SCALE Front 1.0
update_field tires cobaltss GRIP_SCALE Rear 1.0
update_field tires cobaltss STATIC_GRIP Front 12.0
update_field tires cobaltss STATIC_GRIP Rear 12.0
update_field tires cobaltss STEERING 0.65
update_field tires cobaltss YAW_SPEED 0.3
update_field tires cobaltss YAW_CONTROL[0] 1.0
update_field tires cobaltss YAW_CONTROL[1] 1.0
update_field tires cobaltss YAW_CONTROL[2] 1.0
update_field tires cobaltss YAW_CONTROL[3] 1.0
update_field tires cobaltss_top DYNAMIC_GRIP Front 1.8
update_field tires cobaltss_top DYNAMIC_GRIP Rear 1.8
update_field tires cobaltss_top GRIP_SCALE Front 1
update_field tires cobaltss_top GRIP_SCALE Rear 1
update_field tires cobaltss_top STATIC_GRIP Front 12
update_field tires cobaltss_top STATIC_GRIP Rear 12
update_field tires cobaltss_top STEERING 0.65
update_field tires cobaltss_top YAW_SPEED 0.3
update_field tires cobaltss_top YAW_CONTROL[0] 1
update_field tires cobaltss_top YAW_CONTROL[1] 1
update_field tires cobaltss_top YAW_CONTROL[2] 1
update_field tires cobaltss_top YAW_CONTROL[3] 1
# Handling: corvette/separation
copy_node chassis corvette ai_corvette
copy_node chassis corvette_top ai_corvette_top
update_field pvehicle ai_corvette chassis[0] Collection ai_corvette
update_field pvehicle ai_corvette chassis[1] Collection ai_corvette_top
copy_node tires corvette ai_corvette
copy_node tires corvette_top ai_corvette_top
update_field pvehicle ai_corvette tires[0] Collection ai_corvette
update_field pvehicle ai_corvette tires[1] Collection ai_corvette_top
# Handling: corvette/suspension
update_field ecar corvette BodyDive DegPerG 0
update_field ecar corvette BodyDive DegPerSec 0
update_field ecar corvette BodyDive MaxG 0.0
update_field ecar corvette BodyRoll DegPerG 0.0
update_field ecar corvette BodyRoll DegPerSec 0
update_field ecar corvette BodyRoll MaxG 0
update_field ecar corvette BodySquat DegPerG 0
update_field ecar corvette BodySquat DegPerSec 0
update_field ecar corvette BodySquat MaxG 0.0
update_field pvehicle corvette TENSOR_SCALE X 1.2
update_field pvehicle corvette TENSOR_SCALE Z 1.0
update_field pvehicle corvette TENSOR_SCALE W 0.455
update_field chassis corvette ROLL_CENTER 13.8
update_field chassis corvette RIDE_HEIGHT Front 13.639999999999999
update_field chassis corvette RIDE_HEIGHT Rear 13.639999999999999
update_field chassis corvette SHOCK_BLOWOUT 0.0
update_field chassis corvette SHOCK_DIGRESSION Front 0.19
update_field chassis corvette SHOCK_DIGRESSION Rear 0.18
update_field chassis corvette SHOCK_EXT_STIFFNESS Front 50.2
update_field chassis corvette SHOCK_EXT_STIFFNESS Rear 49.1
update_field chassis corvette SHOCK_STIFFNESS Front 5.64
update_field chassis corvette SHOCK_STIFFNESS Rear 5.64
update_field chassis corvette SHOCK_VALVING Front 5.94
update_field chassis corvette SHOCK_VALVING Rear 5.859999999999999
update_field chassis corvette SPRING_PROGRESSION Front 5.8
update_field chassis corvette SPRING_PROGRESSION Rear 5.87
update_field chassis corvette SPRING_STIFFNESS Front 74.0
update_field chassis corvette SPRING_STIFFNESS Rear 74.0
update_field chassis corvette SWAYBAR_STIFFNESS Front 42.2
update_field chassis corvette SWAYBAR_STIFFNESS Rear 45.8
update_field chassis corvette TRAVEL Front 10000.0
update_field chassis corvette TRAVEL Rear 10000.0
update_field chassis corvette AERO_COEFFICIENT 0.135
update_field chassis corvette_top ROLL_CENTER 12
update_field chassis corvette_top RIDE_HEIGHT Front 15.399999999999999
update_field chassis corvette_top RIDE_HEIGHT Rear 15.399999999999999
update_field chassis corvette_top SHOCK_BLOWOUT 0
update_field chassis corvette_top SHOCK_DIGRESSION Front 0.25
update_field chassis corvette_top SHOCK_DIGRESSION Rear 0.3
update_field chassis corvette_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis corvette_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis corvette_top SHOCK_STIFFNESS Front 6.6
update_field chassis corvette_top SHOCK_STIFFNESS Rear 6.6
update_field chassis corvette_top SHOCK_VALVING Front 6
update_field chassis corvette_top SHOCK_VALVING Rear 7
update_field chassis corvette_top SPRING_PROGRESSION Front 7
update_field chassis corvette_top SPRING_PROGRESSION Rear 6.2
update_field chassis corvette_top SPRING_STIFFNESS Front 74
update_field chassis corvette_top SPRING_STIFFNESS Rear 74
update_field chassis corvette_top SWAYBAR_STIFFNESS Front 50
update_field chassis corvette_top SWAYBAR_STIFFNESS Rear 59
update_field chassis corvette_top TRAVEL Front 10000
update_field chassis corvette_top TRAVEL Rear 10000
update_field chassis corvette_top AERO_COEFFICIENT 0.135
# Handling: corvette/tires
update_field pvehicle corvette TENSOR_SCALE Y 1.5
update_field tires corvette DYNAMIC_GRIP Front 1.6800000000000002
update_field tires corvette DYNAMIC_GRIP Rear 1.6800000000000002
update_field tires corvette GRIP_SCALE Front 1.0
update_field tires corvette GRIP_SCALE Rear 1.0
update_field tires corvette STATIC_GRIP Front 12.0
update_field tires corvette STATIC_GRIP Rear 12.0
update_field tires corvette STEERING 0.65
update_field tires corvette YAW_SPEED 0.3
update_field tires corvette YAW_CONTROL[0] 1.0
update_field tires corvette YAW_CONTROL[1] 1.0
update_field tires corvette YAW_CONTROL[2] 1.0
update_field tires corvette YAW_CONTROL[3] 1.0
update_field tires corvette_top DYNAMIC_GRIP Front 1.8
update_field tires corvette_top DYNAMIC_GRIP Rear 1.8
update_field tires corvette_top GRIP_SCALE Front 1
update_field tires corvette_top GRIP_SCALE Rear 1
update_field tires corvette_top STATIC_GRIP Front 12
update_field tires corvette_top STATIC_GRIP Rear 12
update_field tires corvette_top STEERING 0.65
update_field tires corvette_top YAW_SPEED 0.3
update_field tires corvette_top YAW_CONTROL[0] 1
update_field tires corvette_top YAW_CONTROL[1] 1
update_field tires corvette_top YAW_CONTROL[2] 1
update_field tires corvette_top YAW_CONTROL[3] 1
# Handling: corvettec6r/separation
copy_node chassis corvettec6r ai_corvettec6r
update_field pvehicle ai_corvettec6r chassis[0] Collection ai_corvettec6r
copy_node tires corvettec6r ai_corvettec6r
update_field pvehicle ai_corvettec6r tires[0] Collection ai_corvettec6r
# Handling: corvettec6r/suspension
update_field ecar corvettec6r BodyDive DegPerG 0
update_field ecar corvettec6r BodyDive DegPerSec 0
update_field ecar corvettec6r BodyDive MaxG 0.0
update_field ecar corvettec6r BodyRoll DegPerG 0.0
update_field ecar corvettec6r BodyRoll DegPerSec 0
update_field ecar corvettec6r BodyRoll MaxG 0
update_field ecar corvettec6r BodySquat DegPerG 0
update_field ecar corvettec6r BodySquat DegPerSec 0
update_field ecar corvettec6r BodySquat MaxG 0.0
update_field pvehicle corvettec6r TENSOR_SCALE X 1.2
update_field pvehicle corvettec6r TENSOR_SCALE Z 1.0
update_field pvehicle corvettec6r TENSOR_SCALE W 0.455
update_field chassis corvettec6r ROLL_CENTER 12.0
update_field chassis corvettec6r RIDE_HEIGHT Front 11.0
update_field chassis corvettec6r RIDE_HEIGHT Rear 11.0
update_field chassis corvettec6r SHOCK_BLOWOUT 0.0
update_field chassis corvettec6r SHOCK_DIGRESSION Front 0.25
update_field chassis corvettec6r SHOCK_DIGRESSION Rear 0.3
update_field chassis corvettec6r SHOCK_EXT_STIFFNESS Front 70.0
update_field chassis corvettec6r SHOCK_EXT_STIFFNESS Rear 65.0
update_field chassis corvettec6r SHOCK_STIFFNESS Front 6.6
update_field chassis corvettec6r SHOCK_STIFFNESS Rear 6.6
update_field chassis corvettec6r SHOCK_VALVING Front 6.0
update_field chassis corvettec6r SHOCK_VALVING Rear 7.0
update_field chassis corvettec6r SPRING_PROGRESSION Front 7.0
update_field chassis corvettec6r SPRING_PROGRESSION Rear 6.2
update_field chassis corvettec6r SPRING_STIFFNESS Front 74.0
update_field chassis corvettec6r SPRING_STIFFNESS Rear 74.0
update_field chassis corvettec6r SWAYBAR_STIFFNESS Front 50.0
update_field chassis corvettec6r SWAYBAR_STIFFNESS Rear 59.0
update_field chassis corvettec6r TRAVEL Front 10000.0
update_field chassis corvettec6r TRAVEL Rear 10000.0
update_field chassis corvettec6r AERO_COEFFICIENT 0.135
# Handling: corvettec6r/tires
update_field pvehicle corvettec6r TENSOR_SCALE Y 1.5
update_field tires corvettec6r DYNAMIC_GRIP Front 1.8
update_field tires corvettec6r DYNAMIC_GRIP Rear 1.8
update_field tires corvettec6r GRIP_SCALE Front 1.0
update_field tires corvettec6r GRIP_SCALE Rear 1.0
update_field tires corvettec6r STATIC_GRIP Front 12.0
update_field tires corvettec6r STATIC_GRIP Rear 12.0
update_field tires corvettec6r STEERING 0.65
update_field tires corvettec6r YAW_SPEED 0.3
update_field tires corvettec6r YAW_CONTROL[0] 1.0
update_field tires corvettec6r YAW_CONTROL[1] 1.0
update_field tires corvettec6r YAW_CONTROL[2] 1.0
update_field tires corvettec6r YAW_CONTROL[3] 1.0
# Handling: cts/separation
copy_node chassis cts ai_cts
copy_node chassis cts_top ai_cts_top
update_field pvehicle ai_cts chassis[0] Collection ai_cts
update_field pvehicle ai_cts chassis[1] Collection ai_cts_top
copy_node tires cts ai_cts
copy_node tires cts_top ai_cts_top
update_field pvehicle ai_cts tires[0] Collection ai_cts
update_field pvehicle ai_cts tires[1] Collection ai_cts_top
# Handling: cts/suspension
update_field ecar cts BodyDive DegPerG 0
update_field ecar cts BodyDive DegPerSec 0
update_field ecar cts BodyDive MaxG 0.0
update_field ecar cts BodyRoll DegPerG 0.0
update_field ecar cts BodyRoll DegPerSec 0
update_field ecar cts BodyRoll MaxG 0
update_field ecar cts BodySquat DegPerG 0
update_field ecar cts BodySquat DegPerSec 0
update_field ecar cts BodySquat MaxG 0.0
update_field pvehicle cts TENSOR_SCALE X 1.2
update_field pvehicle cts TENSOR_SCALE Z 1.0
update_field pvehicle cts TENSOR_SCALE W 0.455
update_field chassis cts ROLL_CENTER 14.7
update_field chassis cts RIDE_HEIGHT Front 10.01
update_field chassis cts RIDE_HEIGHT Rear 10.01
update_field chassis cts SHOCK_BLOWOUT 0.0
update_field chassis cts SHOCK_DIGRESSION Front 0.16
update_field chassis cts SHOCK_DIGRESSION Rear 0.12000000000000001
update_field chassis cts SHOCK_EXT_STIFFNESS Front 40.3
update_field chassis cts SHOCK_EXT_STIFFNESS Rear 41.15
update_field chassis cts SHOCK_STIFFNESS Front 5.16
update_field chassis cts SHOCK_STIFFNESS Rear 5.16
update_field chassis cts SHOCK_VALVING Front 5.91
update_field chassis cts SHOCK_VALVING Rear 5.29
update_field chassis cts SPRING_PROGRESSION Front 5.2
update_field chassis cts SPRING_PROGRESSION Rear 5.705
update_field chassis cts SPRING_STIFFNESS Front 74.0
update_field chassis cts SPRING_STIFFNESS Rear 74.0
update_field chassis cts SWAYBAR_STIFFNESS Front 38.3
update_field chassis cts SWAYBAR_STIFFNESS Rear 39.2
update_field chassis cts TRAVEL Front 10000.0
update_field chassis cts TRAVEL Rear 10000.0
update_field chassis cts AERO_COEFFICIENT 0.135
update_field chassis cts_top ROLL_CENTER 12
update_field chassis cts_top RIDE_HEIGHT Front 9.9
update_field chassis cts_top RIDE_HEIGHT Rear 9.9
update_field chassis cts_top SHOCK_BLOWOUT 0
update_field chassis cts_top SHOCK_DIGRESSION Front 0.25
update_field chassis cts_top SHOCK_DIGRESSION Rear 0.3
update_field chassis cts_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis cts_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis cts_top SHOCK_STIFFNESS Front 6.6
update_field chassis cts_top SHOCK_STIFFNESS Rear 6.6
update_field chassis cts_top SHOCK_VALVING Front 6
update_field chassis cts_top SHOCK_VALVING Rear 7
update_field chassis cts_top SPRING_PROGRESSION Front 7
update_field chassis cts_top SPRING_PROGRESSION Rear 6.2
update_field chassis cts_top SPRING_STIFFNESS Front 74
update_field chassis cts_top SPRING_STIFFNESS Rear 74
update_field chassis cts_top SWAYBAR_STIFFNESS Front 50
update_field chassis cts_top SWAYBAR_STIFFNESS Rear 59
update_field chassis cts_top TRAVEL Front 10000
update_field chassis cts_top TRAVEL Rear 10000
update_field chassis cts_top AERO_COEFFICIENT 0.135
# Handling: cts/tires
update_field pvehicle cts TENSOR_SCALE Y 1.5
update_field tires cts DYNAMIC_GRIP Front 1.62
update_field tires cts DYNAMIC_GRIP Rear 1.62
update_field tires cts GRIP_SCALE Front 1.0
update_field tires cts GRIP_SCALE Rear 1.0
update_field tires cts STATIC_GRIP Front 12.0
update_field tires cts STATIC_GRIP Rear 12.0
update_field tires cts STEERING 0.65
update_field tires cts YAW_SPEED 0.3
update_field tires cts YAW_CONTROL[0] 1.0
update_field tires cts YAW_CONTROL[1] 1.0
update_field tires cts YAW_CONTROL[2] 1.0
update_field tires cts YAW_CONTROL[3] 1.0
update_field tires cts_top DYNAMIC_GRIP Front 1.8
update_field tires cts_top DYNAMIC_GRIP Rear 1.8
update_field tires cts_top GRIP_SCALE Front 1
update_field tires cts_top GRIP_SCALE Rear 1
update_field tires cts_top STATIC_GRIP Front 12
update_field tires cts_top STATIC_GRIP Rear 12
update_field tires cts_top STEERING 0.65
update_field tires cts_top YAW_SPEED 0.3
update_field tires cts_top YAW_CONTROL[0] 1
update_field tires cts_top YAW_CONTROL[1] 1
update_field tires cts_top YAW_CONTROL[2] 1
update_field tires cts_top YAW_CONTROL[3] 1
# Handling: db9/separation
copy_node chassis db9 ai_db9
copy_node chassis db9_top ai_db9_top
update_field pvehicle ai_db9 chassis[0] Collection ai_db9
update_field pvehicle ai_db9 chassis[1] Collection ai_db9_top
copy_node tires db9 ai_db9
copy_node tires db9_top ai_db9_top
update_field pvehicle ai_db9 tires[0] Collection ai_db9
update_field pvehicle ai_db9 tires[1] Collection ai_db9_top
# Handling: db9/suspension
update_field ecar db9 BodyDive DegPerG 0
update_field ecar db9 BodyDive DegPerSec 0
update_field ecar db9 BodyDive MaxG 0.0
update_field ecar db9 BodyRoll DegPerG 0.0
update_field ecar db9 BodyRoll DegPerSec 0
update_field ecar db9 BodyRoll MaxG 0
update_field ecar db9 BodySquat DegPerG 0
update_field ecar db9 BodySquat DegPerSec 0
update_field ecar db9 BodySquat MaxG 0.0
update_field pvehicle db9 TENSOR_SCALE X 1.2
update_field pvehicle db9 TENSOR_SCALE Z 1.0
update_field pvehicle db9 TENSOR_SCALE W 0.455
update_field chassis db9 ROLL_CENTER 12.9
update_field chassis db9 RIDE_HEIGHT Front 10.67
update_field chassis db9 RIDE_HEIGHT Rear 10.67
update_field chassis db9 SHOCK_BLOWOUT 0.0
update_field chassis db9 SHOCK_DIGRESSION Front 0.21999999999999997
update_field chassis db9 SHOCK_DIGRESSION Rear 0.24
update_field chassis db9 SHOCK_EXT_STIFFNESS Front 60.099999999999994
update_field chassis db9 SHOCK_EXT_STIFFNESS Rear 57.05
update_field chassis db9 SHOCK_STIFFNESS Front 6.119999999999999
update_field chassis db9 SHOCK_STIFFNESS Rear 6.119999999999999
update_field chassis db9 SHOCK_VALVING Front 5.97
update_field chassis db9 SHOCK_VALVING Rear 6.43
update_field chassis db9 SPRING_PROGRESSION Front 6.4
update_field chassis db9 SPRING_PROGRESSION Rear 6.035
update_field chassis db9 SPRING_STIFFNESS Front 74.0
update_field chassis db9 SPRING_STIFFNESS Rear 74.0
update_field chassis db9 SWAYBAR_STIFFNESS Front 46.1
update_field chassis db9 SWAYBAR_STIFFNESS Rear 52.4
update_field chassis db9 TRAVEL Front 10000.0
update_field chassis db9 TRAVEL Rear 10000.0
update_field chassis db9 AERO_COEFFICIENT 0.135
update_field chassis db9_top ROLL_CENTER 12
update_field chassis db9_top RIDE_HEIGHT Front 9.9
update_field chassis db9_top RIDE_HEIGHT Rear 9.9
update_field chassis db9_top SHOCK_BLOWOUT 0
update_field chassis db9_top SHOCK_DIGRESSION Front 0.25
update_field chassis db9_top SHOCK_DIGRESSION Rear 0.3
update_field chassis db9_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis db9_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis db9_top SHOCK_STIFFNESS Front 6.6
update_field chassis db9_top SHOCK_STIFFNESS Rear 6.6
update_field chassis db9_top SHOCK_VALVING Front 6
update_field chassis db9_top SHOCK_VALVING Rear 7
update_field chassis db9_top SPRING_PROGRESSION Front 7
update_field chassis db9_top SPRING_PROGRESSION Rear 6.2
update_field chassis db9_top SPRING_STIFFNESS Front 74
update_field chassis db9_top SPRING_STIFFNESS Rear 74
update_field chassis db9_top SWAYBAR_STIFFNESS Front 50
update_field chassis db9_top SWAYBAR_STIFFNESS Rear 59
update_field chassis db9_top TRAVEL Front 10000
update_field chassis db9_top TRAVEL Rear 10000
update_field chassis db9_top AERO_COEFFICIENT 0.135
# Handling: db9/tires
update_field pvehicle db9 TENSOR_SCALE Y 1.5
update_field tires db9 DYNAMIC_GRIP Front 1.74
update_field tires db9 DYNAMIC_GRIP Rear 1.74
update_field tires db9 GRIP_SCALE Front 1.0
update_field tires db9 GRIP_SCALE Rear 1.0
update_field tires db9 STATIC_GRIP Front 12.0
update_field tires db9 STATIC_GRIP Rear 12.0
update_field tires db9 STEERING 0.65
update_field tires db9 YAW_SPEED 0.3
update_field tires db9 YAW_CONTROL[0] 1.0
update_field tires db9 YAW_CONTROL[1] 1.0
update_field tires db9 YAW_CONTROL[2] 1.0
update_field tires db9 YAW_CONTROL[3] 1.0
update_field tires db9_top DYNAMIC_GRIP Front 1.8
update_field tires db9_top DYNAMIC_GRIP Rear 1.8
update_field tires db9_top GRIP_SCALE Front 1
update_field tires db9_top GRIP_SCALE Rear 1
update_field tires db9_top STATIC_GRIP Front 12
update_field tires db9_top STATIC_GRIP Rear 12
update_field tires db9_top STEERING 0.65
update_field tires db9_top YAW_SPEED 0.3
update_field tires db9_top YAW_CONTROL[0] 1
update_field tires db9_top YAW_CONTROL[1] 1
update_field tires db9_top YAW_CONTROL[2] 1
update_field tires db9_top YAW_CONTROL[3] 1
# Handling: eclipsegt/separation
copy_node chassis eclipsegt ai_eclipsegt
copy_node chassis eclipsegt_top ai_eclipsegt_top
update_field pvehicle ai_eclipsegt chassis[0] Collection ai_eclipsegt
update_field pvehicle ai_eclipsegt chassis[1] Collection ai_eclipsegt_top
copy_node tires eclipsegt ai_eclipsegt
copy_node tires eclipsegt_top ai_eclipsegt_top
update_field pvehicle ai_eclipsegt tires[0] Collection ai_eclipsegt
update_field pvehicle ai_eclipsegt tires[1] Collection ai_eclipsegt_top
# Handling: eclipsegt/suspension
update_field ecar eclipsegt BodyDive DegPerG 0
update_field ecar eclipsegt BodyDive DegPerSec 0
update_field ecar eclipsegt BodyDive MaxG 0.0
update_field ecar eclipsegt BodyRoll DegPerG 0.0
update_field ecar eclipsegt BodyRoll DegPerSec 0
update_field ecar eclipsegt BodyRoll MaxG 0
update_field ecar eclipsegt BodySquat DegPerG 0
update_field ecar eclipsegt BodySquat DegPerSec 0
update_field ecar eclipsegt BodySquat MaxG 0.0
update_field pvehicle eclipsegt TENSOR_SCALE X 1.2
update_field pvehicle eclipsegt TENSOR_SCALE Z 1.0
update_field pvehicle eclipsegt TENSOR_SCALE W 0.455
update_field chassis eclipsegt ROLL_CENTER 13.8
update_field chassis eclipsegt RIDE_HEIGHT Front 12.98
update_field chassis eclipsegt RIDE_HEIGHT Rear 12.98
update_field chassis eclipsegt SHOCK_BLOWOUT 0.0
update_field chassis eclipsegt SHOCK_DIGRESSION Front 0.19
update_field chassis eclipsegt SHOCK_DIGRESSION Rear 0.18
update_field chassis eclipsegt SHOCK_EXT_STIFFNESS Front 50.2
update_field chassis eclipsegt SHOCK_EXT_STIFFNESS Rear 49.1
update_field chassis eclipsegt SHOCK_STIFFNESS Front 5.64
update_field chassis eclipsegt SHOCK_STIFFNESS Rear 5.64
update_field chassis eclipsegt SHOCK_VALVING Front 5.94
update_field chassis eclipsegt SHOCK_VALVING Rear 5.859999999999999
update_field chassis eclipsegt SPRING_PROGRESSION Front 5.8
update_field chassis eclipsegt SPRING_PROGRESSION Rear 5.87
update_field chassis eclipsegt SPRING_STIFFNESS Front 74.0
update_field chassis eclipsegt SPRING_STIFFNESS Rear 74.0
update_field chassis eclipsegt SWAYBAR_STIFFNESS Front 42.2
update_field chassis eclipsegt SWAYBAR_STIFFNESS Rear 45.8
update_field chassis eclipsegt TRAVEL Front 10000.0
update_field chassis eclipsegt TRAVEL Rear 10000.0
update_field chassis eclipsegt AERO_COEFFICIENT 0.135
update_field chassis eclipsegt_top ROLL_CENTER 12
update_field chassis eclipsegt_top RIDE_HEIGHT Front 14.3
update_field chassis eclipsegt_top RIDE_HEIGHT Rear 14.3
update_field chassis eclipsegt_top SHOCK_BLOWOUT 0
update_field chassis eclipsegt_top SHOCK_DIGRESSION Front 0.25
update_field chassis eclipsegt_top SHOCK_DIGRESSION Rear 0.3
update_field chassis eclipsegt_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis eclipsegt_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis eclipsegt_top SHOCK_STIFFNESS Front 6.6
update_field chassis eclipsegt_top SHOCK_STIFFNESS Rear 6.6
update_field chassis eclipsegt_top SHOCK_VALVING Front 6
update_field chassis eclipsegt_top SHOCK_VALVING Rear 7
update_field chassis eclipsegt_top SPRING_PROGRESSION Front 7
update_field chassis eclipsegt_top SPRING_PROGRESSION Rear 6.2
update_field chassis eclipsegt_top SPRING_STIFFNESS Front 74
update_field chassis eclipsegt_top SPRING_STIFFNESS Rear 74
update_field chassis eclipsegt_top SWAYBAR_STIFFNESS Front 50
update_field chassis eclipsegt_top SWAYBAR_STIFFNESS Rear 59
update_field chassis eclipsegt_top TRAVEL Front 10000
update_field chassis eclipsegt_top TRAVEL Rear 10000
update_field chassis eclipsegt_top AERO_COEFFICIENT 0.135
# Handling: eclipsegt/tires
update_field pvehicle eclipsegt TENSOR_SCALE Y 1.5
update_field tires eclipsegt DYNAMIC_GRIP Front 1.6800000000000002
update_field tires eclipsegt DYNAMIC_GRIP Rear 1.6800000000000002
update_field tires eclipsegt GRIP_SCALE Front 1.0
update_field tires eclipsegt GRIP_SCALE Rear 1.0
update_field tires eclipsegt STATIC_GRIP Front 12.0
update_field tires eclipsegt STATIC_GRIP Rear 12.0
update_field tires eclipsegt STEERING 0.65
update_field tires eclipsegt YAW_SPEED 0.3
update_field tires eclipsegt YAW_CONTROL[0] 1.0
update_field tires eclipsegt YAW_CONTROL[1] 1.0
update_field tires eclipsegt YAW_CONTROL[2] 1.0
update_field tires eclipsegt YAW_CONTROL[3] 1.0
update_field tires eclipsegt_top DYNAMIC_GRIP Front 1.8
update_field tires eclipsegt_top DYNAMIC_GRIP Rear 1.8
update_field tires eclipsegt_top GRIP_SCALE Front 1
update_field tires eclipsegt_top GRIP_SCALE Rear 1
update_field tires eclipsegt_top STATIC_GRIP Front 12
update_field tires eclipsegt_top STATIC_GRIP Rear 12
update_field tires eclipsegt_top STEERING 0.65
update_field tires eclipsegt_top YAW_SPEED 0.3
update_field tires eclipsegt_top YAW_CONTROL[0] 1
update_field tires eclipsegt_top YAW_CONTROL[1] 1
update_field tires eclipsegt_top YAW_CONTROL[2] 1
update_field tires eclipsegt_top YAW_CONTROL[3] 1
# Handling: elise/separation
copy_node chassis elise ai_elise
copy_node chassis elise_top ai_elise_top
update_field pvehicle ai_elise chassis[0] Collection ai_elise
update_field pvehicle ai_elise chassis[1] Collection ai_elise_top
copy_node tires elise ai_elise
copy_node tires elise_top ai_elise_top
update_field pvehicle ai_elise tires[0] Collection ai_elise
update_field pvehicle ai_elise tires[1] Collection ai_elise_top
# Handling: elise/suspension
update_field ecar elise BodyDive DegPerG 0
update_field ecar elise BodyDive DegPerSec 0
update_field ecar elise BodyDive MaxG 0.0
update_field ecar elise BodyRoll DegPerG 0.0
update_field ecar elise BodyRoll DegPerSec 0
update_field ecar elise BodyRoll MaxG 0
update_field ecar elise BodySquat DegPerG 0
update_field ecar elise BodySquat DegPerSec 0
update_field ecar elise BodySquat MaxG 0.0
update_field pvehicle elise TENSOR_SCALE X 1.2
update_field pvehicle elise TENSOR_SCALE Z 1.0
update_field pvehicle elise TENSOR_SCALE W 0.455
update_field chassis elise ROLL_CENTER 13.2
update_field chassis elise RIDE_HEIGHT Front 10.56
update_field chassis elise RIDE_HEIGHT Rear 10.56
update_field chassis elise SHOCK_BLOWOUT 0.0
update_field chassis elise SHOCK_DIGRESSION Front 0.21
update_field chassis elise SHOCK_DIGRESSION Rear 0.21999999999999997
update_field chassis elise SHOCK_EXT_STIFFNESS Front 56.8
update_field chassis elise SHOCK_EXT_STIFFNESS Rear 54.4
update_field chassis elise SHOCK_STIFFNESS Front 5.96
update_field chassis elise SHOCK_STIFFNESS Rear 5.96
update_field chassis elise SHOCK_VALVING Front 5.96
update_field chassis elise SHOCK_VALVING Rear 6.24
update_field chassis elise SPRING_PROGRESSION Front 6.2
update_field chassis elise SPRING_PROGRESSION Rear 5.98
update_field chassis elise SPRING_STIFFNESS Front 74.0
update_field chassis elise SPRING_STIFFNESS Rear 74.0
update_field chassis elise SWAYBAR_STIFFNESS Front 44.8
update_field chassis elise SWAYBAR_STIFFNESS Rear 50.2
update_field chassis elise TRAVEL Front 10000.0
update_field chassis elise TRAVEL Rear 10000.0
update_field chassis elise AERO_COEFFICIENT 0.135
update_field chassis elise_top ROLL_CENTER 12
update_field chassis elise_top RIDE_HEIGHT Front 9.9
update_field chassis elise_top RIDE_HEIGHT Rear 9.9
update_field chassis elise_top SHOCK_BLOWOUT 0
update_field chassis elise_top SHOCK_DIGRESSION Front 0.25
update_field chassis elise_top SHOCK_DIGRESSION Rear 0.3
update_field chassis elise_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis elise_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis elise_top SHOCK_STIFFNESS Front 6.6
update_field chassis elise_top SHOCK_STIFFNESS Rear 6.6
update_field chassis elise_top SHOCK_VALVING Front 6
update_field chassis elise_top SHOCK_VALVING Rear 7
update_field chassis elise_top SPRING_PROGRESSION Front 7
update_field chassis elise_top SPRING_PROGRESSION Rear 6.2
update_field chassis elise_top SPRING_STIFFNESS Front 74
update_field chassis elise_top SPRING_STIFFNESS Rear 74
update_field chassis elise_top SWAYBAR_STIFFNESS Front 50
update_field chassis elise_top SWAYBAR_STIFFNESS Rear 59
update_field chassis elise_top TRAVEL Front 10000
update_field chassis elise_top TRAVEL Rear 10000
update_field chassis elise_top AERO_COEFFICIENT 0.135
# Handling: elise/tires
update_field pvehicle elise TENSOR_SCALE Y 1.5
update_field tires elise DYNAMIC_GRIP Front 1.72
update_field tires elise DYNAMIC_GRIP Rear 1.72
update_field tires elise GRIP_SCALE Front 0.88
update_field tires elise GRIP_SCALE Rear 0.88
update_field tires elise STATIC_GRIP Front 12.0
update_field tires elise STATIC_GRIP Rear 12.0
update_field tires elise STEERING 0.65
update_field tires elise YAW_SPEED 0.3
update_field tires elise YAW_CONTROL[0] 1.0
update_field tires elise YAW_CONTROL[1] 1.0
update_field tires elise YAW_CONTROL[2] 1.0
update_field tires elise YAW_CONTROL[3] 1.0
update_field tires elise_top DYNAMIC_GRIP Front 1.8
update_field tires elise_top DYNAMIC_GRIP Rear 1.8
update_field tires elise_top GRIP_SCALE Front 0.7
update_field tires elise_top GRIP_SCALE Rear 0.7
update_field tires elise_top STATIC_GRIP Front 12
update_field tires elise_top STATIC_GRIP Rear 12
update_field tires elise_top STEERING 0.65
update_field tires elise_top YAW_SPEED 0.3
update_field tires elise_top YAW_CONTROL[0] 1
update_field tires elise_top YAW_CONTROL[1] 1
update_field tires elise_top YAW_CONTROL[2] 1
update_field tires elise_top YAW_CONTROL[3] 1
# Handling: fordgt/separation
copy_node chassis fordgt ai_fordgt
copy_node chassis fordgt_top ai_fordgt_top
update_field pvehicle ai_fordgt chassis[0] Collection ai_fordgt
update_field pvehicle ai_fordgt chassis[1] Collection ai_fordgt_top
copy_node tires fordgt ai_fordgt
copy_node tires fordgt_top ai_fordgt_top
update_field pvehicle ai_fordgt tires[0] Collection ai_fordgt
update_field pvehicle ai_fordgt tires[1] Collection ai_fordgt_top
# Handling: fordgt/suspension
update_field ecar fordgt BodyDive DegPerG 0
update_field ecar fordgt BodyDive DegPerSec 0
update_field ecar fordgt BodyDive MaxG 0.0
update_field ecar fordgt BodyRoll DegPerG 0.0
update_field ecar fordgt BodyRoll DegPerSec 0
update_field ecar fordgt BodyRoll MaxG 0
update_field ecar fordgt BodySquat DegPerG 0
update_field ecar fordgt BodySquat DegPerSec 0
update_field ecar fordgt BodySquat MaxG 0.0
update_field pvehicle fordgt TENSOR_SCALE X 1.2
update_field pvehicle fordgt TENSOR_SCALE Z 1.0
update_field pvehicle fordgt TENSOR_SCALE W 0.455
update_field chassis fordgt ROLL_CENTER 13.2
update_field chassis fordgt RIDE_HEIGHT Front 10.120000000000001
update_field chassis fordgt RIDE_HEIGHT Rear 10.120000000000001
update_field chassis fordgt SHOCK_BLOWOUT 0.0
update_field chassis fordgt SHOCK_DIGRESSION Front 0.21
update_field chassis fordgt SHOCK_DIGRESSION Rear 0.21999999999999997
update_field chassis fordgt SHOCK_EXT_STIFFNESS Front 56.8
update_field chassis fordgt SHOCK_EXT_STIFFNESS Rear 54.4
update_field chassis fordgt SHOCK_STIFFNESS Front 5.96
update_field chassis fordgt SHOCK_STIFFNESS Rear 5.96
update_field chassis fordgt SHOCK_VALVING Front 5.96
update_field chassis fordgt SHOCK_VALVING Rear 6.24
update_field chassis fordgt SPRING_PROGRESSION Front 6.2
update_field chassis fordgt SPRING_PROGRESSION Rear 5.98
update_field chassis fordgt SPRING_STIFFNESS Front 74.0
update_field chassis fordgt SPRING_STIFFNESS Rear 74.0
update_field chassis fordgt SWAYBAR_STIFFNESS Front 44.8
update_field chassis fordgt SWAYBAR_STIFFNESS Rear 50.2
update_field chassis fordgt TRAVEL Front 10000.0
update_field chassis fordgt TRAVEL Rear 10000.0
update_field chassis fordgt AERO_COEFFICIENT 0.135
update_field chassis fordgt_top ROLL_CENTER 12
update_field chassis fordgt_top RIDE_HEIGHT Front 8.8
update_field chassis fordgt_top RIDE_HEIGHT Rear 8.8
update_field chassis fordgt_top SHOCK_BLOWOUT 0
update_field chassis fordgt_top SHOCK_DIGRESSION Front 0.25
update_field chassis fordgt_top SHOCK_DIGRESSION Rear 0.3
update_field chassis fordgt_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis fordgt_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis fordgt_top SHOCK_STIFFNESS Front 6.6
update_field chassis fordgt_top SHOCK_STIFFNESS Rear 6.6
update_field chassis fordgt_top SHOCK_VALVING Front 6
update_field chassis fordgt_top SHOCK_VALVING Rear 7
update_field chassis fordgt_top SPRING_PROGRESSION Front 7
update_field chassis fordgt_top SPRING_PROGRESSION Rear 6.2
update_field chassis fordgt_top SPRING_STIFFNESS Front 74
update_field chassis fordgt_top SPRING_STIFFNESS Rear 74
update_field chassis fordgt_top SWAYBAR_STIFFNESS Front 50
update_field chassis fordgt_top SWAYBAR_STIFFNESS Rear 59
update_field chassis fordgt_top TRAVEL Front 10000
update_field chassis fordgt_top TRAVEL Rear 10000
update_field chassis fordgt_top AERO_COEFFICIENT 0.135
# Handling: fordgt/tires
update_field pvehicle fordgt TENSOR_SCALE Y 1.5
update_field tires fordgt DYNAMIC_GRIP Front 1.72
update_field tires fordgt DYNAMIC_GRIP Rear 1.72
update_field tires fordgt GRIP_SCALE Front 1.0
update_field tires fordgt GRIP_SCALE Rear 1.0
update_field tires fordgt STATIC_GRIP Front 12.0
update_field tires fordgt STATIC_GRIP Rear 12.0
update_field tires fordgt STEERING 0.65
update_field tires fordgt YAW_SPEED 0.3
update_field tires fordgt YAW_CONTROL[0] 1.0
update_field tires fordgt YAW_CONTROL[1] 1.0
update_field tires fordgt YAW_CONTROL[2] 1.0
update_field tires fordgt YAW_CONTROL[3] 1.0
update_field tires fordgt_top DYNAMIC_GRIP Front 1.8
update_field tires fordgt_top DYNAMIC_GRIP Rear 1.8
update_field tires fordgt_top GRIP_SCALE Front 1
update_field tires fordgt_top GRIP_SCALE Rear 1
update_field tires fordgt_top STATIC_GRIP Front 12
update_field tires fordgt_top STATIC_GRIP Rear 12
update_field tires fordgt_top STEERING 0.65
update_field tires fordgt_top YAW_SPEED 0.3
update_field tires fordgt_top YAW_CONTROL[0] 1
update_field tires fordgt_top YAW_CONTROL[1] 1
update_field tires fordgt_top YAW_CONTROL[2] 1
update_field tires fordgt_top YAW_CONTROL[3] 1
# Handling: gallardo/separation
copy_node chassis gallardo ai_gallardo
copy_node chassis gallardo_top ai_gallardo_top
update_field pvehicle ai_gallardo chassis[0] Collection ai_gallardo
update_field pvehicle ai_gallardo chassis[1] Collection ai_gallardo_top
copy_node tires gallardo ai_gallardo
copy_node tires gallardo_top ai_gallardo_top
update_field pvehicle ai_gallardo tires[0] Collection ai_gallardo
update_field pvehicle ai_gallardo tires[1] Collection ai_gallardo_top
# Handling: gallardo/suspension
update_field ecar gallardo BodyDive DegPerG 0
update_field ecar gallardo BodyDive DegPerSec 0
update_field ecar gallardo BodyDive MaxG 0.0
update_field ecar gallardo BodyRoll DegPerG 0.0
update_field ecar gallardo BodyRoll DegPerSec 0
update_field ecar gallardo BodyRoll MaxG 0
update_field ecar gallardo BodySquat DegPerG 0
update_field ecar gallardo BodySquat DegPerSec 0
update_field ecar gallardo BodySquat MaxG 0.0
update_field pvehicle gallardo TENSOR_SCALE X 1.2
update_field pvehicle gallardo TENSOR_SCALE Z 1.0
update_field pvehicle gallardo TENSOR_SCALE W 0.455
update_field chassis gallardo ROLL_CENTER 13.2
update_field chassis gallardo RIDE_HEIGHT Front 11.440000000000001
update_field chassis gallardo RIDE_HEIGHT Rear 11.440000000000001
update_field chassis gallardo SHOCK_BLOWOUT 0.0
update_field chassis gallardo SHOCK_DIGRESSION Front 0.21
update_field chassis gallardo SHOCK_DIGRESSION Rear 0.21999999999999997
update_field chassis gallardo SHOCK_EXT_STIFFNESS Front 56.8
update_field chassis gallardo SHOCK_EXT_STIFFNESS Rear 54.4
update_field chassis gallardo SHOCK_STIFFNESS Front 5.96
update_field chassis gallardo SHOCK_STIFFNESS Rear 5.96
update_field chassis gallardo SHOCK_VALVING Front 5.96
update_field chassis gallardo SHOCK_VALVING Rear 6.24
update_field chassis gallardo SPRING_PROGRESSION Front 6.2
update_field chassis gallardo SPRING_PROGRESSION Rear 5.98
update_field chassis gallardo SPRING_STIFFNESS Front 74.0
update_field chassis gallardo SPRING_STIFFNESS Rear 74.0
update_field chassis gallardo SWAYBAR_STIFFNESS Front 44.8
update_field chassis gallardo SWAYBAR_STIFFNESS Rear 50.2
update_field chassis gallardo TRAVEL Front 10000.0
update_field chassis gallardo TRAVEL Rear 10000.0
update_field chassis gallardo AERO_COEFFICIENT 0.135
update_field chassis gallardo_top ROLL_CENTER 12
update_field chassis gallardo_top RIDE_HEIGHT Front 12.100000000000001
update_field chassis gallardo_top RIDE_HEIGHT Rear 12.100000000000001
update_field chassis gallardo_top SHOCK_BLOWOUT 0
update_field chassis gallardo_top SHOCK_DIGRESSION Front 0.25
update_field chassis gallardo_top SHOCK_DIGRESSION Rear 0.3
update_field chassis gallardo_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis gallardo_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis gallardo_top SHOCK_STIFFNESS Front 6.6
update_field chassis gallardo_top SHOCK_STIFFNESS Rear 6.6
update_field chassis gallardo_top SHOCK_VALVING Front 6
update_field chassis gallardo_top SHOCK_VALVING Rear 7
update_field chassis gallardo_top SPRING_PROGRESSION Front 7
update_field chassis gallardo_top SPRING_PROGRESSION Rear 6.2
update_field chassis gallardo_top SPRING_STIFFNESS Front 74
update_field chassis gallardo_top SPRING_STIFFNESS Rear 74
update_field chassis gallardo_top SWAYBAR_STIFFNESS Front 50
update_field chassis gallardo_top SWAYBAR_STIFFNESS Rear 59
update_field chassis gallardo_top TRAVEL Front 10000
update_field chassis gallardo_top TRAVEL Rear 10000
update_field chassis gallardo_top AERO_COEFFICIENT 0.135
# Handling: gallardo/tires
update_field pvehicle gallardo TENSOR_SCALE Y 1.5
update_field tires gallardo DYNAMIC_GRIP Front 1.72
update_field tires gallardo DYNAMIC_GRIP Rear 1.72
update_field tires gallardo GRIP_SCALE Front 1.0
update_field tires gallardo GRIP_SCALE Rear 1.0
update_field tires gallardo STATIC_GRIP Front 12.0
update_field tires gallardo STATIC_GRIP Rear 12.0
update_field tires gallardo STEERING 0.65
update_field tires gallardo YAW_SPEED 0.3
update_field tires gallardo YAW_CONTROL[0] 1.0
update_field tires gallardo YAW_CONTROL[1] 1.0
update_field tires gallardo YAW_CONTROL[2] 1.0
update_field tires gallardo YAW_CONTROL[3] 1.0
update_field tires gallardo_top DYNAMIC_GRIP Front 1.8
update_field tires gallardo_top DYNAMIC_GRIP Rear 1.8
update_field tires gallardo_top GRIP_SCALE Front 1
update_field tires gallardo_top GRIP_SCALE Rear 1
update_field tires gallardo_top STATIC_GRIP Front 12
update_field tires gallardo_top STATIC_GRIP Rear 12
update_field tires gallardo_top STEERING 0.65
update_field tires gallardo_top YAW_SPEED 0.3
update_field tires gallardo_top YAW_CONTROL[0] 1
update_field tires gallardo_top YAW_CONTROL[1] 1
update_field tires gallardo_top YAW_CONTROL[2] 1
update_field tires gallardo_top YAW_CONTROL[3] 1
# Handling: gti/separation
copy_node chassis gti ai_gti
copy_node chassis gti_top ai_gti_top
update_field pvehicle ai_gti chassis[0] Collection ai_gti
update_field pvehicle ai_gti chassis[1] Collection ai_gti_top
copy_node tires gti ai_gti
copy_node tires gti_top ai_gti_top
update_field pvehicle ai_gti tires[0] Collection ai_gti
update_field pvehicle ai_gti tires[1] Collection ai_gti_top
# Handling: gti/suspension
update_field ecar gti BodyDive DegPerG 0
update_field ecar gti BodyDive DegPerSec 0
update_field ecar gti BodyDive MaxG 0.0
update_field ecar gti BodyRoll DegPerG 0.0
update_field ecar gti BodyRoll DegPerSec 0
update_field ecar gti BodyRoll MaxG 0
update_field ecar gti BodySquat DegPerG 0
update_field ecar gti BodySquat DegPerSec 0
update_field ecar gti BodySquat MaxG 0.0
update_field pvehicle gti TENSOR_SCALE X 1.2
update_field pvehicle gti TENSOR_SCALE Z 1.0
update_field pvehicle gti TENSOR_SCALE W 0.455
update_field chassis gti ROLL_CENTER 14.4
update_field chassis gti RIDE_HEIGHT Front 13.64
update_field chassis gti RIDE_HEIGHT Rear 13.64
update_field chassis gti SHOCK_BLOWOUT 0.0
update_field chassis gti SHOCK_DIGRESSION Front 0.16999999999999998
update_field chassis gti SHOCK_DIGRESSION Rear 0.14
update_field chassis gti SHOCK_EXT_STIFFNESS Front 43.6
update_field chassis gti SHOCK_EXT_STIFFNESS Rear 43.8
update_field chassis gti SHOCK_STIFFNESS Front 5.32
update_field chassis gti SHOCK_STIFFNESS Rear 5.32
update_field chassis gti SHOCK_VALVING Front 5.92
update_field chassis gti SHOCK_VALVING Rear 5.4799999999999995
update_field chassis gti SPRING_PROGRESSION Front 5.4
update_field chassis gti SPRING_PROGRESSION Rear 5.760000000000001
update_field chassis gti SPRING_STIFFNESS Front 74.0
update_field chassis gti SPRING_STIFFNESS Rear 74.0
update_field chassis gti SWAYBAR_STIFFNESS Front 39.6
update_field chassis gti SWAYBAR_STIFFNESS Rear 41.4
update_field chassis gti TRAVEL Front 10000.0
update_field chassis gti TRAVEL Rear 10000.0
update_field chassis gti AERO_COEFFICIENT 0.135
update_field chassis gti_top ROLL_CENTER 12
update_field chassis gti_top RIDE_HEIGHT Front 14.3
update_field chassis gti_top RIDE_HEIGHT Rear 14.3
update_field chassis gti_top SHOCK_BLOWOUT 0
update_field chassis gti_top SHOCK_DIGRESSION Front 0.25
update_field chassis gti_top SHOCK_DIGRESSION Rear 0.3
update_field chassis gti_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis gti_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis gti_top SHOCK_STIFFNESS Front 6.6
update_field chassis gti_top SHOCK_STIFFNESS Rear 6.6
update_field chassis gti_top SHOCK_VALVING Front 6
update_field chassis gti_top SHOCK_VALVING Rear 7
update_field chassis gti_top SPRING_PROGRESSION Front 7
update_field chassis gti_top SPRING_PROGRESSION Rear 6.2
update_field chassis gti_top SPRING_STIFFNESS Front 74
update_field chassis gti_top SPRING_STIFFNESS Rear 74
update_field chassis gti_top SWAYBAR_STIFFNESS Front 50
update_field chassis gti_top SWAYBAR_STIFFNESS Rear 59
update_field chassis gti_top TRAVEL Front 10000
update_field chassis gti_top TRAVEL Rear 10000
update_field chassis gti_top AERO_COEFFICIENT 0.135
# Handling: gti/tires
update_field pvehicle gti TENSOR_SCALE Y 1.5
update_field tires gti DYNAMIC_GRIP Front 1.6400000000000001
update_field tires gti DYNAMIC_GRIP Rear 1.6400000000000001
update_field tires gti GRIP_SCALE Front 1.0
update_field tires gti GRIP_SCALE Rear 1.0
update_field tires gti STATIC_GRIP Front 12.0
update_field tires gti STATIC_GRIP Rear 12.0
update_field tires gti STEERING 0.65
update_field tires gti YAW_SPEED 0.3
update_field tires gti YAW_CONTROL[0] 1.0
update_field tires gti YAW_CONTROL[1] 1.0
update_field tires gti YAW_CONTROL[2] 1.0
update_field tires gti YAW_CONTROL[3] 1.0
update_field tires gti_top DYNAMIC_GRIP Front 1.8
update_field tires gti_top DYNAMIC_GRIP Rear 1.8
update_field tires gti_top GRIP_SCALE Front 1
update_field tires gti_top GRIP_SCALE Rear 1
update_field tires gti_top STATIC_GRIP Front 12
update_field tires gti_top STATIC_GRIP Rear 12
update_field tires gti_top STEERING 0.65
update_field tires gti_top YAW_SPEED 0.3
update_field tires gti_top YAW_CONTROL[0] 1
update_field tires gti_top YAW_CONTROL[1] 1
update_field tires gti_top YAW_CONTROL[2] 1
update_field tires gti_top YAW_CONTROL[3] 1
# Handling: gto/separation
copy_node chassis gto ai_gto
copy_node chassis gto_top ai_gto_top
update_field pvehicle ai_gto chassis[0] Collection ai_gto
update_field pvehicle ai_gto chassis[1] Collection ai_gto_top
copy_node tires gto ai_gto
copy_node tires gto_top ai_gto_top
update_field pvehicle ai_gto tires[0] Collection ai_gto
update_field pvehicle ai_gto tires[1] Collection ai_gto_top
# Handling: gto/suspension
update_field ecar gto BodyDive DegPerG 0
update_field ecar gto BodyDive DegPerSec 0
update_field ecar gto BodyDive MaxG 0.0
update_field ecar gto BodyRoll DegPerG 0.0
update_field ecar gto BodyRoll DegPerSec 0
update_field ecar gto BodyRoll MaxG 0
update_field ecar gto BodySquat DegPerG 0
update_field ecar gto BodySquat DegPerSec 0
update_field ecar gto BodySquat MaxG 0.0
update_field pvehicle gto TENSOR_SCALE X 1.2
update_field pvehicle gto TENSOR_SCALE Z 1.0
update_field pvehicle gto TENSOR_SCALE W 0.455
update_field chassis gto ROLL_CENTER 14.7
update_field chassis gto RIDE_HEIGHT Front 13.97
update_field chassis gto RIDE_HEIGHT Rear 13.97
update_field chassis gto SHOCK_BLOWOUT 0.0
update_field chassis gto SHOCK_DIGRESSION Front 0.16
update_field chassis gto SHOCK_DIGRESSION Rear 0.12000000000000001
update_field chassis gto SHOCK_EXT_STIFFNESS Front 40.3
update_field chassis gto SHOCK_EXT_STIFFNESS Rear 41.15
update_field chassis gto SHOCK_STIFFNESS Front 5.16
update_field chassis gto SHOCK_STIFFNESS Rear 5.16
update_field chassis gto SHOCK_VALVING Front 5.91
update_field chassis gto SHOCK_VALVING Rear 5.29
update_field chassis gto SPRING_PROGRESSION Front 5.2
update_field chassis gto SPRING_PROGRESSION Rear 5.705
update_field chassis gto SPRING_STIFFNESS Front 74.0
update_field chassis gto SPRING_STIFFNESS Rear 74.0
update_field chassis gto SWAYBAR_STIFFNESS Front 38.3
update_field chassis gto SWAYBAR_STIFFNESS Rear 39.2
update_field chassis gto TRAVEL Front 10000.0
update_field chassis gto TRAVEL Rear 10000.0
update_field chassis gto AERO_COEFFICIENT 0.135
update_field chassis gto_top ROLL_CENTER 12
update_field chassis gto_top RIDE_HEIGHT Front 14.3
update_field chassis gto_top RIDE_HEIGHT Rear 14.3
update_field chassis gto_top SHOCK_BLOWOUT 0
update_field chassis gto_top SHOCK_DIGRESSION Front 0.25
update_field chassis gto_top SHOCK_DIGRESSION Rear 0.3
update_field chassis gto_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis gto_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis gto_top SHOCK_STIFFNESS Front 6.6
update_field chassis gto_top SHOCK_STIFFNESS Rear 6.6
update_field chassis gto_top SHOCK_VALVING Front 6
update_field chassis gto_top SHOCK_VALVING Rear 7
update_field chassis gto_top SPRING_PROGRESSION Front 7
update_field chassis gto_top SPRING_PROGRESSION Rear 6.2
update_field chassis gto_top SPRING_STIFFNESS Front 74
update_field chassis gto_top SPRING_STIFFNESS Rear 74
update_field chassis gto_top SWAYBAR_STIFFNESS Front 50
update_field chassis gto_top SWAYBAR_STIFFNESS Rear 59
update_field chassis gto_top TRAVEL Front 10000
update_field chassis gto_top TRAVEL Rear 10000
update_field chassis gto_top AERO_COEFFICIENT 0.135
# Handling: gto/tires
update_field pvehicle gto TENSOR_SCALE Y 1.5
update_field tires gto DYNAMIC_GRIP Front 1.62
update_field tires gto DYNAMIC_GRIP Rear 1.62
update_field tires gto GRIP_SCALE Front 1.0
update_field tires gto GRIP_SCALE Rear 1.0
update_field tires gto STATIC_GRIP Front 12.0
update_field tires gto STATIC_GRIP Rear 12.0
update_field tires gto STEERING 0.65
update_field tires gto YAW_SPEED 0.3
update_field tires gto YAW_CONTROL[0] 1.0
update_field tires gto YAW_CONTROL[1] 1.0
update_field tires gto YAW_CONTROL[2] 1.0
update_field tires gto YAW_CONTROL[3] 1.0
update_field tires gto_top DYNAMIC_GRIP Front 1.8
update_field tires gto_top DYNAMIC_GRIP Rear 1.8
update_field tires gto_top GRIP_SCALE Front 1
update_field tires gto_top GRIP_SCALE Rear 1
update_field tires gto_top STATIC_GRIP Front 12
update_field tires gto_top STATIC_GRIP Rear 12
update_field tires gto_top STEERING 0.65
update_field tires gto_top YAW_SPEED 0.3
update_field tires gto_top YAW_CONTROL[0] 1
update_field tires gto_top YAW_CONTROL[1] 1
update_field tires gto_top YAW_CONTROL[2] 1
update_field tires gto_top YAW_CONTROL[3] 1
# Handling: imprezawrx/separation
copy_node chassis imprezawrx ai_imprezawrx
copy_node chassis imprezawrx_top ai_imprezawrx_top
update_field pvehicle ai_imprezawrx chassis[0] Collection ai_imprezawrx
update_field pvehicle ai_imprezawrx chassis[1] Collection ai_imprezawrx_top
copy_node tires imprezawrx ai_imprezawrx
copy_node tires imprezawrx_top ai_imprezawrx_top
update_field pvehicle ai_imprezawrx tires[0] Collection ai_imprezawrx
update_field pvehicle ai_imprezawrx tires[1] Collection ai_imprezawrx_top
# Handling: imprezawrx/suspension
update_field ecar imprezawrx BodyDive DegPerG 0
update_field ecar imprezawrx BodyDive DegPerSec 0
update_field ecar imprezawrx BodyDive MaxG 0.0
update_field ecar imprezawrx BodyRoll DegPerG 0.0
update_field ecar imprezawrx BodyRoll DegPerSec 0
update_field ecar imprezawrx BodyRoll MaxG 0
update_field ecar imprezawrx BodySquat DegPerG 0
update_field ecar imprezawrx BodySquat DegPerSec 0
update_field ecar imprezawrx BodySquat MaxG 0.0
update_field pvehicle imprezawrx TENSOR_SCALE X 1.2
update_field pvehicle imprezawrx TENSOR_SCALE Z 1.0
update_field pvehicle imprezawrx TENSOR_SCALE W 0.455
update_field chassis imprezawrx ROLL_CENTER 13.8
update_field chassis imprezawrx RIDE_HEIGHT Front 11.66
update_field chassis imprezawrx RIDE_HEIGHT Rear 11.66
update_field chassis imprezawrx SHOCK_BLOWOUT 0.0
update_field chassis imprezawrx SHOCK_DIGRESSION Front 0.19
update_field chassis imprezawrx SHOCK_DIGRESSION Rear 0.18
update_field chassis imprezawrx SHOCK_EXT_STIFFNESS Front 50.2
update_field chassis imprezawrx SHOCK_EXT_STIFFNESS Rear 49.1
update_field chassis imprezawrx SHOCK_STIFFNESS Front 5.64
update_field chassis imprezawrx SHOCK_STIFFNESS Rear 5.64
update_field chassis imprezawrx SHOCK_VALVING Front 5.94
update_field chassis imprezawrx SHOCK_VALVING Rear 5.859999999999999
update_field chassis imprezawrx SPRING_PROGRESSION Front 5.8
update_field chassis imprezawrx SPRING_PROGRESSION Rear 5.87
update_field chassis imprezawrx SPRING_STIFFNESS Front 74.0
update_field chassis imprezawrx SPRING_STIFFNESS Rear 74.0
update_field chassis imprezawrx SWAYBAR_STIFFNESS Front 42.2
update_field chassis imprezawrx SWAYBAR_STIFFNESS Rear 45.8
update_field chassis imprezawrx TRAVEL Front 10000.0
update_field chassis imprezawrx TRAVEL Rear 10000.0
update_field chassis imprezawrx AERO_COEFFICIENT 0.135
update_field chassis imprezawrx_top ROLL_CENTER 12
update_field chassis imprezawrx_top RIDE_HEIGHT Front 12.100000000000001
update_field chassis imprezawrx_top RIDE_HEIGHT Rear 12.100000000000001
update_field chassis imprezawrx_top SHOCK_BLOWOUT 0
update_field chassis imprezawrx_top SHOCK_DIGRESSION Front 0.25
update_field chassis imprezawrx_top SHOCK_DIGRESSION Rear 0.3
update_field chassis imprezawrx_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis imprezawrx_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis imprezawrx_top SHOCK_STIFFNESS Front 6.6
update_field chassis imprezawrx_top SHOCK_STIFFNESS Rear 6.6
update_field chassis imprezawrx_top SHOCK_VALVING Front 6
update_field chassis imprezawrx_top SHOCK_VALVING Rear 7
update_field chassis imprezawrx_top SPRING_PROGRESSION Front 7
update_field chassis imprezawrx_top SPRING_PROGRESSION Rear 6.2
update_field chassis imprezawrx_top SPRING_STIFFNESS Front 74
update_field chassis imprezawrx_top SPRING_STIFFNESS Rear 74
update_field chassis imprezawrx_top SWAYBAR_STIFFNESS Front 50
update_field chassis imprezawrx_top SWAYBAR_STIFFNESS Rear 59
update_field chassis imprezawrx_top TRAVEL Front 10000
update_field chassis imprezawrx_top TRAVEL Rear 10000
update_field chassis imprezawrx_top AERO_COEFFICIENT 0.135
# Handling: imprezawrx/tires
update_field pvehicle imprezawrx TENSOR_SCALE Y 1.5
update_field tires imprezawrx DYNAMIC_GRIP Front 1.6800000000000002
update_field tires imprezawrx DYNAMIC_GRIP Rear 1.6800000000000002
update_field tires imprezawrx GRIP_SCALE Front 1.0
update_field tires imprezawrx GRIP_SCALE Rear 1.0
update_field tires imprezawrx STATIC_GRIP Front 12.0
update_field tires imprezawrx STATIC_GRIP Rear 12.0
update_field tires imprezawrx STEERING 0.65
update_field tires imprezawrx YAW_SPEED 0.3
update_field tires imprezawrx YAW_CONTROL[0] 1.0
update_field tires imprezawrx YAW_CONTROL[1] 1.0
update_field tires imprezawrx YAW_CONTROL[2] 1.0
update_field tires imprezawrx YAW_CONTROL[3] 1.0
update_field tires imprezawrx_top DYNAMIC_GRIP Front 1.8
update_field tires imprezawrx_top DYNAMIC_GRIP Rear 1.8
update_field tires imprezawrx_top GRIP_SCALE Front 1
update_field tires imprezawrx_top GRIP_SCALE Rear 1
update_field tires imprezawrx_top STATIC_GRIP Front 12
update_field tires imprezawrx_top STATIC_GRIP Rear 12
update_field tires imprezawrx_top STEERING 0.65
update_field tires imprezawrx_top YAW_SPEED 0.3
update_field tires imprezawrx_top YAW_CONTROL[0] 1
update_field tires imprezawrx_top YAW_CONTROL[1] 1
update_field tires imprezawrx_top YAW_CONTROL[2] 1
update_field tires imprezawrx_top YAW_CONTROL[3] 1
# Handling: is300/separation
copy_node chassis is300 ai_is300
copy_node chassis is300_top ai_is300_top
update_field pvehicle ai_is300 chassis[0] Collection ai_is300
update_field pvehicle ai_is300 chassis[1] Collection ai_is300_top
copy_node tires is300 ai_is300
copy_node tires is300_top ai_is300_top
update_field pvehicle ai_is300 tires[0] Collection ai_is300
update_field pvehicle ai_is300 tires[1] Collection ai_is300_top
# Handling: is300/suspension
update_field ecar is300 BodyDive DegPerG 0
update_field ecar is300 BodyDive DegPerSec 0
update_field ecar is300 BodyDive MaxG 0.0
update_field ecar is300 BodyRoll DegPerG 0.0
update_field ecar is300 BodyRoll DegPerSec 0
update_field ecar is300 BodyRoll MaxG 0
update_field ecar is300 BodySquat DegPerG 0
update_field ecar is300 BodySquat DegPerSec 0
update_field ecar is300 BodySquat MaxG 0.0
update_field pvehicle is300 TENSOR_SCALE X 1.2
update_field pvehicle is300 TENSOR_SCALE Z 1.0
update_field pvehicle is300 TENSOR_SCALE W 0.455
update_field chassis is300 ROLL_CENTER 15.0
update_field chassis is300 RIDE_HEIGHT Front 12.100000000000001
update_field chassis is300 RIDE_HEIGHT Rear 12.100000000000001
update_field chassis is300 SHOCK_BLOWOUT 0.0
update_field chassis is300 SHOCK_DIGRESSION Front 0.15
update_field chassis is300 SHOCK_DIGRESSION Rear 0.1
update_field chassis is300 SHOCK_EXT_STIFFNESS Front 37.0
update_field chassis is300 SHOCK_EXT_STIFFNESS Rear 38.5
update_field chassis is300 SHOCK_STIFFNESS Front 5.0
update_field chassis is300 SHOCK_STIFFNESS Rear 5.0
update_field chassis is300 SHOCK_VALVING Front 5.9
update_field chassis is300 SHOCK_VALVING Rear 5.1
update_field chassis is300 SPRING_PROGRESSION Front 5.0
update_field chassis is300 SPRING_PROGRESSION Rear 5.65
update_field chassis is300 SPRING_STIFFNESS Front 74.0
update_field chassis is300 SPRING_STIFFNESS Rear 74.0
update_field chassis is300 SWAYBAR_STIFFNESS Front 37.0
update_field chassis is300 SWAYBAR_STIFFNESS Rear 37.0
update_field chassis is300 TRAVEL Front 10000.0
update_field chassis is300 TRAVEL Rear 10000.0
update_field chassis is300 AERO_COEFFICIENT 0.135
update_field chassis is300_top ROLL_CENTER 12
update_field chassis is300_top RIDE_HEIGHT Front 12.100000000000001
update_field chassis is300_top RIDE_HEIGHT Rear 12.100000000000001
update_field chassis is300_top SHOCK_BLOWOUT 0
update_field chassis is300_top SHOCK_DIGRESSION Front 0.25
update_field chassis is300_top SHOCK_DIGRESSION Rear 0.3
update_field chassis is300_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis is300_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis is300_top SHOCK_STIFFNESS Front 6.6
update_field chassis is300_top SHOCK_STIFFNESS Rear 6.6
update_field chassis is300_top SHOCK_VALVING Front 6
update_field chassis is300_top SHOCK_VALVING Rear 7
update_field chassis is300_top SPRING_PROGRESSION Front 7
update_field chassis is300_top SPRING_PROGRESSION Rear 6.2
update_field chassis is300_top SPRING_STIFFNESS Front 74
update_field chassis is300_top SPRING_STIFFNESS Rear 74
update_field chassis is300_top SWAYBAR_STIFFNESS Front 50
update_field chassis is300_top SWAYBAR_STIFFNESS Rear 59
update_field chassis is300_top TRAVEL Front 10000
update_field chassis is300_top TRAVEL Rear 10000
update_field chassis is300_top AERO_COEFFICIENT 0.135
# Handling: is300/tires
update_field pvehicle is300 TENSOR_SCALE Y 1.5
update_field tires is300 DYNAMIC_GRIP Front 1.6
update_field tires is300 DYNAMIC_GRIP Rear 1.6
update_field tires is300 GRIP_SCALE Front 1.0
update_field tires is300 GRIP_SCALE Rear 1.0
update_field tires is300 STATIC_GRIP Front 12.0
update_field tires is300 STATIC_GRIP Rear 12.0
update_field tires is300 STEERING 0.65
update_field tires is300 YAW_SPEED 0.3
update_field tires is300 YAW_CONTROL[0] 1.0
update_field tires is300 YAW_CONTROL[1] 1.0
update_field tires is300 YAW_CONTROL[2] 1.0
update_field tires is300 YAW_CONTROL[3] 1.0
update_field tires is300_top DYNAMIC_GRIP Front 1.8
update_field tires is300_top DYNAMIC_GRIP Rear 1.8
update_field tires is300_top GRIP_SCALE Front 1
update_field tires is300_top GRIP_SCALE Rear 1
update_field tires is300_top STATIC_GRIP Front 12
update_field tires is300_top STATIC_GRIP Rear 12
update_field tires is300_top STEERING 0.65
update_field tires is300_top YAW_SPEED 0.3
update_field tires is300_top YAW_CONTROL[0] 1
update_field tires is300_top YAW_CONTROL[1] 1
update_field tires is300_top YAW_CONTROL[2] 1
update_field tires is300_top YAW_CONTROL[3] 1
# Handling: lancerevo8/separation
copy_node chassis lancerevo8 ai_lancerevo8
copy_node chassis lancerevo8_top ai_lancerevo8_top
update_field pvehicle ai_lancerevo8 chassis[0] Collection ai_lancerevo8
update_field pvehicle ai_lancerevo8 chassis[1] Collection ai_lancerevo8_top
copy_node tires lancerevo8 ai_lancerevo8
copy_node tires lancerevo8_top ai_lancerevo8_top
update_field pvehicle ai_lancerevo8 tires[0] Collection ai_lancerevo8
update_field pvehicle ai_lancerevo8 tires[1] Collection ai_lancerevo8_top
# Handling: lancerevo8/suspension
update_field ecar lancerevo8 BodyDive DegPerG 0
update_field ecar lancerevo8 BodyDive DegPerSec 0
update_field ecar lancerevo8 BodyDive MaxG 0.0
update_field ecar lancerevo8 BodyRoll DegPerG 0.0
update_field ecar lancerevo8 BodyRoll DegPerSec 0
update_field ecar lancerevo8 BodyRoll MaxG 0
update_field ecar lancerevo8 BodySquat DegPerG 0
update_field ecar lancerevo8 BodySquat DegPerSec 0
update_field ecar lancerevo8 BodySquat MaxG 0.0
update_field pvehicle lancerevo8 TENSOR_SCALE X 1.2
update_field pvehicle lancerevo8 TENSOR_SCALE Z 1.0
update_field pvehicle lancerevo8 TENSOR_SCALE W 0.455
update_field chassis lancerevo8 ROLL_CENTER 13.5
update_field chassis lancerevo8 RIDE_HEIGHT Front 11.55
update_field chassis lancerevo8 RIDE_HEIGHT Rear 11.55
update_field chassis lancerevo8 SHOCK_BLOWOUT 0.0
update_field chassis lancerevo8 SHOCK_DIGRESSION Front 0.2
update_field chassis lancerevo8 SHOCK_DIGRESSION Rear 0.2
update_field chassis lancerevo8 SHOCK_EXT_STIFFNESS Front 53.5
update_field chassis lancerevo8 SHOCK_EXT_STIFFNESS Rear 51.75
update_field chassis lancerevo8 SHOCK_STIFFNESS Front 5.8
update_field chassis lancerevo8 SHOCK_STIFFNESS Rear 5.8
update_field chassis lancerevo8 SHOCK_VALVING Front 5.95
update_field chassis lancerevo8 SHOCK_VALVING Rear 6.05
update_field chassis lancerevo8 SPRING_PROGRESSION Front 6.0
update_field chassis lancerevo8 SPRING_PROGRESSION Rear 5.925000000000001
update_field chassis lancerevo8 SPRING_STIFFNESS Front 74.0
update_field chassis lancerevo8 SPRING_STIFFNESS Rear 74.0
update_field chassis lancerevo8 SWAYBAR_STIFFNESS Front 43.5
update_field chassis lancerevo8 SWAYBAR_STIFFNESS Rear 48.0
update_field chassis lancerevo8 TRAVEL Front 10000.0
update_field chassis lancerevo8 TRAVEL Rear 10000.0
update_field chassis lancerevo8 AERO_COEFFICIENT 0.135
update_field chassis lancerevo8_top ROLL_CENTER 12
update_field chassis lancerevo8_top RIDE_HEIGHT Front 12.100000000000001
update_field chassis lancerevo8_top RIDE_HEIGHT Rear 12.100000000000001
update_field chassis lancerevo8_top SHOCK_BLOWOUT 0
update_field chassis lancerevo8_top SHOCK_DIGRESSION Front 0.25
update_field chassis lancerevo8_top SHOCK_DIGRESSION Rear 0.3
update_field chassis lancerevo8_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis lancerevo8_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis lancerevo8_top SHOCK_STIFFNESS Front 6.6
update_field chassis lancerevo8_top SHOCK_STIFFNESS Rear 6.6
update_field chassis lancerevo8_top SHOCK_VALVING Front 6
update_field chassis lancerevo8_top SHOCK_VALVING Rear 7
update_field chassis lancerevo8_top SPRING_PROGRESSION Front 7
update_field chassis lancerevo8_top SPRING_PROGRESSION Rear 6.2
update_field chassis lancerevo8_top SPRING_STIFFNESS Front 74
update_field chassis lancerevo8_top SPRING_STIFFNESS Rear 74
update_field chassis lancerevo8_top SWAYBAR_STIFFNESS Front 50
update_field chassis lancerevo8_top SWAYBAR_STIFFNESS Rear 59
update_field chassis lancerevo8_top TRAVEL Front 10000
update_field chassis lancerevo8_top TRAVEL Rear 10000
update_field chassis lancerevo8_top AERO_COEFFICIENT 0.135
# Handling: lancerevo8/tires
update_field pvehicle lancerevo8 TENSOR_SCALE Y 1.5
update_field tires lancerevo8 DYNAMIC_GRIP Front 1.7000000000000002
update_field tires lancerevo8 DYNAMIC_GRIP Rear 1.7000000000000002
update_field tires lancerevo8 GRIP_SCALE Front 1.0
update_field tires lancerevo8 GRIP_SCALE Rear 1.0
update_field tires lancerevo8 STATIC_GRIP Front 12.0
update_field tires lancerevo8 STATIC_GRIP Rear 12.0
update_field tires lancerevo8 STEERING 0.65
update_field tires lancerevo8 YAW_SPEED 0.3
update_field tires lancerevo8 YAW_CONTROL[0] 1.0
update_field tires lancerevo8 YAW_CONTROL[1] 1.0
update_field tires lancerevo8 YAW_CONTROL[2] 1.0
update_field tires lancerevo8 YAW_CONTROL[3] 1.0
update_field tires lancerevo8_top DYNAMIC_GRIP Front 1.8
update_field tires lancerevo8_top DYNAMIC_GRIP Rear 1.8
update_field tires lancerevo8_top GRIP_SCALE Front 1
update_field tires lancerevo8_top GRIP_SCALE Rear 1
update_field tires lancerevo8_top STATIC_GRIP Front 12
update_field tires lancerevo8_top STATIC_GRIP Rear 12
update_field tires lancerevo8_top STEERING 0.65
update_field tires lancerevo8_top YAW_SPEED 0.3
update_field tires lancerevo8_top YAW_CONTROL[0] 1
update_field tires lancerevo8_top YAW_CONTROL[1] 1
update_field tires lancerevo8_top YAW_CONTROL[2] 1
update_field tires lancerevo8_top YAW_CONTROL[3] 1
# Handling: monaro/separation
copy_node chassis monaro ai_monaro
copy_node chassis monaro_top ai_monaro_top
update_field pvehicle ai_monaro chassis[0] Collection ai_monaro
update_field pvehicle ai_monaro chassis[1] Collection ai_monaro_top
copy_node tires monaro ai_monaro
copy_node tires monaro_top ai_monaro_top
update_field pvehicle ai_monaro tires[0] Collection ai_monaro
update_field pvehicle ai_monaro tires[1] Collection ai_monaro_top
# Handling: monaro/suspension
update_field ecar monaro BodyDive DegPerG 0
update_field ecar monaro BodyDive DegPerSec 0
update_field ecar monaro BodyDive MaxG 0.0
update_field ecar monaro BodyRoll DegPerG 0.0
update_field ecar monaro BodyRoll DegPerSec 0
update_field ecar monaro BodyRoll MaxG 0
update_field ecar monaro BodySquat DegPerG 0
update_field ecar monaro BodySquat DegPerSec 0
update_field ecar monaro BodySquat MaxG 0.0
update_field pvehicle monaro TENSOR_SCALE X 1.2
update_field pvehicle monaro TENSOR_SCALE Z 1.0
update_field pvehicle monaro TENSOR_SCALE W 0.455
update_field chassis monaro ROLL_CENTER 14.7
update_field chassis monaro RIDE_HEIGHT Front 12.485
update_field chassis monaro RIDE_HEIGHT Rear 12.485
update_field chassis monaro SHOCK_BLOWOUT 0.0
update_field chassis monaro SHOCK_DIGRESSION Front 0.16
update_field chassis monaro SHOCK_DIGRESSION Rear 0.12000000000000001
update_field chassis monaro SHOCK_EXT_STIFFNESS Front 40.3
update_field chassis monaro SHOCK_EXT_STIFFNESS Rear 41.15
update_field chassis monaro SHOCK_STIFFNESS Front 5.16
update_field chassis monaro SHOCK_STIFFNESS Rear 5.16
update_field chassis monaro SHOCK_VALVING Front 5.91
update_field chassis monaro SHOCK_VALVING Rear 5.29
update_field chassis monaro SPRING_PROGRESSION Front 5.2
update_field chassis monaro SPRING_PROGRESSION Rear 5.705
update_field chassis monaro SPRING_STIFFNESS Front 74.0
update_field chassis monaro SPRING_STIFFNESS Rear 74.0
update_field chassis monaro SWAYBAR_STIFFNESS Front 38.3
update_field chassis monaro SWAYBAR_STIFFNESS Rear 39.2
update_field chassis monaro TRAVEL Front 10000.0
update_field chassis monaro TRAVEL Rear 10000.0
update_field chassis monaro AERO_COEFFICIENT 0.135
update_field chassis monaro_top ROLL_CENTER 12
update_field chassis monaro_top RIDE_HEIGHT Front 12.649999999999999
update_field chassis monaro_top RIDE_HEIGHT Rear 12.649999999999999
update_field chassis monaro_top SHOCK_BLOWOUT 0
update_field chassis monaro_top SHOCK_DIGRESSION Front 0.25
update_field chassis monaro_top SHOCK_DIGRESSION Rear 0.3
update_field chassis monaro_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis monaro_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis monaro_top SHOCK_STIFFNESS Front 6.6
update_field chassis monaro_top SHOCK_STIFFNESS Rear 6.6
update_field chassis monaro_top SHOCK_VALVING Front 6
update_field chassis monaro_top SHOCK_VALVING Rear 7
update_field chassis monaro_top SPRING_PROGRESSION Front 7
update_field chassis monaro_top SPRING_PROGRESSION Rear 6.2
update_field chassis monaro_top SPRING_STIFFNESS Front 74
update_field chassis monaro_top SPRING_STIFFNESS Rear 74
update_field chassis monaro_top SWAYBAR_STIFFNESS Front 50
update_field chassis monaro_top SWAYBAR_STIFFNESS Rear 59
update_field chassis monaro_top TRAVEL Front 10000
update_field chassis monaro_top TRAVEL Rear 10000
update_field chassis monaro_top AERO_COEFFICIENT 0.135
# Handling: monaro/tires
update_field pvehicle monaro TENSOR_SCALE Y 1.5
update_field tires monaro DYNAMIC_GRIP Front 1.62
update_field tires monaro DYNAMIC_GRIP Rear 1.62
update_field tires monaro GRIP_SCALE Front 1.0
update_field tires monaro GRIP_SCALE Rear 1.0
update_field tires monaro STATIC_GRIP Front 12.0
update_field tires monaro STATIC_GRIP Rear 12.0
update_field tires monaro STEERING 0.65
update_field tires monaro YAW_SPEED 0.3
update_field tires monaro YAW_CONTROL[0] 1.0
update_field tires monaro YAW_CONTROL[1] 1.0
update_field tires monaro YAW_CONTROL[2] 1.0
update_field tires monaro YAW_CONTROL[3] 1.0
update_field tires monaro_top DYNAMIC_GRIP Front 1.8
update_field tires monaro_top DYNAMIC_GRIP Rear 1.8
update_field tires monaro_top GRIP_SCALE Front 1
update_field tires monaro_top GRIP_SCALE Rear 1
update_field tires monaro_top STATIC_GRIP Front 12
update_field tires monaro_top STATIC_GRIP Rear 12
update_field tires monaro_top STEERING 0.65
update_field tires monaro_top YAW_SPEED 0.3
update_field tires monaro_top YAW_CONTROL[0] 1
update_field tires monaro_top YAW_CONTROL[1] 1
update_field tires monaro_top YAW_CONTROL[2] 1
update_field tires monaro_top YAW_CONTROL[3] 1
# Handling: murcielago/separation
copy_node chassis murcielago ai_murcielago
copy_node chassis murcielago_top ai_murcielago_top
update_field pvehicle ai_murcielago chassis[0] Collection ai_murcielago
update_field pvehicle ai_murcielago chassis[1] Collection ai_murcielago_top
copy_node tires murcielago ai_murcielago
copy_node tires murcielago_top ai_murcielago_top
update_field pvehicle ai_murcielago tires[0] Collection ai_murcielago
update_field pvehicle ai_murcielago tires[1] Collection ai_murcielago_top
# Handling: murcielago/suspension
update_field ecar murcielago BodyDive DegPerG 0
update_field ecar murcielago BodyDive DegPerSec 0
update_field ecar murcielago BodyDive MaxG 0.0
update_field ecar murcielago BodyRoll DegPerG 0.0
update_field ecar murcielago BodyRoll DegPerSec 0
update_field ecar murcielago BodyRoll MaxG 0
update_field ecar murcielago BodySquat DegPerG 0
update_field ecar murcielago BodySquat DegPerSec 0
update_field ecar murcielago BodySquat MaxG 0.0
update_field pvehicle murcielago TENSOR_SCALE X 1.2
update_field pvehicle murcielago TENSOR_SCALE Z 1.0
update_field pvehicle murcielago TENSOR_SCALE W 0.455
update_field chassis murcielago ROLL_CENTER 14.1
update_field chassis murcielago RIDE_HEIGHT Front 10.23
update_field chassis murcielago RIDE_HEIGHT Rear 10.23
update_field chassis murcielago SHOCK_BLOWOUT 0.0
update_field chassis murcielago SHOCK_DIGRESSION Front 0.18
update_field chassis murcielago SHOCK_DIGRESSION Rear 0.16
update_field chassis murcielago SHOCK_EXT_STIFFNESS Front 46.9
update_field chassis murcielago SHOCK_EXT_STIFFNESS Rear 46.45
update_field chassis murcielago SHOCK_STIFFNESS Front 5.4799999999999995
update_field chassis murcielago SHOCK_STIFFNESS Rear 5.4799999999999995
update_field chassis murcielago SHOCK_VALVING Front 5.930000000000001
update_field chassis murcielago SHOCK_VALVING Rear 5.67
update_field chassis murcielago SPRING_PROGRESSION Front 5.6
update_field chassis murcielago SPRING_PROGRESSION Rear 5.815
update_field chassis murcielago SPRING_STIFFNESS Front 74.0
update_field chassis murcielago SPRING_STIFFNESS Rear 74.0
update_field chassis murcielago SWAYBAR_STIFFNESS Front 40.9
update_field chassis murcielago SWAYBAR_STIFFNESS Rear 43.6
update_field chassis murcielago TRAVEL Front 10000.0
update_field chassis murcielago TRAVEL Rear 10000.0
update_field chassis murcielago AERO_COEFFICIENT 0.135
update_field chassis murcielago_top ROLL_CENTER 12
update_field chassis murcielago_top RIDE_HEIGHT Front 9.9
update_field chassis murcielago_top RIDE_HEIGHT Rear 9.9
update_field chassis murcielago_top SHOCK_BLOWOUT 0
update_field chassis murcielago_top SHOCK_DIGRESSION Front 0.25
update_field chassis murcielago_top SHOCK_DIGRESSION Rear 0.3
update_field chassis murcielago_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis murcielago_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis murcielago_top SHOCK_STIFFNESS Front 6.6
update_field chassis murcielago_top SHOCK_STIFFNESS Rear 6.6
update_field chassis murcielago_top SHOCK_VALVING Front 6
update_field chassis murcielago_top SHOCK_VALVING Rear 7
update_field chassis murcielago_top SPRING_PROGRESSION Front 7
update_field chassis murcielago_top SPRING_PROGRESSION Rear 6.2
update_field chassis murcielago_top SPRING_STIFFNESS Front 74
update_field chassis murcielago_top SPRING_STIFFNESS Rear 74
update_field chassis murcielago_top SWAYBAR_STIFFNESS Front 50
update_field chassis murcielago_top SWAYBAR_STIFFNESS Rear 59
update_field chassis murcielago_top TRAVEL Front 10000
update_field chassis murcielago_top TRAVEL Rear 10000
update_field chassis murcielago_top AERO_COEFFICIENT 0.135
# Handling: murcielago/tires
update_field pvehicle murcielago TENSOR_SCALE Y 1.5
update_field tires murcielago DYNAMIC_GRIP Front 1.6600000000000001
update_field tires murcielago DYNAMIC_GRIP Rear 1.6600000000000001
update_field tires murcielago GRIP_SCALE Front 1.0
update_field tires murcielago GRIP_SCALE Rear 1.0
update_field tires murcielago STATIC_GRIP Front 12.0
update_field tires murcielago STATIC_GRIP Rear 12.0
update_field tires murcielago STEERING 0.65
update_field tires murcielago YAW_SPEED 0.3
update_field tires murcielago YAW_CONTROL[0] 1.0
update_field tires murcielago YAW_CONTROL[1] 1.0
update_field tires murcielago YAW_CONTROL[2] 1.0
update_field tires murcielago YAW_CONTROL[3] 1.0
update_field tires murcielago_top DYNAMIC_GRIP Front 1.8
update_field tires murcielago_top DYNAMIC_GRIP Rear 1.8
update_field tires murcielago_top GRIP_SCALE Front 1
update_field tires murcielago_top GRIP_SCALE Rear 1
update_field tires murcielago_top STATIC_GRIP Front 12
update_field tires murcielago_top STATIC_GRIP Rear 12
update_field tires murcielago_top STEERING 0.65
update_field tires murcielago_top YAW_SPEED 0.3
update_field tires murcielago_top YAW_CONTROL[0] 1
update_field tires murcielago_top YAW_CONTROL[1] 1
update_field tires murcielago_top YAW_CONTROL[2] 1
update_field tires murcielago_top YAW_CONTROL[3] 1
# Handling: mustanggt/separation
copy_node chassis mustanggt ai_mustanggt
copy_node chassis mustanggt_top ai_mustanggt_top
update_field pvehicle ai_mustanggt chassis[0] Collection ai_mustanggt
update_field pvehicle ai_mustanggt chassis[1] Collection ai_mustanggt_top
copy_node tires mustanggt ai_mustanggt
copy_node tires mustanggt_top ai_mustanggt_top
update_field pvehicle ai_mustanggt tires[0] Collection ai_mustanggt
update_field pvehicle ai_mustanggt tires[1] Collection ai_mustanggt_top
# Handling: mustanggt/suspension
update_field ecar mustanggt BodyDive DegPerG 0
update_field ecar mustanggt BodyDive DegPerSec 0
update_field ecar mustanggt BodyDive MaxG 0.0
update_field ecar mustanggt BodyRoll DegPerG 0.0
update_field ecar mustanggt BodyRoll DegPerSec 0
update_field ecar mustanggt BodyRoll MaxG 0
update_field ecar mustanggt BodySquat DegPerG 0
update_field ecar mustanggt BodySquat DegPerSec 0
update_field ecar mustanggt BodySquat MaxG 0.0
update_field pvehicle mustanggt TENSOR_SCALE X 1.2
update_field pvehicle mustanggt TENSOR_SCALE Z 1.0
update_field pvehicle mustanggt TENSOR_SCALE W 0.455
update_field chassis mustanggt ROLL_CENTER 14.7
update_field chassis mustanggt RIDE_HEIGHT Front 11.990000000000002
update_field chassis mustanggt RIDE_HEIGHT Rear 11.990000000000002
update_field chassis mustanggt SHOCK_BLOWOUT 0.0
update_field chassis mustanggt SHOCK_DIGRESSION Front 0.16
update_field chassis mustanggt SHOCK_DIGRESSION Rear 0.12000000000000001
update_field chassis mustanggt SHOCK_EXT_STIFFNESS Front 40.3
update_field chassis mustanggt SHOCK_EXT_STIFFNESS Rear 41.15
update_field chassis mustanggt SHOCK_STIFFNESS Front 5.16
update_field chassis mustanggt SHOCK_STIFFNESS Rear 5.16
update_field chassis mustanggt SHOCK_VALVING Front 5.91
update_field chassis mustanggt SHOCK_VALVING Rear 5.29
update_field chassis mustanggt SPRING_PROGRESSION Front 5.2
update_field chassis mustanggt SPRING_PROGRESSION Rear 5.705
update_field chassis mustanggt SPRING_STIFFNESS Front 74.0
update_field chassis mustanggt SPRING_STIFFNESS Rear 74.0
update_field chassis mustanggt SWAYBAR_STIFFNESS Front 38.3
update_field chassis mustanggt SWAYBAR_STIFFNESS Rear 39.2
update_field chassis mustanggt TRAVEL Front 10000.0
update_field chassis mustanggt TRAVEL Rear 10000.0
update_field chassis mustanggt AERO_COEFFICIENT 0.135
update_field chassis mustanggt_top ROLL_CENTER 12
update_field chassis mustanggt_top RIDE_HEIGHT Front 12.100000000000001
update_field chassis mustanggt_top RIDE_HEIGHT Rear 12.100000000000001
update_field chassis mustanggt_top SHOCK_BLOWOUT 0
update_field chassis mustanggt_top SHOCK_DIGRESSION Front 0.25
update_field chassis mustanggt_top SHOCK_DIGRESSION Rear 0.3
update_field chassis mustanggt_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis mustanggt_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis mustanggt_top SHOCK_STIFFNESS Front 6.6
update_field chassis mustanggt_top SHOCK_STIFFNESS Rear 6.6
update_field chassis mustanggt_top SHOCK_VALVING Front 6
update_field chassis mustanggt_top SHOCK_VALVING Rear 7
update_field chassis mustanggt_top SPRING_PROGRESSION Front 7
update_field chassis mustanggt_top SPRING_PROGRESSION Rear 6.2
update_field chassis mustanggt_top SPRING_STIFFNESS Front 74
update_field chassis mustanggt_top SPRING_STIFFNESS Rear 74
update_field chassis mustanggt_top SWAYBAR_STIFFNESS Front 50
update_field chassis mustanggt_top SWAYBAR_STIFFNESS Rear 59
update_field chassis mustanggt_top TRAVEL Front 10000
update_field chassis mustanggt_top TRAVEL Rear 10000
update_field chassis mustanggt_top AERO_COEFFICIENT 0.135
# Handling: mustanggt/tires
update_field pvehicle mustanggt TENSOR_SCALE Y 1.5
update_field tires mustanggt DYNAMIC_GRIP Front 1.62
update_field tires mustanggt DYNAMIC_GRIP Rear 1.62
update_field tires mustanggt GRIP_SCALE Front 1.0
update_field tires mustanggt GRIP_SCALE Rear 1.0
update_field tires mustanggt STATIC_GRIP Front 12.0
update_field tires mustanggt STATIC_GRIP Rear 12.0
update_field tires mustanggt STEERING 0.65
update_field tires mustanggt YAW_SPEED 0.3
update_field tires mustanggt YAW_CONTROL[0] 1.0
update_field tires mustanggt YAW_CONTROL[1] 1.0
update_field tires mustanggt YAW_CONTROL[2] 1.0
update_field tires mustanggt YAW_CONTROL[3] 1.0
update_field tires mustanggt_top DYNAMIC_GRIP Front 1.8
update_field tires mustanggt_top DYNAMIC_GRIP Rear 1.8
update_field tires mustanggt_top GRIP_SCALE Front 1
update_field tires mustanggt_top GRIP_SCALE Rear 1
update_field tires mustanggt_top STATIC_GRIP Front 12
update_field tires mustanggt_top STATIC_GRIP Rear 12
update_field tires mustanggt_top STEERING 0.65
update_field tires mustanggt_top YAW_SPEED 0.3
update_field tires mustanggt_top YAW_CONTROL[0] 1
update_field tires mustanggt_top YAW_CONTROL[1] 1
update_field tires mustanggt_top YAW_CONTROL[2] 1
update_field tires mustanggt_top YAW_CONTROL[3] 1
# Handling: punto/separation
copy_node chassis punto ai_punto
copy_node chassis punto_top ai_punto_top
update_field pvehicle ai_punto chassis[0] Collection ai_punto
update_field pvehicle ai_punto chassis[1] Collection ai_punto_top
copy_node tires punto ai_punto
copy_node tires punto_top ai_punto_top
update_field pvehicle ai_punto tires[0] Collection ai_punto
update_field pvehicle ai_punto tires[1] Collection ai_punto_top
# Handling: punto/suspension
update_field ecar punto BodyDive DegPerG 0
update_field ecar punto BodyDive DegPerSec 0
update_field ecar punto BodyDive MaxG 0.0
update_field ecar punto BodyRoll DegPerG 0.0
update_field ecar punto BodyRoll DegPerSec 0
update_field ecar punto BodyRoll MaxG 0
update_field ecar punto BodySquat DegPerG 0
update_field ecar punto BodySquat DegPerSec 0
update_field ecar punto BodySquat MaxG 0.0
update_field pvehicle punto TENSOR_SCALE X 1.2
update_field pvehicle punto TENSOR_SCALE Z 1.0
update_field pvehicle punto TENSOR_SCALE W 0.455
update_field chassis punto ROLL_CENTER 14.4
update_field chassis punto RIDE_HEIGHT Front 10.120000000000001
update_field chassis punto RIDE_HEIGHT Rear 10.120000000000001
update_field chassis punto SHOCK_BLOWOUT 0.0
update_field chassis punto SHOCK_DIGRESSION Front 0.16999999999999998
update_field chassis punto SHOCK_DIGRESSION Rear 0.14
update_field chassis punto SHOCK_EXT_STIFFNESS Front 43.6
update_field chassis punto SHOCK_EXT_STIFFNESS Rear 43.8
update_field chassis punto SHOCK_STIFFNESS Front 5.32
update_field chassis punto SHOCK_STIFFNESS Rear 5.32
update_field chassis punto SHOCK_VALVING Front 5.92
update_field chassis punto SHOCK_VALVING Rear 5.4799999999999995
update_field chassis punto SPRING_PROGRESSION Front 5.4
update_field chassis punto SPRING_PROGRESSION Rear 5.760000000000001
update_field chassis punto SPRING_STIFFNESS Front 74.0
update_field chassis punto SPRING_STIFFNESS Rear 74.0
update_field chassis punto SWAYBAR_STIFFNESS Front 39.6
update_field chassis punto SWAYBAR_STIFFNESS Rear 41.4
update_field chassis punto TRAVEL Front 10000.0
update_field chassis punto TRAVEL Rear 10000.0
update_field chassis punto AERO_COEFFICIENT 0.135
update_field chassis punto_top ROLL_CENTER 12
update_field chassis punto_top RIDE_HEIGHT Front 9.9
update_field chassis punto_top RIDE_HEIGHT Rear 9.9
update_field chassis punto_top SHOCK_BLOWOUT 0
update_field chassis punto_top SHOCK_DIGRESSION Front 0.25
update_field chassis punto_top SHOCK_DIGRESSION Rear 0.3
update_field chassis punto_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis punto_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis punto_top SHOCK_STIFFNESS Front 6.6
update_field chassis punto_top SHOCK_STIFFNESS Rear 6.6
update_field chassis punto_top SHOCK_VALVING Front 6
update_field chassis punto_top SHOCK_VALVING Rear 7
update_field chassis punto_top SPRING_PROGRESSION Front 7
update_field chassis punto_top SPRING_PROGRESSION Rear 6.2
update_field chassis punto_top SPRING_STIFFNESS Front 74
update_field chassis punto_top SPRING_STIFFNESS Rear 74
update_field chassis punto_top SWAYBAR_STIFFNESS Front 50
update_field chassis punto_top SWAYBAR_STIFFNESS Rear 59
update_field chassis punto_top TRAVEL Front 10000
update_field chassis punto_top TRAVEL Rear 10000
update_field chassis punto_top AERO_COEFFICIENT 0.135
# Handling: punto/tires
update_field pvehicle punto TENSOR_SCALE Y 1.5
update_field tires punto DYNAMIC_GRIP Front 1.6400000000000001
update_field tires punto DYNAMIC_GRIP Rear 1.6400000000000001
update_field tires punto GRIP_SCALE Front 1.0
update_field tires punto GRIP_SCALE Rear 1.0
update_field tires punto STATIC_GRIP Front 12.0
update_field tires punto STATIC_GRIP Rear 12.0
update_field tires punto STEERING 0.65
update_field tires punto YAW_SPEED 0.3
update_field tires punto YAW_CONTROL[0] 1.0
update_field tires punto YAW_CONTROL[1] 1.0
update_field tires punto YAW_CONTROL[2] 1.0
update_field tires punto YAW_CONTROL[3] 1.0
update_field tires punto_top DYNAMIC_GRIP Front 1.8
update_field tires punto_top DYNAMIC_GRIP Rear 1.8
update_field tires punto_top GRIP_SCALE Front 1
update_field tires punto_top GRIP_SCALE Rear 1
update_field tires punto_top STATIC_GRIP Front 12
update_field tires punto_top STATIC_GRIP Rear 12
update_field tires punto_top STEERING 0.65
update_field tires punto_top YAW_SPEED 0.3
update_field tires punto_top YAW_CONTROL[0] 1
update_field tires punto_top YAW_CONTROL[1] 1
update_field tires punto_top YAW_CONTROL[2] 1
update_field tires punto_top YAW_CONTROL[3] 1
# Handling: rx7/separation
copy_node chassis rx7 ai_rx7
copy_node chassis rx7_top ai_rx7_top
update_field pvehicle ai_rx7 chassis[0] Collection ai_rx7
update_field pvehicle ai_rx7 chassis[1] Collection ai_rx7_top
copy_node tires rx7 ai_rx7
copy_node tires rx7_top ai_rx7_top
update_field pvehicle ai_rx7 tires[0] Collection ai_rx7
update_field pvehicle ai_rx7 tires[1] Collection ai_rx7_top
# Handling: rx7/suspension
update_field ecar rx7 BodyDive DegPerG 0
update_field ecar rx7 BodyDive DegPerSec 0
update_field ecar rx7 BodyDive MaxG 0.0
update_field ecar rx7 BodyRoll DegPerG 0.0
update_field ecar rx7 BodyRoll DegPerSec 0
update_field ecar rx7 BodyRoll MaxG 0
update_field ecar rx7 BodySquat DegPerG 0
update_field ecar rx7 BodySquat DegPerSec 0
update_field ecar rx7 BodySquat MaxG 0.0
update_field pvehicle rx7 TENSOR_SCALE X 1.2
update_field pvehicle rx7 TENSOR_SCALE Z 1.0
update_field pvehicle rx7 TENSOR_SCALE W 0.455
update_field chassis rx7 ROLL_CENTER 14.1
update_field chassis rx7 RIDE_HEIGHT Front 12.54
update_field chassis rx7 RIDE_HEIGHT Rear 12.54
update_field chassis rx7 SHOCK_BLOWOUT 0.0
update_field chassis rx7 SHOCK_DIGRESSION Front 0.18
update_field chassis rx7 SHOCK_DIGRESSION Rear 0.16
update_field chassis rx7 SHOCK_EXT_STIFFNESS Front 46.9
update_field chassis rx7 SHOCK_EXT_STIFFNESS Rear 46.45
update_field chassis rx7 SHOCK_STIFFNESS Front 5.4799999999999995
update_field chassis rx7 SHOCK_STIFFNESS Rear 5.4799999999999995
update_field chassis rx7 SHOCK_VALVING Front 5.930000000000001
update_field chassis rx7 SHOCK_VALVING Rear 5.67
update_field chassis rx7 SPRING_PROGRESSION Front 5.6
update_field chassis rx7 SPRING_PROGRESSION Rear 5.815
update_field chassis rx7 SPRING_STIFFNESS Front 74.0
update_field chassis rx7 SPRING_STIFFNESS Rear 74.0
update_field chassis rx7 SWAYBAR_STIFFNESS Front 40.9
update_field chassis rx7 SWAYBAR_STIFFNESS Rear 43.6
update_field chassis rx7 TRAVEL Front 10000.0
update_field chassis rx7 TRAVEL Rear 10000.0
update_field chassis rx7 AERO_COEFFICIENT 0.135
update_field chassis rx7_top ROLL_CENTER 12
update_field chassis rx7_top RIDE_HEIGHT Front 13.2
update_field chassis rx7_top RIDE_HEIGHT Rear 13.2
update_field chassis rx7_top SHOCK_BLOWOUT 0
update_field chassis rx7_top SHOCK_DIGRESSION Front 0.25
update_field chassis rx7_top SHOCK_DIGRESSION Rear 0.3
update_field chassis rx7_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis rx7_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis rx7_top SHOCK_STIFFNESS Front 6.6
update_field chassis rx7_top SHOCK_STIFFNESS Rear 6.6
update_field chassis rx7_top SHOCK_VALVING Front 6
update_field chassis rx7_top SHOCK_VALVING Rear 7
update_field chassis rx7_top SPRING_PROGRESSION Front 7
update_field chassis rx7_top SPRING_PROGRESSION Rear 6.2
update_field chassis rx7_top SPRING_STIFFNESS Front 74
update_field chassis rx7_top SPRING_STIFFNESS Rear 74
update_field chassis rx7_top SWAYBAR_STIFFNESS Front 50
update_field chassis rx7_top SWAYBAR_STIFFNESS Rear 59
update_field chassis rx7_top TRAVEL Front 10000
update_field chassis rx7_top TRAVEL Rear 10000
update_field chassis rx7_top AERO_COEFFICIENT 0.135
# Handling: rx7/tires
update_field pvehicle rx7 TENSOR_SCALE Y 1.5
update_field tires rx7 DYNAMIC_GRIP Front 1.6600000000000001
update_field tires rx7 DYNAMIC_GRIP Rear 1.6600000000000001
update_field tires rx7 GRIP_SCALE Front 1.0
update_field tires rx7 GRIP_SCALE Rear 1.0
update_field tires rx7 STATIC_GRIP Front 12.0
update_field tires rx7 STATIC_GRIP Rear 12.0
update_field tires rx7 STEERING 0.65
update_field tires rx7 YAW_SPEED 0.3
update_field tires rx7 YAW_CONTROL[0] 1.0
update_field tires rx7 YAW_CONTROL[1] 1.0
update_field tires rx7 YAW_CONTROL[2] 1.0
update_field tires rx7 YAW_CONTROL[3] 1.0
update_field tires rx7_top DYNAMIC_GRIP Front 1.8
update_field tires rx7_top DYNAMIC_GRIP Rear 1.8
update_field tires rx7_top GRIP_SCALE Front 1
update_field tires rx7_top GRIP_SCALE Rear 1
update_field tires rx7_top STATIC_GRIP Front 12
update_field tires rx7_top STATIC_GRIP Rear 12
update_field tires rx7_top STEERING 0.65
update_field tires rx7_top YAW_SPEED 0.3
update_field tires rx7_top YAW_CONTROL[0] 1
update_field tires rx7_top YAW_CONTROL[1] 1
update_field tires rx7_top YAW_CONTROL[2] 1
update_field tires rx7_top YAW_CONTROL[3] 1
# Handling: rx8/separation
copy_node chassis rx8 ai_rx8
copy_node chassis rx8_top ai_rx8_top
update_field pvehicle ai_rx8 chassis[0] Collection ai_rx8
update_field pvehicle ai_rx8 chassis[1] Collection ai_rx8_top
copy_node tires rx8 ai_rx8
copy_node tires rx8_top ai_rx8_top
update_field pvehicle ai_rx8 tires[0] Collection ai_rx8
update_field pvehicle ai_rx8 tires[1] Collection ai_rx8_top
# Handling: rx8/suspension
update_field ecar rx8 BodyDive DegPerG 0
update_field ecar rx8 BodyDive DegPerSec 0
update_field ecar rx8 BodyDive MaxG 0.0
update_field ecar rx8 BodyRoll DegPerG 0.0
update_field ecar rx8 BodyRoll DegPerSec 0
update_field ecar rx8 BodyRoll MaxG 0
update_field ecar rx8 BodySquat DegPerG 0
update_field ecar rx8 BodySquat DegPerSec 0
update_field ecar rx8 BodySquat MaxG 0.0
update_field pvehicle rx8 TENSOR_SCALE X 1.2
update_field pvehicle rx8 TENSOR_SCALE Z 1.0
update_field pvehicle rx8 TENSOR_SCALE W 0.455
update_field chassis rx8 ROLL_CENTER 14.4
update_field chassis rx8 RIDE_HEIGHT Front 11.0
update_field chassis rx8 RIDE_HEIGHT Rear 11.0
update_field chassis rx8 SHOCK_BLOWOUT 0.0
update_field chassis rx8 SHOCK_DIGRESSION Front 0.16999999999999998
update_field chassis rx8 SHOCK_DIGRESSION Rear 0.14
update_field chassis rx8 SHOCK_EXT_STIFFNESS Front 43.6
update_field chassis rx8 SHOCK_EXT_STIFFNESS Rear 43.8
update_field chassis rx8 SHOCK_STIFFNESS Front 5.32
update_field chassis rx8 SHOCK_STIFFNESS Rear 5.32
update_field chassis rx8 SHOCK_VALVING Front 5.92
update_field chassis rx8 SHOCK_VALVING Rear 5.4799999999999995
update_field chassis rx8 SPRING_PROGRESSION Front 5.4
update_field chassis rx8 SPRING_PROGRESSION Rear 5.760000000000001
update_field chassis rx8 SPRING_STIFFNESS Front 74.0
update_field chassis rx8 SPRING_STIFFNESS Rear 74.0
update_field chassis rx8 SWAYBAR_STIFFNESS Front 39.6
update_field chassis rx8 SWAYBAR_STIFFNESS Rear 41.4
update_field chassis rx8 TRAVEL Front 10000.0
update_field chassis rx8 TRAVEL Rear 10000.0
update_field chassis rx8 AERO_COEFFICIENT 0.135
update_field chassis rx8_top ROLL_CENTER 12
update_field chassis rx8_top RIDE_HEIGHT Front 11.0
update_field chassis rx8_top RIDE_HEIGHT Rear 11.0
update_field chassis rx8_top SHOCK_BLOWOUT 0
update_field chassis rx8_top SHOCK_DIGRESSION Front 0.25
update_field chassis rx8_top SHOCK_DIGRESSION Rear 0.3
update_field chassis rx8_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis rx8_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis rx8_top SHOCK_STIFFNESS Front 6.6
update_field chassis rx8_top SHOCK_STIFFNESS Rear 6.6
update_field chassis rx8_top SHOCK_VALVING Front 6
update_field chassis rx8_top SHOCK_VALVING Rear 7
update_field chassis rx8_top SPRING_PROGRESSION Front 7
update_field chassis rx8_top SPRING_PROGRESSION Rear 6.2
update_field chassis rx8_top SPRING_STIFFNESS Front 74
update_field chassis rx8_top SPRING_STIFFNESS Rear 74
update_field chassis rx8_top SWAYBAR_STIFFNESS Front 50
update_field chassis rx8_top SWAYBAR_STIFFNESS Rear 59
update_field chassis rx8_top TRAVEL Front 10000
update_field chassis rx8_top TRAVEL Rear 10000
update_field chassis rx8_top AERO_COEFFICIENT 0.135
# Handling: rx8/tires
update_field pvehicle rx8 TENSOR_SCALE Y 1.5
update_field tires rx8 DYNAMIC_GRIP Front 1.6400000000000001
update_field tires rx8 DYNAMIC_GRIP Rear 1.6400000000000001
update_field tires rx8 GRIP_SCALE Front 1.0
update_field tires rx8 GRIP_SCALE Rear 1.0
update_field tires rx8 STATIC_GRIP Front 12.0
update_field tires rx8 STATIC_GRIP Rear 12.0
update_field tires rx8 STEERING 0.65
update_field tires rx8 YAW_SPEED 0.3
update_field tires rx8 YAW_CONTROL[0] 1.0
update_field tires rx8 YAW_CONTROL[1] 1.0
update_field tires rx8 YAW_CONTROL[2] 1.0
update_field tires rx8 YAW_CONTROL[3] 1.0
update_field tires rx8_top DYNAMIC_GRIP Front 1.8
update_field tires rx8_top DYNAMIC_GRIP Rear 1.8
update_field tires rx8_top GRIP_SCALE Front 1
update_field tires rx8_top GRIP_SCALE Rear 1
update_field tires rx8_top STATIC_GRIP Front 12
update_field tires rx8_top STATIC_GRIP Rear 12
update_field tires rx8_top STEERING 0.65
update_field tires rx8_top YAW_SPEED 0.3
update_field tires rx8_top YAW_CONTROL[0] 1
update_field tires rx8_top YAW_CONTROL[1] 1
update_field tires rx8_top YAW_CONTROL[2] 1
update_field tires rx8_top YAW_CONTROL[3] 1
# Handling: sl500/separation
copy_node chassis sl500 ai_sl500
copy_node chassis sl500_top ai_sl500_top
update_field pvehicle ai_sl500 chassis[0] Collection ai_sl500
update_field pvehicle ai_sl500 chassis[1] Collection ai_sl500_top
copy_node tires sl500 ai_sl500
copy_node tires sl500_top ai_sl500_top
update_field pvehicle ai_sl500 tires[0] Collection ai_sl500
update_field pvehicle ai_sl500 tires[1] Collection ai_sl500_top
# Handling: sl500/suspension
update_field ecar sl500 BodyDive DegPerG 0
update_field ecar sl500 BodyDive DegPerSec 0
update_field ecar sl500 BodyDive MaxG 0.0
update_field ecar sl500 BodyRoll DegPerG 0.0
update_field ecar sl500 BodyRoll DegPerSec 0
update_field ecar sl500 BodyRoll MaxG 0
update_field ecar sl500 BodySquat DegPerG 0
update_field ecar sl500 BodySquat DegPerSec 0
update_field ecar sl500 BodySquat MaxG 0.0
update_field pvehicle sl500 TENSOR_SCALE X 1.2
update_field pvehicle sl500 TENSOR_SCALE Z 1.0
update_field pvehicle sl500 TENSOR_SCALE W 0.455
update_field chassis sl500 ROLL_CENTER 13.5
update_field chassis sl500 RIDE_HEIGHT Front 11.0
update_field chassis sl500 RIDE_HEIGHT Rear 11.0
update_field chassis sl500 SHOCK_BLOWOUT 0.0
update_field chassis sl500 SHOCK_DIGRESSION Front 0.2
update_field chassis sl500 SHOCK_DIGRESSION Rear 0.2
update_field chassis sl500 SHOCK_EXT_STIFFNESS Front 53.5
update_field chassis sl500 SHOCK_EXT_STIFFNESS Rear 51.75
update_field chassis sl500 SHOCK_STIFFNESS Front 5.8
update_field chassis sl500 SHOCK_STIFFNESS Rear 5.8
update_field chassis sl500 SHOCK_VALVING Front 5.95
update_field chassis sl500 SHOCK_VALVING Rear 6.05
update_field chassis sl500 SPRING_PROGRESSION Front 6.0
update_field chassis sl500 SPRING_PROGRESSION Rear 5.925000000000001
update_field chassis sl500 SPRING_STIFFNESS Front 74.0
update_field chassis sl500 SPRING_STIFFNESS Rear 74.0
update_field chassis sl500 SWAYBAR_STIFFNESS Front 43.5
update_field chassis sl500 SWAYBAR_STIFFNESS Rear 48.0
update_field chassis sl500 TRAVEL Front 10000.0
update_field chassis sl500 TRAVEL Rear 10000.0
update_field chassis sl500 AERO_COEFFICIENT 0.135
update_field chassis sl500_top ROLL_CENTER 12
update_field chassis sl500_top RIDE_HEIGHT Front 11.0
update_field chassis sl500_top RIDE_HEIGHT Rear 11.0
update_field chassis sl500_top SHOCK_BLOWOUT 0
update_field chassis sl500_top SHOCK_DIGRESSION Front 0.25
update_field chassis sl500_top SHOCK_DIGRESSION Rear 0.3
update_field chassis sl500_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis sl500_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis sl500_top SHOCK_STIFFNESS Front 6.6
update_field chassis sl500_top SHOCK_STIFFNESS Rear 6.6
update_field chassis sl500_top SHOCK_VALVING Front 6
update_field chassis sl500_top SHOCK_VALVING Rear 7
update_field chassis sl500_top SPRING_PROGRESSION Front 7
update_field chassis sl500_top SPRING_PROGRESSION Rear 6.2
update_field chassis sl500_top SPRING_STIFFNESS Front 74
update_field chassis sl500_top SPRING_STIFFNESS Rear 74
update_field chassis sl500_top SWAYBAR_STIFFNESS Front 50
update_field chassis sl500_top SWAYBAR_STIFFNESS Rear 59
update_field chassis sl500_top TRAVEL Front 10000
update_field chassis sl500_top TRAVEL Rear 10000
update_field chassis sl500_top AERO_COEFFICIENT 0.135
# Handling: sl500/tires
update_field pvehicle sl500 TENSOR_SCALE Y 1.5
update_field tires sl500 DYNAMIC_GRIP Front 1.7000000000000002
update_field tires sl500 DYNAMIC_GRIP Rear 1.7000000000000002
update_field tires sl500 GRIP_SCALE Front 1.0
update_field tires sl500 GRIP_SCALE Rear 1.0
update_field tires sl500 STATIC_GRIP Front 12.0
update_field tires sl500 STATIC_GRIP Rear 12.0
update_field tires sl500 STEERING 0.65
update_field tires sl500 YAW_SPEED 0.3
update_field tires sl500 YAW_CONTROL[0] 1.0
update_field tires sl500 YAW_CONTROL[1] 1.0
update_field tires sl500 YAW_CONTROL[2] 1.0
update_field tires sl500 YAW_CONTROL[3] 1.0
update_field tires sl500_top DYNAMIC_GRIP Front 1.8
update_field tires sl500_top DYNAMIC_GRIP Rear 1.8
update_field tires sl500_top GRIP_SCALE Front 1
update_field tires sl500_top GRIP_SCALE Rear 1
update_field tires sl500_top STATIC_GRIP Front 12
update_field tires sl500_top STATIC_GRIP Rear 12
update_field tires sl500_top STEERING 0.65
update_field tires sl500_top YAW_SPEED 0.3
update_field tires sl500_top YAW_CONTROL[0] 1
update_field tires sl500_top YAW_CONTROL[1] 1
update_field tires sl500_top YAW_CONTROL[2] 1
update_field tires sl500_top YAW_CONTROL[3] 1
# Handling: sl65/separation
copy_node chassis sl65 ai_sl65
update_field pvehicle ai_sl65 chassis[0] Collection ai_sl65
copy_node tires sl65 ai_sl65
update_field pvehicle ai_sl65 tires[0] Collection ai_sl65
# Handling: sl65/suspension
update_field ecar sl65 BodyDive DegPerG 0
update_field ecar sl65 BodyDive DegPerSec 0
update_field ecar sl65 BodyDive MaxG 0.0
update_field ecar sl65 BodyRoll DegPerG 0.0
update_field ecar sl65 BodyRoll DegPerSec 0
update_field ecar sl65 BodyRoll MaxG 0
update_field ecar sl65 BodySquat DegPerG 0
update_field ecar sl65 BodySquat DegPerSec 0
update_field ecar sl65 BodySquat MaxG 0.0
update_field pvehicle sl65 TENSOR_SCALE X 1.2
update_field pvehicle sl65 TENSOR_SCALE Z 1.0
update_field pvehicle sl65 TENSOR_SCALE W 0.455
update_field chassis sl65 ROLL_CENTER 13.8
update_field chassis sl65 RIDE_HEIGHT Front 11.66
update_field chassis sl65 RIDE_HEIGHT Rear 11.66
update_field chassis sl65 SHOCK_BLOWOUT 0.0
update_field chassis sl65 SHOCK_DIGRESSION Front 0.19
update_field chassis sl65 SHOCK_DIGRESSION Rear 0.18
update_field chassis sl65 SHOCK_EXT_STIFFNESS Front 50.2
update_field chassis sl65 SHOCK_EXT_STIFFNESS Rear 49.1
update_field chassis sl65 SHOCK_STIFFNESS Front 5.64
update_field chassis sl65 SHOCK_STIFFNESS Rear 5.64
update_field chassis sl65 SHOCK_VALVING Front 5.94
update_field chassis sl65 SHOCK_VALVING Rear 5.859999999999999
update_field chassis sl65 SPRING_PROGRESSION Front 5.8
update_field chassis sl65 SPRING_PROGRESSION Rear 5.87
update_field chassis sl65 SPRING_STIFFNESS Front 74.0
update_field chassis sl65 SPRING_STIFFNESS Rear 74.0
update_field chassis sl65 SWAYBAR_STIFFNESS Front 42.2
update_field chassis sl65 SWAYBAR_STIFFNESS Rear 45.8
update_field chassis sl65 TRAVEL Front 10000.0
update_field chassis sl65 TRAVEL Rear 10000.0
update_field chassis sl65 AERO_COEFFICIENT 0.135
# Handling: sl65/tires
update_field pvehicle sl65 TENSOR_SCALE Y 1.5
update_field tires sl65 DYNAMIC_GRIP Front 1.6800000000000002
update_field tires sl65 DYNAMIC_GRIP Rear 1.6800000000000002
update_field tires sl65 GRIP_SCALE Front 1.0
update_field tires sl65 GRIP_SCALE Rear 1.0
update_field tires sl65 STATIC_GRIP Front 12.0
update_field tires sl65 STATIC_GRIP Rear 12.0
update_field tires sl65 STEERING 0.65
update_field tires sl65 YAW_SPEED 0.3
update_field tires sl65 YAW_CONTROL[0] 1.0
update_field tires sl65 YAW_CONTROL[1] 1.0
update_field tires sl65 YAW_CONTROL[2] 1.0
update_field tires sl65 YAW_CONTROL[3] 1.0
# Handling: slr/separation
copy_node chassis slr ai_slr
copy_node chassis slr_top ai_slr_top
update_field pvehicle ai_slr chassis[0] Collection ai_slr
update_field pvehicle ai_slr chassis[1] Collection ai_slr_top
copy_node tires slr ai_slr
copy_node tires slr_top ai_slr_top
update_field pvehicle ai_slr tires[0] Collection ai_slr
update_field pvehicle ai_slr tires[1] Collection ai_slr_top
# Handling: slr/suspension
update_field ecar slr BodyDive DegPerG 0
update_field ecar slr BodyDive DegPerSec 0
update_field ecar slr BodyDive MaxG 0.0
update_field ecar slr BodyRoll DegPerG 0.0
update_field ecar slr BodyRoll DegPerSec 0
update_field ecar slr BodyRoll MaxG 0
update_field ecar slr BodySquat DegPerG 0
update_field ecar slr BodySquat DegPerSec 0
update_field ecar slr BodySquat MaxG 0.0
update_field pvehicle slr TENSOR_SCALE X 1.2
update_field pvehicle slr TENSOR_SCALE Z 1.0
update_field pvehicle slr TENSOR_SCALE W 0.455
update_field chassis slr ROLL_CENTER 13.2
update_field chassis slr RIDE_HEIGHT Front 11.440000000000001
update_field chassis slr RIDE_HEIGHT Rear 11.440000000000001
update_field chassis slr SHOCK_BLOWOUT 0.0
update_field chassis slr SHOCK_DIGRESSION Front 0.21
update_field chassis slr SHOCK_DIGRESSION Rear 0.21999999999999997
update_field chassis slr SHOCK_EXT_STIFFNESS Front 56.8
update_field chassis slr SHOCK_EXT_STIFFNESS Rear 54.4
update_field chassis slr SHOCK_STIFFNESS Front 5.96
update_field chassis slr SHOCK_STIFFNESS Rear 5.96
update_field chassis slr SHOCK_VALVING Front 5.96
update_field chassis slr SHOCK_VALVING Rear 6.24
update_field chassis slr SPRING_PROGRESSION Front 6.2
update_field chassis slr SPRING_PROGRESSION Rear 5.98
update_field chassis slr SPRING_STIFFNESS Front 74.0
update_field chassis slr SPRING_STIFFNESS Rear 74.0
update_field chassis slr SWAYBAR_STIFFNESS Front 44.8
update_field chassis slr SWAYBAR_STIFFNESS Rear 50.2
update_field chassis slr TRAVEL Front 10000.0
update_field chassis slr TRAVEL Rear 10000.0
update_field chassis slr AERO_COEFFICIENT 0.135
update_field chassis slr_top ROLL_CENTER 12
update_field chassis slr_top RIDE_HEIGHT Front 12.100000000000001
update_field chassis slr_top RIDE_HEIGHT Rear 12.100000000000001
update_field chassis slr_top SHOCK_BLOWOUT 0
update_field chassis slr_top SHOCK_DIGRESSION Front 0.25
update_field chassis slr_top SHOCK_DIGRESSION Rear 0.3
update_field chassis slr_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis slr_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis slr_top SHOCK_STIFFNESS Front 6.6
update_field chassis slr_top SHOCK_STIFFNESS Rear 6.6
update_field chassis slr_top SHOCK_VALVING Front 6
update_field chassis slr_top SHOCK_VALVING Rear 7
update_field chassis slr_top SPRING_PROGRESSION Front 7
update_field chassis slr_top SPRING_PROGRESSION Rear 6.2
update_field chassis slr_top SPRING_STIFFNESS Front 74
update_field chassis slr_top SPRING_STIFFNESS Rear 74
update_field chassis slr_top SWAYBAR_STIFFNESS Front 50
update_field chassis slr_top SWAYBAR_STIFFNESS Rear 59
update_field chassis slr_top TRAVEL Front 10000
update_field chassis slr_top TRAVEL Rear 10000
update_field chassis slr_top AERO_COEFFICIENT 0.135
# Handling: slr/tires
update_field pvehicle slr TENSOR_SCALE Y 1.5
update_field tires slr DYNAMIC_GRIP Front 1.72
update_field tires slr DYNAMIC_GRIP Rear 1.72
update_field tires slr GRIP_SCALE Front 1.0
update_field tires slr GRIP_SCALE Rear 1.0
update_field tires slr STATIC_GRIP Front 12.0
update_field tires slr STATIC_GRIP Rear 12.0
update_field tires slr STEERING 0.65
update_field tires slr YAW_SPEED 0.3
update_field tires slr YAW_CONTROL[0] 1.0
update_field tires slr YAW_CONTROL[1] 1.0
update_field tires slr YAW_CONTROL[2] 1.0
update_field tires slr YAW_CONTROL[3] 1.0
update_field tires slr_top DYNAMIC_GRIP Front 1.8
update_field tires slr_top DYNAMIC_GRIP Rear 1.8
update_field tires slr_top GRIP_SCALE Front 1
update_field tires slr_top GRIP_SCALE Rear 1
update_field tires slr_top STATIC_GRIP Front 12
update_field tires slr_top STATIC_GRIP Rear 12
update_field tires slr_top STEERING 0.65
update_field tires slr_top YAW_SPEED 0.3
update_field tires slr_top YAW_CONTROL[0] 1
update_field tires slr_top YAW_CONTROL[1] 1
update_field tires slr_top YAW_CONTROL[2] 1
update_field tires slr_top YAW_CONTROL[3] 1
# Handling: supra/separation
copy_node chassis supra ai_supra
copy_node chassis supra_top ai_supra_top
update_field pvehicle ai_supra chassis[0] Collection ai_supra
update_field pvehicle ai_supra chassis[1] Collection ai_supra_top
copy_node tires supra ai_supra
copy_node tires supra_top ai_supra_top
update_field pvehicle ai_supra tires[0] Collection ai_supra
update_field pvehicle ai_supra tires[1] Collection ai_supra_top
# Handling: supra/suspension
update_field ecar supra BodyDive DegPerG 0
update_field ecar supra BodyDive DegPerSec 0
update_field ecar supra BodyDive MaxG 0.0
update_field ecar supra BodyRoll DegPerG 0.0
update_field ecar supra BodyRoll DegPerSec 0
update_field ecar supra BodyRoll MaxG 0
update_field ecar supra BodySquat DegPerG 0
update_field ecar supra BodySquat DegPerSec 0
update_field ecar supra BodySquat MaxG 0.0
update_field pvehicle supra TENSOR_SCALE X 1.2
update_field pvehicle supra TENSOR_SCALE Z 1.0
update_field pvehicle supra TENSOR_SCALE W 0.455
update_field chassis supra ROLL_CENTER 14.1
update_field chassis supra RIDE_HEIGHT Front 11.0
update_field chassis supra RIDE_HEIGHT Rear 11.0
update_field chassis supra SHOCK_BLOWOUT 0.0
update_field chassis supra SHOCK_DIGRESSION Front 0.18
update_field chassis supra SHOCK_DIGRESSION Rear 0.16
update_field chassis supra SHOCK_EXT_STIFFNESS Front 46.9
update_field chassis supra SHOCK_EXT_STIFFNESS Rear 46.45
update_field chassis supra SHOCK_STIFFNESS Front 5.4799999999999995
update_field chassis supra SHOCK_STIFFNESS Rear 5.4799999999999995
update_field chassis supra SHOCK_VALVING Front 5.930000000000001
update_field chassis supra SHOCK_VALVING Rear 5.67
update_field chassis supra SPRING_PROGRESSION Front 5.6
update_field chassis supra SPRING_PROGRESSION Rear 5.815
update_field chassis supra SPRING_STIFFNESS Front 74.0
update_field chassis supra SPRING_STIFFNESS Rear 74.0
update_field chassis supra SWAYBAR_STIFFNESS Front 40.9
update_field chassis supra SWAYBAR_STIFFNESS Rear 43.6
update_field chassis supra TRAVEL Front 10000.0
update_field chassis supra TRAVEL Rear 10000.0
update_field chassis supra AERO_COEFFICIENT 0.135
update_field chassis supra_top ROLL_CENTER 12
update_field chassis supra_top RIDE_HEIGHT Front 11.0
update_field chassis supra_top RIDE_HEIGHT Rear 11.0
update_field chassis supra_top SHOCK_BLOWOUT 0
update_field chassis supra_top SHOCK_DIGRESSION Front 0.25
update_field chassis supra_top SHOCK_DIGRESSION Rear 0.3
update_field chassis supra_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis supra_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis supra_top SHOCK_STIFFNESS Front 6.6
update_field chassis supra_top SHOCK_STIFFNESS Rear 6.6
update_field chassis supra_top SHOCK_VALVING Front 6
update_field chassis supra_top SHOCK_VALVING Rear 7
update_field chassis supra_top SPRING_PROGRESSION Front 7
update_field chassis supra_top SPRING_PROGRESSION Rear 6.2
update_field chassis supra_top SPRING_STIFFNESS Front 74
update_field chassis supra_top SPRING_STIFFNESS Rear 74
update_field chassis supra_top SWAYBAR_STIFFNESS Front 50
update_field chassis supra_top SWAYBAR_STIFFNESS Rear 59
update_field chassis supra_top TRAVEL Front 10000
update_field chassis supra_top TRAVEL Rear 10000
update_field chassis supra_top AERO_COEFFICIENT 0.135
# Handling: supra/tires
update_field pvehicle supra TENSOR_SCALE Y 1.5
update_field tires supra DYNAMIC_GRIP Front 1.6600000000000001
update_field tires supra DYNAMIC_GRIP Rear 1.6600000000000001
update_field tires supra GRIP_SCALE Front 1.0
update_field tires supra GRIP_SCALE Rear 1.0
update_field tires supra STATIC_GRIP Front 12.0
update_field tires supra STATIC_GRIP Rear 12.0
update_field tires supra STEERING 0.65
update_field tires supra YAW_SPEED 0.3
update_field tires supra YAW_CONTROL[0] 1.0
update_field tires supra YAW_CONTROL[1] 1.0
update_field tires supra YAW_CONTROL[2] 1.0
update_field tires supra YAW_CONTROL[3] 1.0
update_field tires supra_top DYNAMIC_GRIP Front 1.8
update_field tires supra_top DYNAMIC_GRIP Rear 1.8
update_field tires supra_top GRIP_SCALE Front 1
update_field tires supra_top GRIP_SCALE Rear 1
update_field tires supra_top STATIC_GRIP Front 12
update_field tires supra_top STATIC_GRIP Rear 12
update_field tires supra_top STEERING 0.65
update_field tires supra_top YAW_SPEED 0.3
update_field tires supra_top YAW_CONTROL[0] 1
update_field tires supra_top YAW_CONTROL[1] 1
update_field tires supra_top YAW_CONTROL[2] 1
update_field tires supra_top YAW_CONTROL[3] 1
# Handling: tt/separation
copy_node chassis tt ai_tt
copy_node chassis tt_top ai_tt_top
update_field pvehicle ai_tt chassis[0] Collection ai_tt
update_field pvehicle ai_tt chassis[1] Collection ai_tt_top
copy_node tires tt ai_tt
copy_node tires tt_top ai_tt_top
update_field pvehicle ai_tt tires[0] Collection ai_tt
update_field pvehicle ai_tt tires[1] Collection ai_tt_top
# Handling: tt/suspension
update_field ecar tt BodyDive DegPerG 0
update_field ecar tt BodyDive DegPerSec 0
update_field ecar tt BodyDive MaxG 0.0
update_field ecar tt BodyRoll DegPerG 0.0
update_field ecar tt BodyRoll DegPerSec 0
update_field ecar tt BodyRoll MaxG 0
update_field ecar tt BodySquat DegPerG 0
update_field ecar tt BodySquat DegPerSec 0
update_field ecar tt BodySquat MaxG 0.0
update_field pvehicle tt TENSOR_SCALE X 1.2
update_field pvehicle tt TENSOR_SCALE Z 1.0
update_field pvehicle tt TENSOR_SCALE W 0.455
update_field chassis tt ROLL_CENTER 14.1
update_field chassis tt RIDE_HEIGHT Front 13.31
update_field chassis tt RIDE_HEIGHT Rear 13.31
update_field chassis tt SHOCK_BLOWOUT 0.0
update_field chassis tt SHOCK_DIGRESSION Front 0.18
update_field chassis tt SHOCK_DIGRESSION Rear 0.16
update_field chassis tt SHOCK_EXT_STIFFNESS Front 46.9
update_field chassis tt SHOCK_EXT_STIFFNESS Rear 46.45
update_field chassis tt SHOCK_STIFFNESS Front 5.4799999999999995
update_field chassis tt SHOCK_STIFFNESS Rear 5.4799999999999995
update_field chassis tt SHOCK_VALVING Front 5.930000000000001
update_field chassis tt SHOCK_VALVING Rear 5.67
update_field chassis tt SPRING_PROGRESSION Front 5.6
update_field chassis tt SPRING_PROGRESSION Rear 5.815
update_field chassis tt SPRING_STIFFNESS Front 74.0
update_field chassis tt SPRING_STIFFNESS Rear 74.0
update_field chassis tt SWAYBAR_STIFFNESS Front 40.9
update_field chassis tt SWAYBAR_STIFFNESS Rear 43.6
update_field chassis tt TRAVEL Front 10000.0
update_field chassis tt TRAVEL Rear 10000.0
update_field chassis tt AERO_COEFFICIENT 0.135
update_field chassis tt_top ROLL_CENTER 12
update_field chassis tt_top RIDE_HEIGHT Front 14.3
update_field chassis tt_top RIDE_HEIGHT Rear 14.3
update_field chassis tt_top SHOCK_BLOWOUT 0
update_field chassis tt_top SHOCK_DIGRESSION Front 0.25
update_field chassis tt_top SHOCK_DIGRESSION Rear 0.3
update_field chassis tt_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis tt_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis tt_top SHOCK_STIFFNESS Front 6.6
update_field chassis tt_top SHOCK_STIFFNESS Rear 6.6
update_field chassis tt_top SHOCK_VALVING Front 6
update_field chassis tt_top SHOCK_VALVING Rear 7
update_field chassis tt_top SPRING_PROGRESSION Front 7
update_field chassis tt_top SPRING_PROGRESSION Rear 6.2
update_field chassis tt_top SPRING_STIFFNESS Front 74
update_field chassis tt_top SPRING_STIFFNESS Rear 74
update_field chassis tt_top SWAYBAR_STIFFNESS Front 50
update_field chassis tt_top SWAYBAR_STIFFNESS Rear 59
update_field chassis tt_top TRAVEL Front 10000
update_field chassis tt_top TRAVEL Rear 10000
update_field chassis tt_top AERO_COEFFICIENT 0.135
# Handling: tt/tires
update_field pvehicle tt TENSOR_SCALE Y 1.5
update_field tires tt DYNAMIC_GRIP Front 1.6600000000000001
update_field tires tt DYNAMIC_GRIP Rear 1.6600000000000001
update_field tires tt GRIP_SCALE Front 1.0
update_field tires tt GRIP_SCALE Rear 1.0
update_field tires tt STATIC_GRIP Front 12.0
update_field tires tt STATIC_GRIP Rear 12.0
update_field tires tt STEERING 0.65
update_field tires tt YAW_SPEED 0.3
update_field tires tt YAW_CONTROL[0] 1.0
update_field tires tt YAW_CONTROL[1] 1.0
update_field tires tt YAW_CONTROL[2] 1.0
update_field tires tt YAW_CONTROL[3] 1.0
update_field tires tt_top DYNAMIC_GRIP Front 1.8
update_field tires tt_top DYNAMIC_GRIP Rear 1.8
update_field tires tt_top GRIP_SCALE Front 1
update_field tires tt_top GRIP_SCALE Rear 1
update_field tires tt_top STATIC_GRIP Front 12
update_field tires tt_top STATIC_GRIP Rear 12
update_field tires tt_top STEERING 0.65
update_field tires tt_top YAW_SPEED 0.3
update_field tires tt_top YAW_CONTROL[0] 1
update_field tires tt_top YAW_CONTROL[1] 1
update_field tires tt_top YAW_CONTROL[2] 1
update_field tires tt_top YAW_CONTROL[3] 1
# Handling: viper/separation
copy_node chassis viper ai_viper
copy_node chassis viper_top ai_viper_top
update_field pvehicle ai_viper chassis[0] Collection ai_viper
update_field pvehicle ai_viper chassis[1] Collection ai_viper_top
copy_node tires viper ai_viper
copy_node tires viper_top ai_viper_top
update_field pvehicle ai_viper tires[0] Collection ai_viper
update_field pvehicle ai_viper tires[1] Collection ai_viper_top
# Handling: viper/suspension
update_field ecar viper BodyDive DegPerG 0
update_field ecar viper BodyDive DegPerSec 0
update_field ecar viper BodyDive MaxG 0.0
update_field ecar viper BodyRoll DegPerG 0.0
update_field ecar viper BodyRoll DegPerSec 0
update_field ecar viper BodyRoll MaxG 0
update_field ecar viper BodySquat DegPerG 0
update_field ecar viper BodySquat DegPerSec 0
update_field ecar viper BodySquat MaxG 0.0
update_field pvehicle viper TENSOR_SCALE X 1.2
update_field pvehicle viper TENSOR_SCALE Z 1.0
update_field pvehicle viper TENSOR_SCALE W 0.455
update_field chassis viper ROLL_CENTER 13.8
update_field chassis viper RIDE_HEIGHT Front 10.01
update_field chassis viper RIDE_HEIGHT Rear 10.01
update_field chassis viper SHOCK_BLOWOUT 0.0
update_field chassis viper SHOCK_DIGRESSION Front 0.19
update_field chassis viper SHOCK_DIGRESSION Rear 0.18
update_field chassis viper SHOCK_EXT_STIFFNESS Front 50.2
update_field chassis viper SHOCK_EXT_STIFFNESS Rear 49.1
update_field chassis viper SHOCK_STIFFNESS Front 5.64
update_field chassis viper SHOCK_STIFFNESS Rear 5.64
update_field chassis viper SHOCK_VALVING Front 5.94
update_field chassis viper SHOCK_VALVING Rear 5.859999999999999
update_field chassis viper SPRING_PROGRESSION Front 5.8
update_field chassis viper SPRING_PROGRESSION Rear 5.87
update_field chassis viper SPRING_STIFFNESS Front 74.0
update_field chassis viper SPRING_STIFFNESS Rear 74.0
update_field chassis viper SWAYBAR_STIFFNESS Front 42.2
update_field chassis viper SWAYBAR_STIFFNESS Rear 45.8
update_field chassis viper TRAVEL Front 10000.0
update_field chassis viper TRAVEL Rear 10000.0
update_field chassis viper AERO_COEFFICIENT 0.135
update_field chassis viper_top ROLL_CENTER 12
update_field chassis viper_top RIDE_HEIGHT Front 9.35
update_field chassis viper_top RIDE_HEIGHT Rear 9.35
update_field chassis viper_top SHOCK_BLOWOUT 0
update_field chassis viper_top SHOCK_DIGRESSION Front 0.25
update_field chassis viper_top SHOCK_DIGRESSION Rear 0.3
update_field chassis viper_top SHOCK_EXT_STIFFNESS Front 70
update_field chassis viper_top SHOCK_EXT_STIFFNESS Rear 65
update_field chassis viper_top SHOCK_STIFFNESS Front 6.6
update_field chassis viper_top SHOCK_STIFFNESS Rear 6.6
update_field chassis viper_top SHOCK_VALVING Front 6
update_field chassis viper_top SHOCK_VALVING Rear 7
update_field chassis viper_top SPRING_PROGRESSION Front 7
update_field chassis viper_top SPRING_PROGRESSION Rear 6.2
update_field chassis viper_top SPRING_STIFFNESS Front 74
update_field chassis viper_top SPRING_STIFFNESS Rear 74
update_field chassis viper_top SWAYBAR_STIFFNESS Front 50
update_field chassis viper_top SWAYBAR_STIFFNESS Rear 59
update_field chassis viper_top TRAVEL Front 10000
update_field chassis viper_top TRAVEL Rear 10000
update_field chassis viper_top AERO_COEFFICIENT 0.135
# Handling: viper/tires
update_field pvehicle viper TENSOR_SCALE Y 1.5
update_field tires viper DYNAMIC_GRIP Front 1.6800000000000002
update_field tires viper DYNAMIC_GRIP Rear 1.6800000000000002
update_field tires viper GRIP_SCALE Front 1.0
update_field tires viper GRIP_SCALE Rear 1.0
update_field tires viper STATIC_GRIP Front 12.0
update_field tires viper STATIC_GRIP Rear 12.0
update_field tires viper STEERING 0.65
update_field tires viper YAW_SPEED 0.3
update_field tires viper YAW_CONTROL[0] 1.0
update_field tires viper YAW_CONTROL[1] 1.0
update_field tires viper YAW_CONTROL[2] 1.0
update_field tires viper YAW_CONTROL[3] 1.0
update_field tires viper_top DYNAMIC_GRIP Front 1.8
update_field tires viper_top DYNAMIC_GRIP Rear 1.8
update_field tires viper_top GRIP_SCALE Front 1
update_field tires viper_top GRIP_SCALE Rear 1
update_field tires viper_top STATIC_GRIP Front 12
update_field tires viper_top STATIC_GRIP Rear 12
update_field tires viper_top STEERING 0.65
update_field tires viper_top YAW_SPEED 0.3
update_field tires viper_top YAW_CONTROL[0] 1
update_field tires viper_top YAW_CONTROL[1] 1
update_field tires viper_top YAW_CONTROL[2] 1
update_field tires viper_top YAW_CONTROL[3] 1
ui_option new
script scripts\ug2ish-handling-new.nfsms
ui_option new