Raised This Month: $ Target: $400
 0% 

[ANY] Server Redirect - A full featured server listing/hoper (v0.2.6, 24/01/2016)


Post New Thread Reply   
 
Thread Tools Display Modes
thecyupy
Member
Join Date: Aug 2013
Old 10-13-2015 , 10:43   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #271

Quote:
Originally Posted by h3bus View Post
Did you use this version https://forums.alliedmods.net/showpo...&postcount=241

Did you cherck error logs in sourcemod?
Just I try this version but the result is the same. I don't have error logs...

1 question
When I add a server All I have to do is created a cfg file whit ip:port sv in csgo/cfg/redirect like 178_33_165_236_27040.cfg and inside this?

// This file was auto-generated by SourceMod (v1.7.3-dev+5256)
// ConVars for plugin "redirect.smx"


// Advertise !follow command when a player switched servers.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
redirect_advertise_follow "1"

// Groups where this server is advertised
// -
// Default: "A"
redirect_advertise_in_groups "A"

// Minimum players to advertise this server
// -
// Default: "2"
// Minimum: "0.000000"
redirect_advertise_me_min_players "1"

// Cycling server advertisement period. Set to -1 to disable.
// -
// Default: "120.0"
// Minimum: "-1.000000"
redirect_advertise_period "120.0"

// Automatically cleanup old database entries.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
redirect_autocleanup_db "0"

// Groups where this server expose it's sv_password (if set). Note that password is visible to players that select the server
// -
// Default: ""
redirect_expose_pw_for_groups ""

// Maximum follow advertise time in minutes after a player choose a server.
// -
// Default: "2"
redirect_follow_timeout "2"

// Groups this server belongs to (each char is a group)
// -
// Default: "A"
redirect_my_groups "A"

// Automatically register server in database.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
redirect_register_server "1"

// Server display order, lowest value are displayed first.
// -
// Default: "1"
// Minimum: "0.000000"
redirect_server_order "1"

// Minimum time seconds between each server queries
// -
// Default: "5"
redirect_server_queries_cooldown "5"

// If non empty, use this name instead of hostname.
// -
// Default: ""
redirect_server_short_hostname "GunGame Turbo"

// Groups where this server is listed by !server command
// -
// Default: "A"
redirect_show_in_groups "A"
thecyupy is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 10-13-2015 , 11:08   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #272

This file is auto-generated when first player joins your server.

Same with server registration, it only occurs when first player joins.
h3bus is offline
thecyupy
Member
Join Date: Aug 2013
Old 10-13-2015 , 16:31   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #273

Quote:
Originally Posted by h3bus View Post
This file is auto-generated when first player joins your server.

Same with server registration, it only occurs when first player joins.
The server where i have installed is: 178.33.114.167:27015. where the other servers can I add? It is in the same directory as the default creates truth? - cfg/redirect ?

Last edited by thecyupy; 10-13-2015 at 16:55.
thecyupy is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 10-13-2015 , 16:37   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #274

Plugin must be installed on all servers, then join them one after the other and then try a !server command.

If it works, start modifying the .cfg ato match your needs.
h3bus is offline
thecyupy
Member
Join Date: Aug 2013
Old 10-14-2015 , 12:01   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #275

Quote:
Originally Posted by h3bus View Post
Plugin must be installed on all servers, then join them one after the other and then try a !server command.

If it works, start modifying the .cfg ato match your needs.
Ohh , that was my mistake. Thank!
Now the plugin works but redirect_askconnect_connectbox.smx i think that does not work.







No error logs....

Thanks for your time!

Last edited by thecyupy; 10-14-2015 at 12:02.
thecyupy is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 10-14-2015 , 12:25   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #276

Yep Connect box does not work on CSGO, nothing I can do unfortunately.
h3bus is offline
BuSheeZy
Junior Member
Join Date: Oct 2015
Old 10-14-2015 , 14:45   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #277

My steam bot is not adding people but it does send the messages if they're added.

Edit:

Ignore me. I used this account as a bot in the past and thought it had a game but I forgot it was setup for them to add the bot. My account is limited.

If anyone is seeing "Friends List is Full," that is the reason why.

Last edited by BuSheeZy; 10-14-2015 at 14:57.
BuSheeZy is offline
thecyupy
Member
Join Date: Aug 2013
Old 10-14-2015 , 17:04   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #278

Quote:
Originally Posted by h3bus View Post
Yep Connect box does not work on CSGO, nothing I can do unfortunately.
Ok, than for your time h3bus, tanks for all! A good plugin!

Last edited by thecyupy; 10-14-2015 at 17:04.
thecyupy is offline
BuSheeZy
Junior Member
Join Date: Oct 2015
Old 10-16-2015 , 18:11   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #279

Code:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run
    result = self._run(*self.args, **self.kwargs)
  File "/home/steambot/steamkit/pysteamkit/steam3/connection.py", line 222, in __write_data
    self.socket.sendall(buffer)
AttributeError: 'NoneType' object has no attribute 'sendall'
<Greenlet at 0x7f3274bea2d0: <bound method TCPConnection.__write_data of <pysteamkit.steam3.connection.TCPConnection object at 0x7f32756df590>>> failed with AttributeError
I got an error as you can see from the steambot.
BuSheeZy is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 10-17-2015 , 08:03   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #280

Yes sorry for that, it's an error in steamkit I did not manage to fix completely.
I've got a version that should work better though: https://bitbucket.org/H3bus/pysteamkit
h3bus is offline
Reply



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 07:03.


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