HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How do you extract MPQ files

07-06-2007, 07:54 PM#1
Terror2004
i printed out wc3jass's jass tutorial and it says before i get started i need to know how to extract .mpq files, anyone know where a good tutorial to learn how to do that? if so reply :p


sorry if posted in wrong section couldnt really think up of where to post this at.
07-06-2007, 08:28 PM#2
SFilip
You need a program to do that.
There are several to pick from actually...
WinMPQ
PowerMPQ
MPQEditor

Just open the archive you need (since it's a Jass tutorial you probably want to open war3.mpq or war3x.mpq from the warcraft directory), select the file you want and extract it.
07-09-2007, 07:23 PM#3
Terror2004
it wants me to read blizzard.j and common.j files in it but when i extract it and open it it gives me a bunch of un-readable junk, is there another program i need to read it? i downloaded all 3 of the above ( win mpq wont work says missing .dll even though i re-installed it many times).

edit= the first "it" and "in it" means the jass tutorial (wc3jass.com)
07-09-2007, 09:15 PM#4
SFilip
> says missing .dll
Type that DLL's name in google and with little luck you'll get a download link.
07-09-2007, 09:38 PM#5
Terror2004
runtime error 48
error in loading dll
07-09-2007, 10:17 PM#6
PitzerMike
WinMPQ requires VB runtimes and some other thing I've forgotten.

If what you've opened looks somewhat like this then it's JASS code.

Quote:
Originally Posted by Terror2004
... open it it gives me a bunch of un-readable junk

20 bucks say, you've just opened blizzard.j ;-)
07-10-2007, 07:33 AM#7
Terror2004
no it looked more like chicken scratch, triangles circles small numbers at the top of triangles etc
07-10-2007, 12:45 PM#8
TheSecretArts
obviously its something in hex or some other language other than a JASS
07-10-2007, 01:27 PM#9
maximilianx
hahaha...chicken scratch, sorry about the off-topicness but..chicken scratch is just such an amazing little word/phrase thing.
07-10-2007, 11:18 PM#10
Terror2004
lol, posting this question in 3 forums and still havent got the answer i was looking for in several days >.> <.<
all i want to know is what steps would i take to getting to look at common.j and blizzard.j so i can try to learn jass
sorry for the inconvience

Strangly ive spent my entire life on a computer, and i cant figure this out when most of you probably figured it out a long time ago.

Although pitzer mike has been the most helpfull(getting me the listfile and trying to point me in the right direction, but ive never done any programming ever) accept if you count friend teaching me how to get snes/gameboy emulators to work but that was so long ago i dont even remember how to do it now-a-days
07-10-2007, 11:55 PM#11
PitzerMike
Ok, if the other tools didn't work for you, let's try it with PowerMPQ then.

1. Start the program
2. Click the open button, select war3patch.mpq
-> you now should have loads of ~unknown files in the list
3. Go to Options/Configuration -> File Lists tab
4. Click Add Listfile, select the Listfile.txt that I uploaded the other day, ok, ok
5. Now to refresh the view you have to reload the mpq, that means click open again and select war3patch.mpq again.
-> the ~unknowns should now have turned into normal paths, you shouln't have trouble finding scripts\common.j and scripts\blizzard.j now
6. Last but not least: right-click the files you want to get and click extract from the menu ...