Santiago
Active Member
- May 9, 2015
- 19
- 16
- 81
Hello, I'm running a dedicated Battlefield 2 server, someone could edit the server executable?
How do I find the offset to hex edit?
It is necessary to edit
When I start a ranked match, the server does not start until 8 players are online. The ideal would be 1 or 2.
I know it's possible to edit because I've seen other things like the maximum number of server slots.
Example of maximum number of slots editing.
I leave here the linux server file.
If anyone can help, I'll be grateful.
How do I find the offset to hex edit?
It is necessary to edit
Code:
sv.numPlayersNeededToStart 1
I know it's possible to edit because I've seen other things like the maximum number of server slots.
Example of maximum number of slots editing.
Exemple Hex':
Hex - Dec
40 = 64
80 = 128
C0 = 192
FF = 255
..
BF2 version 1.0 - Linux - from "bin/amd-64/bf2_f"
Offset: 6164D
BF2 version 1.0 - Linux - from "bin/ia-32/bf2_f"
Offset: 69644
BF2 version 1.0 - Windows - from "bf2_w32ded.exe"
Offset: 1CFEC
BF2 version 1.0 Demo - Windows - from "bf2_w32ded.exe"
Offset: 1CECC
BF2 version 1.5 - Linux - from "bin/ia-32/bf2"
Offset: 73794
BF2 version 1.5 - Linux - from "bin/amd-64/bf2"
Offset: (18DBC, but not worked)
BF2 version 1.5 - Windows - from "bf2_w32ded.exe"
Offset: 2514C
Code:
g.numPlayersNeededToStart......"A..-r..9S. !V.0%S...U..Vc...T...A.0.U...T...A...A...A...A.0.A.P.A.`.A.p.A...A...A..VE..,M..-M...r.0-M...r...H...A.`.Q...K...r...g.notEnoughPlayersRestartDelay.
If anyone can help, I'll be grateful.