Skip to content

Commit

Permalink
Change D2 LOD's product key to be D2X, They are differnt in Bnet's ey…
Browse files Browse the repository at this point in the history
…es, they should be different in ours.

CheckRevision is now done locally by Warden.dll
Currently only the old version is supported (Like BNCSutil.dll)
But It is designed in such a way that future CheckRevision functions can be added to the DLL without causing the main bot to need an 

update.
CheckRevision now uses CheckRevision.ini to gather file paths.

New OverRides:
PRODProdKey=String
  Will overrides the Product Key used by SB in it's config searches, (Like D2Verbyte, SCVerbyte, STARProdKey=StarCraft would make it StarCraftVerByte=)
  • Loading branch information
Hdx committed Oct 4, 2009
1 parent 621dde2 commit 39bc723
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 124 deletions.
65 changes: 65 additions & 0 deletions trunk/CheckRevision.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[CRev_Main]
LockdownPath=\Lockdown\

[CRev_W3]
Path=\WAR3\
Exe=war3.exe
Util=Storm.dll
Network=Game.dll
Screen=WAR3.bin

[CRev_SC]
Path=\STAR\
Exe=Starcraft.exe
Util=Storm.dll
Network=Battle.snp
Screen=STAR.bin

[CRev_W2]
Path=\W2BN\
Exe=Warcraft II BNE.exe
Util=Storm.dll
Network=Battle.snp
Screen=W2BN.bin

[CRev_D2]
Path=\D2DV\
Exe=game.exe
Util=Bnclient.dll
Network=D2Client.dll
Screen=D2DV.bin

[CRev_D2X]
Path=\D2XP\
Exe=game.exe
Util=Bnclient.dll
Network=D2Client.dll
Screen=D2XP.bin

[CRev_JS]
Path=\JSTR\
Exe=StarcraftJ.exe
Util=Storm.dll
Network=Battle.snp
Screen=JSTR.bin

[CRev_D1]
Path=\DRTL\
Exe=Diablo.exe
Util=Storm.dll
Network=Battle.snp
Screen=DRTL.bin

[CRev_DS]
Path=\DSHR\
Exe=Diablo_s.exe
Util=Storm.dll
Network=Battle.snp
Screen=DSHR.bin

[CRev_SS]
Path=\SSHR\
Exe=Starcraft_s.exe
Util=Storm.dll
Network=Battle.snp
Screen=SSHR.bin
Binary file modified trunk/Warden.dll
Binary file not shown.
Loading

0 comments on commit 39bc723

Please sign in to comment.