mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +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
|
|
@ -8,6 +8,8 @@ A native C++ World of Warcraft client with a custom OpenGL renderer.
|
|||
|
||||
[](https://youtu.be/Pd9JuYYxu0o)
|
||||
|
||||
[](https://youtu.be/J4NXegzqWSQ)
|
||||
|
||||
Primary target today is **WotLK 3.3.5a**, with active work to broaden compatibility across **Vanilla (Classic) + TBC + WotLK**.
|
||||
|
||||
> **Legal Disclaimer**: This is an educational/research project. It does not include any Blizzard Entertainment assets, data files, or proprietary code. World of Warcraft and all related assets are the property of Blizzard Entertainment, Inc. This project is not affiliated with or endorsed by Blizzard Entertainment. Users are responsible for supplying their own legally obtained game data files and for ensuring compliance with all applicable laws in their jurisdiction.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue