Files
WoWee/tools/dbc_to_csv
Kelsi 11d45e32b3 fix(geosets): correct boot/shin geoset selection and DBC loading
The DBC loader skipped binary DBCs in Data/db/ on Linux because
filenames are lowercase but code requested mixed-case names.  This
caused the corrupted CSV fallback to be used, where nearly all
integer fields (including GeosetGroup) were misclassified as strings
and exported as string-block lookups instead of numeric values.

Add case-insensitive filename matching for the Data/db/ directory
scan and prioritize expansion overlay DBCs.  Fix kGeosetBareShins
from 503 to 501, add per-race lowestInGroup fallback (Gnome, Tauren),
and use DBC layout JSON for field indices in game_screen_hud.  Exclude
field 0 (record ID) from string detection in both dbc_to_csv and the
asset extractor to prevent future CSV corruption.
2026-07-10 17:17:24 -07:00
..