Re: possible to change port that gunzlauncher reads?
Code:
0040DCED |. 8D4424 18 LEA EAX,DWORD PTR SS:[ESP+18]
0040DCF1 |. 50 PUSH EAX
0040DCF2 |. 68 C0E34300 PUSH GunzLaun.0043E3C0 ; ASCII "PATCHINFO"
0040DCF7 |. 8D4C24 28 LEA ECX,DWORD PTR SS:[ESP+28]
0040DCFB |. E8 10140000 CALL GunzLaun.0040F110 <--- this function sets AL depending on params EAX and constant ASCII string "PATCHINFO"
0040DD00 |. 84C0 TEST AL,AL <--- this line sets ZERO FLAG if AL is 0
0040DD02 |. 75 6D JNZ SHORT GunzLaun.0040DD71 <-- this line jumps over the error if zero flag is not set
0040DD04 |> 8D4C24 28 LEA ECX,DWORD PTR SS:[ESP+28]
0040DD08 |> E8 630E0000 CALL GunzLaun.0040EB70
0040DD0D |. 68 94E34300 PUSH GunzLaun.0043E394 ; ASCII "[ZUpdate] ERROR : Get update info FAILED!!!"
i agree, your patch.xml is fucked up...
since it doesn't have the patch node of zpatchbuilder.exe i assume you remove it, hence i also assume you fuck the code up somehow while doing so...
post the entire patch.xml content here inside [ code] [ /code] tags :3
EDIT:
i'm just gonna quote the eurogunz .xml file because that's one i have inhand atm:
Code:
<?xml version="1.0"?>
<XML>
<PATCHINFO>
<VERSION>1.0.0.1</VERSION>
... list of patchnodes
</PATCHINFO>
</XML>
makes me think if your patch.xml contains the tags <PATCHINFO> </PATCHINFO>
:p
Re: possible to change port that gunzlauncher reads?
Code:
<?xml version="1.0"?>
<XML>
<PATCHINFO>
<VERSION>1.0.0.33</VERSION>
<PATCHNODE file="./Gunz.exe">
<SIZE>2547712</SIZE>
<CHECKSUM>2375218886</CHECKSUM>
</PATCHNODE>
<PATCHNODE file="./GunzZPatchBuilder.exe">
<SIZE>2453504</SIZE>
<CHECKSUM>3073440471</CHECKSUM>
</PATCHNODE>
</PATCHINFO>
</XML>
Re: possible to change port that gunzlauncher reads?
Re: possible to change port that gunzlauncher reads?
lol 2 files????
+ the other one is the patchbuilder =/
uh...
if that's all you want to update then how about just disabling the whole autoupdate feature?
and make the launcher connect to localhost...
Re: possible to change port that gunzlauncher reads?
Sigh, i used it as a test...... that's what im trying to tell you, it should work as a test. and i doubt people want to download stuff manually
Re: possible to change port that gunzlauncher reads?