mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix CharSections.dbc field layout for classic/tbc/turtle expansions
The binary DBC files for all expansions use the same field ordering (VariationIndex=4, ColorIndex=5, Texture1=6), but classic/tbc/turtle dbc_layouts.json had swapped texture and variation/color fields, causing all skin/face/hair/underwear lookups to fail. Also adds generalized NxN texture scaling and a second video to README.
This commit is contained in:
parent
85714fd7f6
commit
b8f1f15eb4
6 changed files with 93 additions and 28 deletions
|
|
@ -12,8 +12,9 @@
|
|||
},
|
||||
"CharSections": {
|
||||
"RaceID": 1, "SexID": 2, "BaseSection": 3,
|
||||
"Texture1": 4, "Texture2": 5, "Texture3": 6,
|
||||
"Flags": 7, "VariationIndex": 8, "ColorIndex": 9
|
||||
"VariationIndex": 4, "ColorIndex": 5,
|
||||
"Texture1": 6, "Texture2": 7, "Texture3": 8,
|
||||
"Flags": 9
|
||||
},
|
||||
"SpellIcon": { "ID": 0, "Path": 1 },
|
||||
"FactionTemplate": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue