Stats quietly inverted: shitboxier IRL = better in game. Excel X3 is now the fastest car; TURDRUNNER is the slowest. tools/import_shitbox.py converts downloaded models (glb/gltf/fbx/obj/blend) to game GLBs -- normalizes scale, yaw, ride-height origin. First two imports: Corolla mk7 and Morris Mini. shitboxes/ stash gitignored + .gdignore'd (its .blend files broke Godot's headless import scan). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
[gd_resource type="Resource" script_class="CarStats" load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://src/car_stats.gd" id="1"]
|
|
|
|
[resource]
|
|
script = ExtResource("1")
|
|
display_name = "CHAEBOL HLYR X1"
|
|
model_path = "res://cars/chaebol_x1/car.glb"
|
|
engine_power = 15.0
|
|
mass = 900.0
|
|
grip = 6.5
|
|
length = 4.28
|
|
width = 1.60
|