Topic: Version check
I'd like my pvpgn to only allow logins from 1.13c and other chat programs and don't allow other versions like 1.12 and 1.14. Any idea how?
PvPGN Community Forums |
forums.pvpgn.pro → [EN] Tech Support → Version check
I'd like my pvpgn to only allow logins from 1.13c and other chat programs and don't allow other versions like 1.12 and 1.14. Any idea how?
why 1.13c version only?
Only Diablo logins + chat:
bnetd.conf
allowed_clients = chat,d2dv,d2xp
Only 1.13c (not 100% sure if this will work, you should test it):
bnetd.conf
skip_versioncheck = false
allow_bad_version = false
Post in here if you run in to any issues.
Use these settings..
bnetd.conf
allowed_clients = d2xp,chat
skip_versioncheck = false
allow_bad_version = true
allow_unknown_version = false
versioncheck.conf
# Diablo II - LoD (Expansion) 1.13c
"A=3845581634 B=880823580 C=1363937103 4 A=A-S B=B-C C=C-A A=A-B" \
IX86ver1.mpq \
IX86 \
D2XP \
"Game.exe 03/09/10 04:10:51 61440" \
0x0000000d \
1.0.13.0 \
0x7686beca \
D2XP_113C
# Diablo II 1.13c
"A=3845581634 B=880823580 C=1363937103 4 A=A-S B=B-C C=C-A A=A-B" \
IX86ver1.mpq \
IX86 \
D2DV \
"Game.exe 03/09/10 04:11:00 57344" \
0x0000000d \
1.0.13.0 \
0xfc04b9f6 \
D2DV_113C
forums.pvpgn.pro → [EN] Tech Support → Version check