Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Blackplayer27 on June 25, 2013, 10:43:32 am
-
Hello,
can everyone help me to make from one MPQ like art.mpq to make parts like
art.mpq.0
art.mpq.1
art.mpq.2
art.mpq.3
art.mpq.4
...
i search in google about a program to make this parts but not found one. But i found this http://www.zezula.net/en/mpq/partialmpq.html (http://www.zezula.net/en/mpq/partialmpq.html" onclick="window.open(this.href);return false;)
I don't know how i can make a program from this snippets =(
-
Why do you want parts? You can split up the data inside and put in diffrent patches if its for downlaod issues or zip with winrar and create parts. Buts as far is I know multiple parts of teh same patch dont work.
-
I need the parts for the Blizzard Background Patcher.
-
Those files are just split at some number of bytes and are later concatenated. No more magic there.
-
but how i can convert a normal MPQ to the part MPQ ?
http://ak.worldofwarcraft.com.edgesuite ... 3623.MPQ.0 (http://ak.worldofwarcraft.com.edgesuite.net/wow-pod-retail/EU/12911.streaming/13596patch4.0.6/wow-update-13623.MPQ.0" onclick="window.open(this.href);return false;)
This is a singel MPQ Spit and this is the orginal after the client convert it to a normal MPQ
http://www.file-upload.net/download-775 ... 3.MPQ.html (http://www.file-upload.net/download-7757557/wow-update-13623.MPQ.html" onclick="window.open(this.href);return false;)
Now i will to convert a normal MPQ to a singel Split MPQ but i dont know how i can do this =(
-
- google
- "split file"
- http://www.hjsplit.org and thousand others
-
i try it but it is not "only" file splits =(
[2] err=108 text=OpenArchive - SFILE_ERROR_NOT_ARCHIVE - Data/wow-update-13629.MPQ
[1] err=104 text=System_File::Stacked::stream_readp - fail in ReadRemoteChunks Data/wow-update-13629.MPQ 0 4096
[0] err=4 text=Win32 Open - Datawow-update-13629.MPQ.writeCacheBackup
Storm Error Msg:Invalid or corrupt archive.
-
That was a PM to Schlumpf was not answered and I now put this here open so maybe someone else can help me.
Hi schlumpf,
I try as written above in the post just the background download of WoW in the WoW version 4.0.6 to use. I ran into the "Wow.mfil" file path on my server and this is when Blizzard MPQ request a 302 redirect.
All goes well, I'm trying to send with my custom patch so that they can also be charged while playing just only download in the background.
JE SHORT 012E0969
The steps I currently Undertaken:
1 I registered in server-side file mfil my patch:
[code]
file = Data/wow-update-13629.MPQ
name = custompatch/wow-update-13629.MPQ
size = 45199
fileversion = 13623
flags = 0
path = empty
transportitem = default [/ code]
2 I tried to remove the MD5 check with OllyDbg to which I have changed to the command of 012E0950 [/ b] in JMP 00E00A33 (formerly JE SHORT 012E0969).
EXE http://www.file-upload.net/download-775 ... w.rar.html (http://www.file-upload.net/download-7759793/Wow.rar.html" onclick="window.open(this.href);return false;)
3 I have shared the MPQ in the specified Blizzard 128 MB Parts (there was only one part out) and uploaded on the web server. Wow these invites also down and puts them together in the Data folder, but after the parts have been joined together, I can not it like a normal Push Open MPQ and the game crashes with the following error message:
[code] [2] err = 108 text = Open Archive - SFILE_ERROR_NOT_ARCHIVE - Data/wow-update-13629.MPQ
[1] err = 104 text = System_File :: Stacked :: stream_readp - fail in ReadRemoteChunks Data/wow-update-13629.MPQ 4096 0
- err = 4 text = Win32 Open - Data wow-update-13629.MPQ.writeCacheBackup
Storm Error Msg: Invalid or corrupt archive [/ code].
I would be very happy if you could help me with this problem and thank you for ever you've ever read the PM.
LG
Black