Valhalla Legends Forums Archive | Battle.net Bot Development | JSTR Patch Updates

AuthorMessageTime
PaiD
I believe that StarCraftJ has never been patched before but some docs say JSTR is at 1.12 while the client says 1.00 and works just fine. I then downloaded the hashes that are released and checked them with the official v1.00 hashes and they are the same 100%. Was looking at why people said it was at 1.12 but then checked the properties on the exe and it said

File Version: 1.12
Product Version: 1.00

So this explains how people got 1.12 from when infact it is still 1.00
February 8, 2006, 2:09 PM
MesiaH
Yeah, I tried tellin these sucka's. If I still had the game I'd throw a big pretty pic on here so they could see. A company, especially Blizzard, would never release a game without an updater, not on online game. JSTR wasn't meant to be updated. It never sold.
February 18, 2006, 6:13 PM
Ringo
[quote author=Mesiah / haiseM link=topic=14196.msg146362#msg146362 date=1140286406]
Yeah, I tried tellin these sucka's. If I still had the game I'd throw a big pretty pic on here so they could see. A company, especially Blizzard, would never release a game without an updater, not on online game. JSTR wasn't meant to be updated. It never sold.
[/quote]
Then why doesnt starcraft come with a updater?
As skywing has said before, the updater is in the patch file downloaded from battle.net, and extracted with MPQ functions found in storm.dll.
And the prepatch.lst found in war3's patch file will give you a clue what happens next ;)
[code]
[19:01:30] prepatch.lst  59
000000 -- 65 78 74 72 61 63 74 20 42 4E 55 70 64 61 74 65       extract BNUpdate
000010 -- 2E 65 78 65 0D 0A 65 78 74 72 61 63 74 20 50 61       .exe..extract Pa
000020 -- 74 63 68 2E 74 78 74 0D 0A 65 78 65 63 75 74 65       tch.txt..execute
000030 -- 20 42 4E 55 70 64 61 74 65 0D 0A                       BNUpdate..
[/code]
February 18, 2006, 7:03 PM
UserLoser
[quote author=Ringo link=topic=14196.msg146366#msg146366 date=1140289382]
[quote author=Mesiah / haiseM link=topic=14196.msg146362#msg146362 date=1140286406]
Yeah, I tried tellin these sucka's. If I still had the game I'd throw a big pretty pic on here so they could see. A company, especially Blizzard, would never release a game without an updater, not on online game. JSTR wasn't meant to be updated. It never sold.
[/quote]
Then why doesnt starcraft come with a updater?
As skywing has said before, the updater is in the patch file downloaded from battle.net, and extracted with MPQ functions found in storm.dll.
And the prepatch.lst found in war3's patch file will give you a clue what happens next ;)
[code]
[19:01:30] prepatch.lst  59
000000 -- 65 78 74 72 61 63 74 20 42 4E 55 70 64 61 74 65       extract BNUpdate
000010 -- 2E 65 78 65 0D 0A 65 78 74 72 61 63 74 20 50 61       .exe..extract Pa
000020 -- 74 63 68 2E 74 78 74 0D 0A 65 78 65 63 75 74 65       tch.txt..execute
000030 -- 20 42 4E 55 70 64 61 74 65 0D 0A                       BNUpdate..
[/code]
[/quote]

I'd say that's a bad example because nearly all prepatch.lsts (if they exist) are different
February 19, 2006, 6:40 AM
Ringo
[quote author=UserLoser link=topic=14196.msg146407#msg146407 date=1140331222]
I'd say that's a bad example because nearly all prepatch.lsts (if they exist) are different
[/quote]
oh, i didnt know that :)
At least it shows BNUpdate.exe is extracted from the patch file :P
February 19, 2006, 4:31 PM

Search