Nichts spricht gegen OOG, meinst du ich soll einfach das Windows XP Design benutzen oder was?
Die B2DS.ini sieht momentan so bei mir aus :
Code:
; boolean values:
; 't' or 'T' or 'true' or 'TRUE' or 1 for true/enabled
; 'f' or 'F' or 'false' or 'FALSE' or 0 for false/disabled
; ScriptPath - set to the folder (relative to d2bs) where your scripts are located)
; MaxGameTime - set to 0 to disable, otherwise this is the max length of the game in seconds
; QuitOnHostile - set to a boolean value to disable/enable quitting on hostile
; QuitOnError - set to a boolean value to disable/enable quitting on errors
; StartAtMenu - set to a boolean value to disable/enable starting at menu (has no effect for users, developer toggle)
; MemoryLimit - set to 0 for default(50MB), otherwise the number of MB to limit memory to - Don't change this unless you know what you are doing.
; MaxLoginTime - time in seconds to wait for logging in
; MaxCharSelectTime - time in seconds to wait for the character select screen to load
; GameReadyTimeout - time in seconds to wait for act changes, etc. before the core reports a failure
; DisableCache - setting for developers to test loading scripts, defaults to false
; UseGamePrint - set to false to use only the console for printing, or true to print to the console and the game buffer
[settings]
ScriptPath=YAMB
MaxGameTime=0
QuitOnHostile=false
QuitOnError=false
StartAtMenu=false
MemoryLimit=0
MaxLoginTime=5
MaxCharSelectTime=5
GameReadyTimeout=5
;DisableCache=true;
UseGamePrint=false
; these settings are for the oog function login()
; you pass the name of the section (i.e. "my sp character")
; as the argument to login, and it takes care of the rest
; example : login("my sp character");
; [my sp character]
; possible modes: single, battle.net, other multiplayer
; mode=single
; the actual name of the character, as displayed on the screen
; character=whatever
; possible difficulties: 0 - normal, 1 - nightmare, 2 - hell
; note: this has NOTHING AT ALL to do with battle.net game creation!
; spdifficulty=0
; your battle.net username
; username=
; the password to the above account
; password=
; the gateway your account resides on
; gateway=
Bei ScripthPath=YAMB ist doch korreckt, oder?
dann soll ich die D2Driver.exe starten ( Der D2Driver Ordner ist natürlich im D2BS bzw OOG1.3.3 Ordner ( habe es mit beiden probiert ) )
Funktionieren tut aber leider garnichts...