21-03-2017, 20:03
Co do wartości - zostały one po prostu usunięte z gry bądź zmienili ich nazewnictwo - w co jednak wątpię.
Tutaj masz WSZYSTKIE wartości jakie można użyć w pliku physics.sii
Tutaj masz WSZYSTKIE wartości jakie można użyć w pliku physics.sii
Kod:
"physics_data":{
"superclass":"unit",
"attrs":{
"version":{
"type": "uint"
},
"steering_speed_coef":{
"type": "float"
},
"steering_angle_coef":{
"type": "float"
},
"steering_ratio_coef":{
"type": "float"
},
"max_visual_rotation":{
"type": "uint"
},
"steering_sensitivity_multiplier_0kmh":{
"type": "float"
},
"steering_sensitivity_multiplier_100kmh":{
"type": "float"
},
"steering_sensitivity_multiplier_minimum":{
"type": "float"
},
"steering_sensitivity_multiplier_maximum":{
"type": "float"
},
"fifth_wheel_pitch":{
"type": "float"
},
"fifth_wheel_roll":{
"type": "float"
},
"brake_torque_factor":{
"type": "float"
},
"braking_curve_peak_rel":{
"type": "float"
},
"brake_characteristic_rpm":{
"type": "float"
},
"brake_balance":{
"type": "float"
},
"max_brake_temperature":{
"type": "float"
},
"brake_cooling_rate":{
"type": "float"
},
"brake_friction_warming_rate":{
"type": "float"
},
"cabin_max_pitch_angle_front":{
"type": "float"
},
"cabin_max_pitch_angle_rear":{
"type": "float"
},
"cabin_max_roll_angle":{
"type": "float"
},
"cabin_pitch_force_scaling_factor":{
"type": "float"
},
"cabin_pitch_damping_factor":{
"type": "float"
},
"cabin_roll_force_scaling_factor":{
"type": "float"
},
"cabin_roll_damping_factor":{
"type": "float"
},
"cabin_mass":{
"type": "float"
},
"wheel_mass":{
"type": "float"
},
"damping_scaling_front_factor":{
"type": "float"
},
"damping_scaling_rear_factor":{
"type": "float"
},
"damping_scaling_trailer_factor":{
"type": "float"
},
"sway_bar_stiffness_factor":{
"type": "float"
},
"thrust_characteristic_viscosity_factor":{
"type": "float"
},
"transmission_viscosity_factor":{
"type": "float"
},
"transmission_viscosity_retarder_factor":{
"type": "float"
},
"wheel_viscosity_factor":{
"type": "float"
},
"clutch_viscosity_factor":{
"type": "float"
},
"clutch_connected_viscosity_factor":{
"type": "float"
},
"manual_clutch_viscosity_factor":{
"type": "float"
},
"manual_clutch_connected_viscosity_factor":{
"type": "float"
},
"torque_converter_viscosity_factor":{
"type": "float"
},
"torque_converter_locked_viscosity_factor":{
"type": "float"
},
"inertia_scaling_const":{
"type": "float"
},
"transmission_rel_flywheel_inertia":{
"type": "float"
},
"air_resistance":{
"type": "float"
},
"bristle_stiffness_longitudinal_factor":{
"type": "float"
},
"bristle_stiffness_lateral_factor":{
"type": "float"
},
"bristle_damping_longitudinal_factor":{
"type": "float"
},
"bristle_damping_lateral_factor":{
"type": "float"
},
"slip_longitudinal_factor":{
"type": "float"
},
"slip_lateral_factor":{
"type": "float"
}
}
},