Author | Message | Time |
---|---|---|
Ringo | Well, im trying to get my hands on as many old hash files as possible, since im writeing yet another bnet server and want to have a checkrevision list for all versions (to identify the differnce between invalid game version and patching required etc) It seems even the bnet servers are missing a few :/ For the starcraft version bytes, are they as follows? [code] v1.00=0xA3 v1.01=0xA5 v1.02=0xA7 v1.03=0xA9 v1.04=0xAB v1.05=0xAD v1.06=0xAF v1.07=0xC1 v1.08=0xC3 v1.09=0xC5 -> updates from 0x06/0x07 to 0x50/0x51 v1.10=0xC7 v1.11=0xC9 v1.12=0xCB v1.13=0xCD v1.14=0xCF v1.15=0xD1 [/code] I currently have the binarys and patch mpq's for: [code] v1.00 v1.04 v1.07 v1.08 v1.09 v1.09b v1.10 v1.11 v1.11b v1.12 v1.12b v1.13 v1.13b v1.13c v1.13d v1.13e v1.13f v1.14 v1.15 (aka v1.15.0) v1.15b (aka v1.15.1) v1.15c (aka v1.15.2) [/code] And for d1 [code] v1.00=0x18? v1.01=0x1A? v1.02=0x1C? v1.03=0x1E? v1.04=0x20? v1.05=0x22? v1.06=0x24? v1.07=0x26 v1.08=0x28 v1.09=0x2A [/code] Currently have the binarys and patch mpq's for D1: [code] v1.00 v1.07 v1.08 v1.09 v1.09b D1 shareware v1.00 v1.08 v1.09 v1.09b [/code] And D2: [code] v1.00=0x0 v1.01=0x1 v1.02=0x2 v1.03=0x3 v1.04=0x4 v1.05=0x5 v1.06=0x6 v1.07=0x7 v1.08=0x8 v1.09=0x9 v1.10=0xA v1.11=0xB [/code] Currently have the binarys and patch files for D2/LOD: [code] v1.00 v1.03 v1.04b v1.04c v1.05 v1.05b v1.06 v1.06b v1.07 (LOD only) v1.08 v1.09 v1.09b (Classic only) v1.09d v1.10 v1.11 v1.11b [/code] And War2: [code] v2.00=0x47? v2.01=0x4B? v2.02=0x4F [/code] Currently have the w2 binarys and patch mpq for: [code] v2.00 v2.02 [/code] Can anyone verify or know the version bytes with "?" appending them? And does anyone have any binarys from versions not listed above? or exe versions would do. Thanks in advance! edit: fixed a few version bytes | April 16, 2008, 8:49 PM |