Valhalla Legends Forums Archive | Battle.net Bot Development | BNLS Protocol Doc & 0x50

AuthorMessageTime
UserLoser.
The BNLSProtocolSpec says:
[quote]
(DWORD) Locale ID. Value returned by GetSystemDefaultLCID.*
(DWORD) Language ID. Value returned by GetSystemDefaultLangID.*
[/quote]

But, by looking at BroodWar's Battle.snp, shouldn't it be GetUserDefaultLCID and GetUserDefaultLangID? Or are they both the same?

[code]
.text:19016962 mov [esp+220h+var_1A0], eax
.text:19016969 call ds:GetUserDefaultLCID
.text:1901696F mov [esp+220h+var_19C], eax
.text:19016976 call ds:GetUserDefaultLangID
[/code]
December 17, 2003, 11:19 PM
Skywing
Depends on which game and version you are using.
December 18, 2003, 2:48 AM

Search