2021-11-13 21:22:07 +00:00
|
|
|
[gd_scene load_steps=13 format=2]
|
2021-11-09 23:59:58 +00:00
|
|
|
|
2021-11-18 19:48:47 +00:00
|
|
|
[ext_resource path="res://vehicles/vehicle.gd" type="Script" id=1]
|
2021-11-09 23:59:58 +00:00
|
|
|
[ext_resource path="res://assets/beetlecar.glb" type="PackedScene" id=2]
|
2021-11-13 21:22:07 +00:00
|
|
|
[ext_resource path="res://vehicles/tire_smoke.tscn" type="PackedScene" id=3]
|
2021-11-09 23:59:58 +00:00
|
|
|
|
|
|
|
[sub_resource type="Curve" id=3]
|
2021-11-21 22:08:52 +00:00
|
|
|
_data = [ Vector2( 0, 0 ), 0.0, 3.60634, 0, 1, Vector2( 0.15566, 0.561364 ), 1.56017, 1.56017, 0, 0, Vector2( 0.830189, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0 ), 0.0, 0.0, 0, 0 ]
|
2021-11-13 11:44:07 +00:00
|
|
|
|
|
|
|
[sub_resource type="Curve" id=4]
|
|
|
|
_data = [ Vector2( 0, 0.492045 ), 0.0, 0.0, 0, 0, Vector2( 0.15566, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.212264, 0 ), 0.0, 0.0, 0, 0, Vector2( 0.29717, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.410377, 0 ), 0.0, 0.0, 0, 0, Vector2( 0.481132, 0.701136 ), 0.0, 0.0, 0, 0, Vector2( 0.566038, 0.282955 ), 0.0, 0.0, 0, 0, Vector2( 0.589623, 0.6375 ), 0.0, 0.0, 0, 0, Vector2( 0.660377, 0.373864 ), 0.0, 0.0, 0, 0, Vector2( 0.669811, 0.5375 ), 0.0, 0.0, 0, 0, Vector2( 0.764151, 0.0284091 ), 0.0, 0.0, 0, 0, Vector2( 0.811321, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.938679, 0 ), 0.0, 0.0, 0, 0, Vector2( 1, 1 ), 0.0, 0.0, 0, 0 ]
|
2021-11-09 23:59:58 +00:00
|
|
|
|
2021-11-21 22:45:44 +00:00
|
|
|
[sub_resource type="CapsuleShape" id=11]
|
|
|
|
radius = 0.394377
|
|
|
|
height = 2.03536
|
2021-11-09 23:59:58 +00:00
|
|
|
|
|
|
|
[sub_resource type="AudioStreamGenerator" id=2]
|
|
|
|
mix_rate = 5500.0
|
2021-11-13 11:53:59 +00:00
|
|
|
buffer_length = 1.0
|
2021-11-09 23:59:58 +00:00
|
|
|
|
2021-11-13 21:22:07 +00:00
|
|
|
[sub_resource type="Curve" id=9]
|
|
|
|
_data = [ Vector2( 0, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0.493182 ), 0.0, 0.0, 0, 0 ]
|
|
|
|
|
|
|
|
[sub_resource type="CurveTexture" id=10]
|
|
|
|
curve = SubResource( 9 )
|
|
|
|
|
|
|
|
[sub_resource type="ParticlesMaterial" id=7]
|
|
|
|
direction = Vector3( 0, 0, -1 )
|
|
|
|
gravity = Vector3( 0, 0.2, 0 )
|
|
|
|
initial_velocity = 0.8
|
|
|
|
scale = 0.1
|
|
|
|
scale_random = 0.17
|
|
|
|
scale_curve = SubResource( 10 )
|
|
|
|
color = Color( 0.0705882, 0.0705882, 0.0705882, 0.435294 )
|
|
|
|
|
|
|
|
[sub_resource type="SpatialMaterial" id=6]
|
|
|
|
flags_transparent = true
|
|
|
|
vertex_color_use_as_albedo = true
|
|
|
|
|
|
|
|
[sub_resource type="SphereMesh" id=8]
|
|
|
|
material = SubResource( 6 )
|
|
|
|
radial_segments = 4
|
|
|
|
rings = 3
|
|
|
|
|
2021-11-17 19:10:51 +00:00
|
|
|
[node name="beetlecar" groups=["car"] instance=ExtResource( 2 )]
|
2021-11-22 19:05:57 +00:00
|
|
|
mass = 340.0
|
2021-11-09 23:59:58 +00:00
|
|
|
script = ExtResource( 1 )
|
2021-11-20 18:27:22 +00:00
|
|
|
max_steer_angle = 18.0
|
2021-11-20 18:32:26 +00:00
|
|
|
speed_steer_angle = 8.0
|
|
|
|
max_steer_speed = 60.0
|
|
|
|
max_steer_input = 60.0
|
2021-11-22 19:05:57 +00:00
|
|
|
max_engine_force = 100.0
|
2021-11-20 18:27:22 +00:00
|
|
|
max_brake_force = 60.0
|
|
|
|
base_engine_pitch = 0.38
|
2021-11-22 19:05:57 +00:00
|
|
|
gear_ratios = [ 2.99, 2.5, 1.98, 1.56, 1.32, 1.12 ]
|
2021-11-21 22:08:52 +00:00
|
|
|
final_drive = 4.0
|
2021-11-09 23:59:58 +00:00
|
|
|
max_rpm = 8000.0
|
2021-11-13 20:17:52 +00:00
|
|
|
gear_switch_time = 0.5
|
2021-11-09 23:59:58 +00:00
|
|
|
power_curve = SubResource( 3 )
|
2021-11-13 11:44:07 +00:00
|
|
|
sound_curve = SubResource( 4 )
|
2021-11-09 23:59:58 +00:00
|
|
|
|
|
|
|
[node name="rear_right" parent="." index="0"]
|
|
|
|
use_as_traction = true
|
2021-11-22 19:05:57 +00:00
|
|
|
wheel_roll_influence = 0.01
|
2021-11-09 23:59:58 +00:00
|
|
|
wheel_radius = 0.38
|
2021-11-21 22:08:52 +00:00
|
|
|
wheel_rest_length = 0.3
|
|
|
|
wheel_friction_slip = 12.0
|
|
|
|
suspension_travel = 0.3
|
|
|
|
suspension_stiffness = 12.0
|
2021-11-20 18:27:22 +00:00
|
|
|
damping_compression = 0.75
|
|
|
|
damping_relaxation = 0.8
|
2021-11-09 23:59:58 +00:00
|
|
|
|
|
|
|
[node name="rear_left" parent="." index="3"]
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, -1.50996e-07, 0, 1.50996e-07, 1, 0.621506, 0.375, -0.83483 )
|
|
|
|
use_as_traction = true
|
2021-11-22 19:05:57 +00:00
|
|
|
wheel_roll_influence = 0.01
|
2021-11-09 23:59:58 +00:00
|
|
|
wheel_radius = 0.38
|
2021-11-21 22:08:52 +00:00
|
|
|
wheel_rest_length = 0.3
|
|
|
|
wheel_friction_slip = 12.0
|
|
|
|
suspension_travel = 0.3
|
|
|
|
suspension_stiffness = 12.0
|
2021-11-20 18:27:22 +00:00
|
|
|
damping_compression = 0.75
|
|
|
|
damping_relaxation = 0.8
|
2021-11-09 23:59:58 +00:00
|
|
|
|
|
|
|
[node name="rear_left" parent="rear_left" index="0"]
|
|
|
|
transform = Transform( -1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
|
|
|
|
|
|
|
|
[node name="front_right" parent="." index="4"]
|
|
|
|
use_as_steering = true
|
2021-11-22 19:05:57 +00:00
|
|
|
wheel_roll_influence = 0.01
|
2021-11-09 23:59:58 +00:00
|
|
|
wheel_radius = 0.38
|
2021-11-21 22:08:52 +00:00
|
|
|
wheel_rest_length = 0.3
|
|
|
|
wheel_friction_slip = 10.0
|
|
|
|
suspension_travel = 0.3
|
|
|
|
suspension_stiffness = 12.0
|
2021-11-20 18:27:22 +00:00
|
|
|
damping_compression = 0.75
|
|
|
|
damping_relaxation = 0.8
|
2021-11-09 23:59:58 +00:00
|
|
|
|
|
|
|
[node name="front_left" parent="." index="5"]
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, -1.50996e-07, 0, 1.50996e-07, 1, 0.621506, 0.375, 1.19336 )
|
|
|
|
use_as_steering = true
|
2021-11-22 19:05:57 +00:00
|
|
|
wheel_roll_influence = 0.01
|
2021-11-09 23:59:58 +00:00
|
|
|
wheel_radius = 0.38
|
2021-11-21 22:08:52 +00:00
|
|
|
wheel_rest_length = 0.3
|
|
|
|
wheel_friction_slip = 10.0
|
|
|
|
suspension_travel = 0.3
|
|
|
|
suspension_stiffness = 12.0
|
2021-11-20 18:27:22 +00:00
|
|
|
damping_compression = 0.75
|
|
|
|
damping_relaxation = 0.8
|
2021-11-09 23:59:58 +00:00
|
|
|
|
|
|
|
[node name="front_left" parent="front_left" index="0"]
|
|
|
|
transform = Transform( -1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
|
|
|
|
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="." index="6"]
|
2021-11-20 19:26:24 +00:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.954429, 0.205449 )
|
2021-11-21 22:45:44 +00:00
|
|
|
shape = SubResource( 11 )
|
2021-11-09 23:59:58 +00:00
|
|
|
|
2021-11-14 22:00:12 +00:00
|
|
|
[node name="engine_sound_player" type="AudioStreamPlayer3D" parent="." index="7"]
|
2021-11-09 23:59:58 +00:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.14201, 0.968668 )
|
|
|
|
stream = SubResource( 2 )
|
|
|
|
unit_db = 14.0
|
2021-11-17 22:23:12 +00:00
|
|
|
bus = "Sound"
|
2021-11-13 21:22:07 +00:00
|
|
|
|
2021-11-14 22:00:12 +00:00
|
|
|
[node name="Smoke" type="Particles" parent="." index="8"]
|
2021-11-13 21:22:07 +00:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.31514, 0.383062, -1.51247 )
|
|
|
|
amount = 12
|
|
|
|
local_coords = false
|
|
|
|
process_material = SubResource( 7 )
|
|
|
|
draw_pass_1 = SubResource( 8 )
|
|
|
|
|
2021-11-14 22:00:12 +00:00
|
|
|
[node name="rr_tire_smoke" parent="." index="9" instance=ExtResource( 3 )]
|
2021-11-13 21:22:07 +00:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.621508, 0.0502438, -0.83483 )
|
|
|
|
|
2021-11-14 22:00:12 +00:00
|
|
|
[node name="rl_tire_smoke" parent="." index="10" instance=ExtResource( 3 )]
|
2021-11-13 21:22:07 +00:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, -1.50996e-07, 0, 1.50996e-07, 1, 0.621506, 0.0502438, -0.83483 )
|
|
|
|
|
2021-11-14 22:00:12 +00:00
|
|
|
[node name="fr_tire_smoke" parent="." index="11" instance=ExtResource( 3 )]
|
2021-11-13 21:22:07 +00:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.621508, 0.0502438, 1.19336 )
|
|
|
|
|
2021-11-14 22:00:12 +00:00
|
|
|
[node name="fl_tire_smoke" parent="." index="12" instance=ExtResource( 3 )]
|
2021-11-13 21:22:07 +00:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, -1.50996e-07, 0, 1.50996e-07, 1, 0.621506, 0.0502438, 1.19336 )
|