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
325 B
Plaintext
14 lines
325 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 = "XF Fungoon"
|
|
model_path = "res://cars/xf_falcon/car.glb"
|
|
engine_power = 12.0
|
|
mass = 1350.0
|
|
grip = 5.2
|
|
length = 4.91
|
|
width = 1.86
|