Raised This Month: $12 Target: $400
 3% 

xREDIRECT - server redirect menu


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Guenhwyvar
AMX Mod X Beta Tester
Join Date: Jul 2005
Location: Berlin / Germany
Old 08-24-2007 , 01:32   Re: xREDIRECT - server redirect menu
#621

Quote:
Originally Posted by xOR View Post
this is how it is supposed to work. if all other servers are full the plugin can't redirect people and thus drops them.
the local server is full and all others too, what else should the plugin do in this case?
the last slot always has to remain unused, we had this topic thousand times here. if the plugin would accept the 20th person automatic redirection would not work anymore from thereon. for the plugin to be able to redirect people they at first have to be connected. but how can player 21 ever be connected on a 20 slot server?
This 20 slot server was supposed to be the "end of the chain", meaning noone should be auto-redirected from there. If 20/20 playing (regardless if admins along them or not), the server is full, that's the goal.

I thought these settings would achieve it:
Quote:
redirect_adminslots 0
redirect_maxadmins 0
But as I look now in the config, I see this one:
Quote:
redirect_auto 1
Maybe this must be set to 0 as well? Have to test it.

But the problems with my 32 slot server are more important . I will collect the informations (posted earlier) and add them to flyspray this weekend.

Nice to hear you are up well, best wishes for your new flat .
Guenhwyvar is offline
NichyaGirl
Junior Member
Join Date: Aug 2007
Location: Netherlands
Old 08-24-2007 , 08:15   Re: xREDIRECT - server redirect menu
#622

I keep getting this error:

ERROR: Own server has not been detected, plugin wil not function correctly.

I read the things that were said, tried alot of things, but nothing rlly helped solving the problem.

this is the .ini file:

[1.DaMn ~ Girls that Own Ur Ass!]
address = 84.26.154.207
port = 27015
cmdbackup = 2
nodisplay = 1
adminslots = 0
publicpassword = 0

[2.DaMn ~ Girls that Own Ur Ass!]
address = 84.26.154.207
port = 27016

I was wondering if I keep getting these error 'cause it is the same address?
The HLDS's are hosted from the same server, that is why the have the same address.

amxx.cfg

redirect_active – 1
redirect_auto - 1
redirect_auto - 1
redirect_manual - 1
redirect_manual - 3
redirect_follow - 0
redirect_external_address -
redirect_check_method - 2
redirect_announce - 60
redirect_announce_mode - 3
redirect_announce_alivepos_x - 1.0
redirect_announce_alivepos_y - 0.01
redirect_announce_deadpos_x - 1.0
redirect_announce_deadpos_y - 0.35
redirect_show - 1
redirect_adminslots - 1
redirect_maxadmins - 1
redirect_retry - 0
redirect_hidedown - 3
redirect_countbots - 1
redirect_localslots - 0

Plugins.ini
serverredirect.amxx
xredirect.amxx

Last edited by NichyaGirl; 08-24-2007 at 08:27.
NichyaGirl is offline
hoboman
Senior Member
Join Date: Jul 2007
Old 08-24-2007 , 16:59   Re: xREDIRECT - server redirect menu
#623

errr the code that you gave me seemed to work...I don't get any of those messages at all but w/e

i was just gonna suggest that you make the plug in check for blank spaces in the serverlist.ini.
like for example you can enter an ip address and accidentally leave a space at the end. when you type /server you can still connect to the same server that you're already.
hoboman is offline
311890
Junior Member
Join Date: Aug 2007
Old 08-24-2007 , 22:53   Re: xREDIRECT - server redirect menu
#624

Can I force changelevel map to the same map as another server with this plugin?
If yes,how can I do?
311890 is offline
xOR
Veteran Member
Join Date: Jun 2006
Location: x-base.info
Old 08-26-2007 , 03:52   Re: xREDIRECT - server redirect menu
#625

Quote:
Originally Posted by NichyaGirl View Post
I keep getting this error:

ERROR: Own server has not been detected, plugin wil not function correctly.

I read the things that were said, tried alot of things, but nothing rlly helped solving the problem.

this is the .ini file:

[1.DaMn ~ Girls that Own Ur Ass!]
address = 84.26.154.207
port = 27015
cmdbackup = 2
nodisplay = 1
adminslots = 0
publicpassword = 0

[2.DaMn ~ Girls that Own Ur Ass!]
address = 84.26.154.207
port = 27016

I was wondering if I keep getting these error 'cause it is the same address?
The HLDS's are hosted from the same server, that is why the have the same address.

amxx.cfg

redirect_active – 1
redirect_auto - 1
redirect_auto - 1
redirect_manual - 1
redirect_manual - 3
redirect_follow - 0
redirect_external_address -
redirect_check_method - 2
redirect_announce - 60
redirect_announce_mode - 3
redirect_announce_alivepos_x - 1.0
redirect_announce_alivepos_y - 0.01
redirect_announce_deadpos_x - 1.0
redirect_announce_deadpos_y - 0.35
redirect_show - 1
redirect_adminslots - 1
redirect_maxadmins - 1
redirect_retry - 0
redirect_hidedown - 3
redirect_countbots - 1
redirect_localslots - 0

Plugins.ini
serverredirect.amxx
xredirect.amxx
having the same address for them is no problem as long as the port is different.

