Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Craigiea on July 02, 2015, 10:27:43 pm
-
Hey everyone ive been trying to access my LUA files and ive heard i do this by extracting my interface via the console. I have the console working but its not accepting Extract as a command.
Anyone help me do what i need.
Many thanks =)
-
Hey everyone ive been trying to access my LUA files and ive heard i do this by extracting my interface via the console. I have the console working but its not accepting Extract as a command.
Anyone help me do what i need.
Many thanks =)
Dont know about console, but you can use the Wow Model Viever to extract the specific LUA files...
-
What is this? .MPQ is a proprietary file format so there's no way the console is going to extract it for you.
Just open up your locale archives in data/xxXX/ with Ladik's MPQ Editor and extract them..?
Edit: My bad, I never knew this "console" thing existed.
-
exportInterfaceFiles code
-
exportInterfaceFiles code
Or art, to get the other half.
-
Why is this thread in Getting started tutorial section? You could have asked in Miscellaneous or somewhere else at least.
-
Can you guys please stop blabbering off topic and unfriendly stuff to people who just joined and asked the first question? He had previous knowledge, posed a perfectly valid and easy to answer question, and picking a forum called "getting started" does honestly not sound like the worst choice.
-
Can you guys please start moderating the forum? That was more a tip for admins/moderators rather than for the guy. Moreover, If I were that guy, I would ask myself a question if I should post in a board without any user-created posts.
-
Report the post then, which is only visible to moderators.
-
If you open all of the locale MPQ's (DataenGB*.mpq for example) in MPQ Editor in 'Merged' mode, it will open them all automatically in read-only with priorities correctly set. Basically, duplicate files exist throughout the MPQ's and WoW loads them in order, with the last to be loaded being the one used. So opening in merged mode loads the latest file and thus you can extract them from there.
Other options to obtain these files are already in other replies, I am just posting this method as it is useful for all files and not just the interface stuff.
-
If you just do the tutorial Part 2 in chapter
Extracting the MPQs
I explain how to extract all wow files to exactly have the possibility to direct access all files you need for modding.
Including the full interface folder.