i'm using enGB verson of WoW and maya 2009x64 on fedora 12
i started maya, set my wow folder with the settings shelf button, then browsed to the female gnome .skin file with the MPQ browser. when i tried to import it a file i got the following error: (this was on a .skin file of the same name)
// INFO : mpq::extract : opening "CHARACTER\GNOME\FEMALE\GNOMEFEMALE.M2" (patch-2.MPQ) //
posted my script editor below:
updateRendererUI;
wtm_settingsGUI;
wtm_import GUI;
// INFO : mpq::findLocale : reading "/media/Projects/World of Warcraft//WTF/Config.wtf" //
// INFO : mpq::setWoWPath : locale detected : "enGB" //
// INFO : mpq::setWoWPath : added "/media/Projects/World of Warcraft//Data/common.MPQ" //
// INFO : mpq::setWoWPath : added "/media/Projects/World of Warcraft//Data/common-2.MPQ" //
// INFO : mpq::setWoWPath : added "/media/Projects/World of Warcraft//Data/expansion.MPQ" //
// INFO : mpq::setWoWPath : added "/media/Projects/World of Warcraft//Data/lichking.MPQ" //
// INFO : mpq::setWoWPath : added "/media/Projects/World of Warcraft//Data/patch.MPQ" //
// INFO : mpq::setWoWPath : added "/media/Projects/World of Warcraft//Data/patch-2.MPQ" //
// INFO : mpq::setWoWPath : added "/media/Projects/World of Warcraft//Data/patch-3.MPQ" //
// Error: FATAL : mpq::setWoWPath : cannot open "/media/Projects/World of Warcraft//Data/enUS/base-enUS.MPQ" //
wtm_import GUI;
// INFO : mpq::extract : opening "CHARACTER\GNOME\FEMALE\GNOMEFEMALE.M2" (patch-2.MPQ) //
// Error: FATAL : mpq::extract : extract error for asset "CHARACTER\GNOME\FEMALE\GNOMEFEMALE.M2" //
// INFO : mpq::extract : opening "INTERIORS\BUILDINGS\ND_FORSAKEN\ND_FORSAKEN_BARRICADE_DOODAD.M2" (lichking.MPQ) //
// Error: FATAL : mpq::extract : extract error for asset "INTERIORS\BUILDINGS\ND_FORSAKEN\ND_FORSAKEN_BARRICADE_DOODAD.M2" //
wtm_armoryGUI;
wtm_import GUI;
// INFO : mpq::extract : skipping "CHARACTER\GNOME\FEMALE\GNOMEFEMALE00.SKIN" (patch-2.MPQ) - file exists //
// INFO : mpq::extract : opening "CHARACTER\GNOME\FEMALE\GNOMEFEMALE0060-00.ANIM" (patch-2.MPQ) //
// Error: Nothing is currently selected. //
some things to note:
it is missing the all the .MPQ files located under /media/Projects/World of Warcraft//Data/enGB/
i was able to extract a few files using the extract button. that's the line that says 'file exists' for the fem gnome .skin file.
this was probably just an oversight, easy fix on line 26 of src/blizzard/mpq.cpp to:
"%locale%/base-%locale%.MPQ",