| 02-10-2005, 01:43 PM | #1 | |
This is a replacement of my old MPQ Workshop. I rewrote whole codes, and wrote a new mpqlib which was half copied from zezula's StormLib(most of compact(flush)/compression part) and half coded by myself. Now it is combined into Master series, ;) I think that it is the fastest and smallest MPQ GUI software in the world. My test: it costs only less than 3 seconds on opening war3.mpq on my Centrino I 1.0G mobile CPU, which is compared to other softwares: MPQ Workshop: 6 sec Power MPQ, MPQ Editor, WinMPQ: more than 20 sec Size of files: MPQMaster.exe 136KB(63KB after upxing) MpqLib.dll 121KB(59KB after upxing) No extra runtime files needed I added all known listfiles in the package. 2/28/2004 1.2.0 build 36 update: Quote:
Notice that please remove your Listfiles folder of current version before upgrade overwrite as I changed/merged some listfiles |
| 02-10-2005, 02:22 PM | #2 |
Nice! takes ~1 sec to load the war3.mpq for me(AMD Athlon XP 2000+(~1.7 ghz) |
| 02-10-2005, 10:28 PM | #3 |
Just out of curiousity, can you provide a programming interface or even the source code for your library? Nice program, works fast for me and looks polished. |
| 02-12-2005, 01:09 PM | #4 |
ok, I will optimize the interface and release it soon. |
| 02-13-2005, 11:24 PM | #5 |
UPX? What image compressor is that? And what size is the program before you compress it? |
| 02-14-2005, 03:46 AM | #6 |
original size: 121KB I compiled it with BCC 5.6.4 (when using VC, the lib might crash on extracting mass files, although VC's link binary's only 112KB), but did not remove the _CPPDebugHook function entry, :) |
| 02-15-2005, 08:49 AM | #7 |
Guest | Good. However there is a problem. It seems like all mpq programs have this bug: When I delete war3map.j the map still has the same size..? |
| 02-15-2005, 07:09 PM | #8 |
ctb, this behavior is simple to understand. Whenever you delete a file from the MPQ it isn´t deleted, only it´s entry on the control tables are set to an "empty state". To actually delete a file from the MPQ you need to delete it and after that you gotta "flush" the MPQ. WinMPQ and MPQ Worshop can both flush the MPQ. |
| 02-28-2005, 01:59 PM | #9 |
new version 1.1.0 build 34 is released forum moderator help modify the thread title plz, thx! |
| 02-28-2005, 10:43 PM | #10 |
Ok, fixed the title. I can do the german one when I have some time. Good program overall. |
| 03-19-2005, 07:45 AM | #11 |
Updated again, ;) Enjoy it! |
| 03-19-2005, 03:03 PM | #12 |
Probably it's the best thing not to keep version numbers in the thread title. I'd suggest to keep only the name of the program in the thread title. This way, you will never have problems when updating the program. |
| 03-20-2005, 10:22 AM | #13 |
Good idea. Moderator plz help remove the version number from title |
| 12-30-2005, 09:18 PM | #14 |
Here is the lost attachment ^^ |
| 03-27-2006, 01:42 AM | #15 |
It is also great at handling/extracting/creating big files, something at which ladik's sucks ... |
