• Welcome to Valhalla Legends Archive.
 

BNLS updated for Starcraft and Brood War patch 1.11b

Started by Yoni, June 01, 2004, 06:00 PM

Previous topic - Next topic

Yoni

Sorry for the delay, I was asleep. Damn good sleep it was too. Version byte (0xc9) unchanged. Patch.txt on some other post in this forum. Enjoy.

Eli_1

Thanks, Yoni
* Eli_1 slaps Yoni a high five!

tA-Kane

Quote from: Yoni on June 01, 2004, 06:00 PMDamn good sleep it was too.
You were dreaming that you didn't have to update BNLS ever again?  :-\
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

Falcon[anti-yL]


CrAz3D

Why doesn't BNLS automatically update itself?...

Just a thought
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Gangz

How can BNLS update for patches on its own? how would it possible change the verybyte and change the .exe in the hashes

Yoni

Quote from: CrAz3D on June 02, 2004, 12:56 AM
Why doesn't BNLS automatically update itself?...

Just a thought
Haven't gotten around to implementing that feature yet and it's prone to unwanted surprises so not sure we will.

CrAz3D

Quote from: Gangz on June 02, 2004, 01:00 AM
How can BNLS update for patches on its own? how would it possible change the verybyte and change the .exe in the hashes
How can the games clients update themseleves?...
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Gangz

It would have to connected it self on a daily bases to check for updates in the system.

CrAz3D

Quote from: Gangz on June 02, 2004, 02:30 PM
It would have to connected it self on a daily bases to check for updates in the system.
That's not a very hard thing to do.
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

DeTaiLs

how do u check to see what the new ver byte has changed to?



Dyndrilliac

On my hash bot I just download a .ini file I keep uptodate on my server, get the version byte I need, then cleanly delete the file.
Quote from: Edsger W. DijkstraIt is practically impossible to teach good programming to students that have had a prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration.

Spht

Quote from: Twix on June 02, 2004, 03:32 PM
how do u check to see what the new ver byte has changed to?

Use the BNLS_REQUESTVERSIONBYTE message.

QuoteBNLS_REQUESTVERSIONBYTE (0x10)
------------------------------

This message requests the latest version byte for a given product.
The version byte is sent to Battle.net in SID_AUTH_INFO (0x50).

(DWORD) Product ID.*

* Valid product IDs are:

#define PRODUCT_STARCRAFT             (0x01)
#define PRODUCT_BROODWAR              (0x02)
#define PRODUCT_WAR2BNE               (0x03)
#define PRODUCT_DIABLO2               (0x04)
#define PRODUCT_LORDOFDESTRUCTION     (0x05)
#define PRODUCT_JAPANSTARCRAFT        (0x06)
#define PRODUCT_WARCRAFT3             (0x07)
#define PRODUCT_THEFROZENTHRONE       (0x08)

PaiD

I think he is asking ho do you know the new ver byte

Spht

Quote from: MoNeY on June 02, 2004, 07:48 PM
I think he is asking ho do you know the new ver byte

It's fairly easy to guess.  With minor updates the version code usually increments by one (assuming the minor revision increased by one).  Subminor updates do not typically result in a new version code, however.