This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: How to make MPQ Parts  (Read 2290 times)

Blackplayer27

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
    • http://home.pf-control.de/
How to make MPQ Parts
« 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

I don't know how i can make a program from this snippets =(
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Mr. DK

  • Moderators
  • Model Change Addict
  • *****
  • Posts: 224
    • View Profile
Re: How to make MPQ Parts
« Reply #1 on: June 25, 2013, 01:15:18 pm »
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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
I am Thor! Supreme commander of the Asgard Fleet!

Blackplayer27

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
    • http://home.pf-control.de/
Re: How to make MPQ Parts
« Reply #2 on: June 25, 2013, 01:32:20 pm »
I need the parts for the Blizzard Background Patcher.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: How to make MPQ Parts
« Reply #3 on: June 25, 2013, 01:38:59 pm »
Those files are just split at some number of bytes and are later concatenated. No more magic there.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Blackplayer27

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
    • http://home.pf-control.de/
Re: How to make MPQ Parts
« Reply #4 on: June 25, 2013, 03:33:45 pm »
but how i can convert a normal MPQ to the part MPQ ?

http://ak.worldofwarcraft.com.edgesuite ... 3623.MPQ.0
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

Now i will to convert a normal MPQ to a singel Split MPQ but i dont know how i can do this =(
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: How to make MPQ Parts
« Reply #5 on: June 25, 2013, 06:43:40 pm »
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Blackplayer27

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
    • http://home.pf-control.de/
Re: How to make MPQ Parts
« Reply #6 on: June 25, 2013, 10:06:26 pm »
i try it but it is not "only" file splits =(

Code: [Select]
[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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Blackplayer27

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
    • http://home.pf-control.de/
Re: How to make MPQ Parts
« Reply #7 on: June 28, 2013, 10:06:11 am »
That was a PM to Schlumpf was not answered and I now put this here open so maybe someone else can help me.

Quote from: "Blackplayer27"

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

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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »