uhmmm the following patch script for lpatch (
http://aluigi.org/mytoolz.htm#lpatch but it's enough basic that you can do it even manually with a hex editor) removes the check on the client's version performed by the server and which I "guess" is what you mean:
Code:
====================================================================================
TITLE
test
FILE
battlefrontii.exe
BYTES_ORIGINAL
83 BD 7C FF FF FF ?? ; CMP DWORD PTR SS:[EBP-84],1
0F 85 ?? ?? 00 00 ; JNZ Battlefr.0073C171
BYTES_PATCH
90 90 90 90 90 90 90
90 90 90 90 90 90
====================================================================================
indeed the pc version uses version 1 while the ps2 one uses version 61