Ahoi Diz.
If you wish to fix the problem involving clients not being able to join servers running on different ports, here is the ASM code to fix the problem.
Code:
; At 485851 patch in the following
call PortFix
nop
; I decided to place this in 4D8310, you may move it
PortFix:
mov eax, dword_5D0166+2
dec ax
mov edx, eax
mov dword_4E24CE+2, edx
mov eax, dword_4E24D2
retn
Have a good day!
(And I'm still working on the server-side fix to be able to host multiple servers on the same machine.)
__________________
UNKNOWNFILE's old account.
Blubberfish: Project abandoned
|