but don't put spaces around the equal signs in your serverlist.ini. i've planned to change it later in the plugin so that spaces are also accepted but for now the plugin can't handle this. so:

wrong:
Code:
address = 84.26.154.207
wrong:
Code:
address= 84.26.154.207
wrong:
Code:
address =84.26.154.207
correct:
Code:
address=84.26.154.207
change this for all options in serverlist.ini.

oh and if your amxx.cfg really contains the values like this you will also have a problem there. why do you use hyphens between the CVAR and the value? it must be an equal sign there as well. furthermore you have the setting for redirect_auto twice in it, though this wouldn't cause any errors.
__________________
Got more than one HL1 (CS, DoD, NS, TS, TFC, HLDM...) server? Check:

Last edited by xOR; 08-26-2007 at 04:01.
xOR is offline
xOR
Veteran Member
Join Date: Jun 2006
Location: x-base.info
Old 08-26-2007 , 03:55   Re: xREDIRECT - server redirect menu
#626

Quote:
Originally Posted by 311890 View Post
Can I force changelevel map to the same map as another server with this plugin?
If yes,how can I do?
no you can't. but adding this feature to keep servers synchronized with their maps would be a cool idea. you should post this feature request to Flyspray.
It's better you do it rather than me - if you are the feature requestor you will automatically receive an email when it is finished.
__________________
Got more than one HL1 (CS, DoD, NS, TS, TFC, HLDM...) server? Check:
xOR is offline
xOR
Veteran Member
Join Date: Jun 2006
Location: x-base.info
Old 08-26-2007 , 04:08   Re: xREDIRECT - server redirect menu
#627

Quote:
Originally Posted by hoboman View Post
errr the code that you gave me seemed to work...I don't get any of those messages at all but w/e

i was just gonna suggest that you make the plug in check for blank spaces in the serverlist.ini.
like for example you can enter an ip address and accidentally leave a space at the end. when you type /server you can still connect to the same server that you're already.
i added a task for this in flyspray here.
__________________
Got more than one HL1 (CS, DoD, NS, TS, TFC, HLDM...) server? Check:
xOR is offline
xOR
Veteran Member
Join Date: Jun 2006
Location: x-base.info
Old 08-26-2007 , 04:12   Re: xREDIRECT - server redirect menu
#628

Quote:
Originally Posted by Guenhwyvar View Post
This 20 slot server was supposed to be the "end of the chain", meaning noone should be auto-redirected from there. If 20/20 playing (regardless if admins along them or not), the server is full, that's the goal.

I thought these settings would achieve it:
But as I look now in the config, I see this one:
Maybe this must be set to 0 as well? Have to test it.

But the problems with my 32 slot server are more important . I will collect the informations (posted earlier) and add them to flyspray this weekend.

Nice to hear you are up well, best wishes for your new flat .
no matter if end of the chain or not - all servers must have the same servers in the same order in serverlist.ini. to reach your goal set redirect_auto to 0 on this "last server" as you said and xREDIRECT will no more reserve the 20th player slot.

i really would like to debug your 32 slot problem with you, but still got not enough time. i know many people are waiting for it.
__________________
Got more than one HL1 (CS, DoD, NS, TS, TFC, HLDM...) server? Check:

Last edited by xOR; 08-26-2007 at 04:15.
xOR is offline
Old 08-27-2007, 11:42
NichyaGirl
This message has been deleted by NichyaGirl.
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 08-27-2007 , 11:49   Re: xREDIRECT - server redirect menu
#629

Put a line into server.cfg for port and ip like this:
ip=84.26.154.207
port=yourserverport
This says the server on which ip:port it is.
Or change the commandline and add this to your servers startcommand:
+ip 84.26.154.207 +port yourserverport
For those who use -port: this is outdated since years, so don'T complain about that i write +port
__________________

Mordekay is offline
Old 08-27-2007, 12:22
NichyaGirl
This message has been deleted by NichyaGirl.
NichyaGirl
Junior Member
Join Date: Aug 2007
Location: Netherlands
Old 08-27-2007 , 12:57   Re: xREDIRECT - server redirect menu
#630

The problem is that I host the servers myself.
Now I found out what's wrong with it but I can't seem to fix it.
If I change the address to the internal address it seems to work.

So this is the server.ini when it does work:
[1.DaMn ~ Girls that Own Ur Ass!]
address = 192.168.1.7
port = 27015
cmdbackup = 2
nodisplay = 1
adminslots = 0
publicpassword = 0

[2.DaMn ~ Girls that Own Ur Ass!]
address = 192.168.1.7
port = 27016

this is the amxx.cfg:
redirect_active 1
redirect_auto 2
redirect_manual 1
redirect_follow 1
redirect_external_address 84.26.154.207:27015
redirect_check_method 2
redirect_announce 60
redirect_announce_mode 3
redirect_announce_alivepos_x -1.0
redirect_announce_alivepos_y 0.01
redirect_announce_deadpos_x -1.0
redirect_announce_deadpos_y 0.35
redirect_show 1
redirect_adminslots 1
redirect_maxadmins 1
redirect_retry 0

and this is the plugin.ini:
serverredirect.amxx
xredirect.amxx

If I change the commandline in the startcommand to:
+ip 84.26.154.207 +port yourserverport
it crashes right away giving me a IP/Port problem.
NichyaGirl is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode