View Single Post
xOR
Veteran Member
Join Date: Jun 2006
Location: x-base.info
Old 01-17-2009 , 13:33   Re: Protocol mismatch/different mod error
Reply With Quote #3

i don't understand the initial posting. is it a mix of your serverlist.ini files and the CVARs set on the servers? if this is really your serverlist.ini contents then they are horribly wrong. things like redirect_manual 1 are CVARs and don't belong into this file, they belong into amxx.ini of that server as usual.
so basically everything that starts with redirect_ does NOT go into your serverlist.ini. also, unlike CVARs, the settings in serverlist.ini ALWAYS need to have an equal sign on them. so also the last setting that every server has, "nodisplay 0", is wrong. it should be "nodisplay=0".

as most of these settings are useless there you can simply cut everything from below the line with cmdbackup=5 from every server and the serverlist.ini file should be clean. if you don't want people to redirect to the first server just set nomanual=1 below that server in every server list files of all servers.

i am currently ill, most time in bed and when sporadically at the computer only with low concentration i guess. anyway i'd say you should first get your server list file sorted before we do any more searching for errors, it could still be an issue with the beta, that's what it's a beta for in the end

here is my suggestion for the serverlist.ini files for all of your servers:
Code:
[Redirect DO NOT CONNECT!!]
address=8.9.16.128
port=27015
cmdbackup=5
nomanual=1

[NEW 32 SLOT 24/7 ASSAULT]
address=8.9.16.44
port=27015
cmdbackup=5

[GunGame Deathmatch]
address=8.12.20.11
port=27015
cmdbackup=5

[24/7 Dust2]
address=8.9.3.69
port=27015
cmdbackup=5

[Aim_ak-colt/fy]
address=8.9.16.46
port=27015
cmdbackup=5
be careful when copy pasting it from here. some browsers put a space character at the end of each line and xREDIRECT wouldn't be able to read it correctly then. you can check it by simply pressing the "end" key on your keyboard on any line in that file after you copied it. delete the space characters if you find any.
__________________
Got more than one HL1 (CS, DoD, NS, TS, TFC, HLDM...) server? Check:

Last edited by xOR; 01-17-2009 at 13:38.
xOR is offline