mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-04 00:13:51 +00:00
Replace MPQ runtime with loose file asset system
Extract assets from MPQ archives into organized loose files indexed by manifest.json, enabling fully parallel reads without StormLib serialization. Add asset_extract and blp_convert tools, PNG texture override support.
This commit is contained in:
parent
5eb40e455d
commit
4b24736113
16 changed files with 1427 additions and 101 deletions
|
|
@ -267,7 +267,7 @@ void Minimap::parseTRS() {
|
|||
if (trsParsed || !assetManager) return;
|
||||
trsParsed = true;
|
||||
|
||||
auto data = assetManager->getMPQManager().readFile("Textures\\Minimap\\md5translate.trs");
|
||||
auto data = assetManager->readFile("Textures\\Minimap\\md5translate.trs");
|
||||
if (data.empty()) {
|
||||
LOG_WARNING("Failed to load md5translate.trs");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue