Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Alendar on February 06, 2008, 04:35 PM

Title: How do I find patch files?
Post by: Alendar on February 06, 2008, 04:35 PM
For example the patches files for 1.15.2 of StarCraft was:

Quote
STAR_IX86_1xx_1152.mpq
STAR_IX86_1151_1152.mpq
SEXP_IX86_1xx_1152.mpq
SEXP_IX86_1151_1152.mpq

Where would someone find these? For StarCraft and other products.
Title: Re: How do I find patch files?
Post by: Hdx on February 06, 2008, 05:53 PM
BNFTP ...
Bnet tells the game which file to patch with in the 0x51 response. [the extra info string]
Its pretty intuitive to build the proper filename.
PROD_PLAT_FROM_TO.mpq
In the case of WC3:
PROD_PLAT_FROM_TO_LANG.mpq
~Hdx
Title: Re: How do I find patch files?
Post by: Alendar on February 06, 2008, 07:29 PM
Also, how would it go for Diablo II?
Title: Re: How do I find patch files?
Post by: Hdx on February 06, 2008, 07:53 PM
Same as SC, WC3 is the only one with LANG, because wc3 is the only one that  has diffrent audio for diff languages.
~Hdx
Title: Re: How do I find patch files?
Post by: Alendar on February 06, 2008, 08:02 PM
Ah, OK,. Thank you, Hdx.