ShitboxInfinity/tools
m3ultra e9717326f4 Smashable street furniture; fix levels losing every texture on rebuild
Street lamps, bollards and bins are no longer baked scenery. The builder emits
SL_/BO_/WB_ markers off the OSM nodes and game.gd spawns them as RigidBodies
with a low centre of mass, so clipping a lamp at 100 topples it instead of
driving through a painted pole. ~206 physics bodies per level (58 parked cars,
60 lamps, 88 bollards/bins), all asleep until hit. Verified by ramming one:
23.6 deg tilt, launched at 18 m/s.

Fixes a self-inflicted trap from the last commit: level_*.jpg are Godot's
extraction of the GLB's embedded textures, NOT Blender output. build_all
cleared them to avoid orphans but left level.glb.import, so Godot's cache
decided nothing had changed and never re-extracted -- queen_st_mall shipped
with 0 of its 31 textures, loading fine but rendering untextured. The .import
now goes with them.

Also confirmed the Wheel of Brisbane pivot really does turn (0.086 rad over
120 frames, 0.000 m centre drift) -- it was previously untested.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-28 18:53:05 +10:00
..
build_all_levels.sh Smashable street furniture; fix levels losing every texture on rebuild 2026-07-28 18:53:05 +10:00
build_cars.py FLOORED LAZZA 1.5: John's actual first car, '82 KA Laser hatch 2026-07-28 16:16:32 +10:00
build_level_osm.py Smashable street furniture; fix levels losing every texture on rebuild 2026-07-28 18:53:05 +10:00
check_textures.py Scenery overhaul: real OSM street furniture, FLUX texture set v2, lighting pass 2026-07-28 14:13:29 +10:00
crop_poster.py Scenery v4: traffic signals, power lines, local FLUX fallback 2026-07-28 17:21:35 +10:00
flux_local.py Scenery v4: traffic signals, power lines, local FLUX fallback 2026-07-28 17:21:35 +10:00
flux_texture.sh Scenery v4: traffic signals, power lines, local FLUX fallback 2026-07-28 17:21:35 +10:00
gen_textures.sh Scenery v4: traffic signals, power lines, local FLUX fallback 2026-07-28 17:21:35 +10:00
import_all.sh Batch-import the whole shitboxes stash: 13 more real models 2026-07-27 22:47:38 +10:00
import_shitbox.py Batch-import the whole shitboxes stash: 13 more real models 2026-07-27 22:47:38 +10:00
osm_junction.py Crash Mode junctions: scripted convoys, Aftertouch, Crashbreaker, medals 2026-07-28 00:14:33 +10:00
osm_level_args.py Four more Brisbane levels + FLUX textures: these scenes pop 2026-07-27 23:48:55 +10:00
osm_xml_to_json.py Scenery v4: traffic signals, power lines, local FLUX fallback 2026-07-28 17:21:35 +10:00