mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-05 00:33:51 +00:00
Add cross-platform Python asset pipeline GUI
This commit is contained in:
parent
aaab2115d1
commit
20dd5ed63b
3 changed files with 842 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ This project requires WoW client data that you extract from your own legally obt
|
|||
|
||||
Wowee loads assets via an extracted loose-file tree indexed by `manifest.json` (it does not read MPQs at runtime).
|
||||
|
||||
For a cross-platform GUI workflow (extraction + texture pack management + active override state), see:
|
||||
- [Asset Pipeline GUI](docs/asset-pipeline-gui.md)
|
||||
|
||||
#### 1) Extract MPQs into `./Data/`
|
||||
|
||||
```bash
|
||||
|
|
@ -196,6 +199,7 @@ make -j$(nproc)
|
|||
- [Project Status](docs/status.md) -- Current code state, limitations, and near-term direction
|
||||
- [Quick Start](docs/quickstart.md) -- Installation and first steps
|
||||
- [Build Instructions](BUILD_INSTRUCTIONS.md) -- Detailed dependency, build, and run guide
|
||||
- [Asset Pipeline GUI](docs/asset-pipeline-gui.md) -- Python GUI for extraction, pack installs, ordering, and override rebuilds
|
||||
|
||||
### Technical Documentation
|
||||
- [Architecture](docs/architecture.md) -- System design and module overview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue