AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2] Supreme Redirect (1.1.2) (https://forums.alliedmods.net/showthread.php?t=258010)

Mitchell 02-11-2015 20:04

[TF2] Supreme Redirect (1.1.2)
 
2 Attachment(s)
Supreme Redirect
http://i.imgur.com/J667dhP.png
Just another redirect service? No, this is a light weight plugin that uses the "redirect" command to make a player join a different server.

Config
an example is attached below.
Code:

Redirect
{
        "What shows up in the menu"                        "ip and port."
        "Server Name"                "192.168.1.1:27015"
}

Convars
found in <game>/cfg/sourcemod/plugin.supremeredirect.cfg
Code:

// Set to 1 to show the address of the server as a disabled item, 2 to let the player connect to the current server.
// -
// Default: "0"
sm_supremeredirect_showaddress "1"

//If you see the version cvar in this file, it's because I screwed up. lol

Any requests please post below.

inb4 another plugin.

Chdata 02-11-2015 20:13

Re: [TF2] Supreme Redirect
 
Natives for custom skins to be applied to the players.

Mitchell 02-11-2015 20:15

Re: [TF2] Supreme Redirect
 
Quote:

Originally Posted by Chdata (Post 2261320)
Natives for custom skins to be applied to the players.

rip copy and pasting.

EDIT: fix'd in 1.0.1

Horsedick 02-11-2015 20:21

Re: [TF2] Supreme Redirect
 
Interesting.. but can you make this auto matic as in add to the server and have it apply to clients as they enter vs the command from having to be spent?
Also I believe the info in the config is backwards.

Chdata 02-11-2015 20:22

Re: [TF2] Supreme Redirect
 
plz make something that can replace serverhop in such a way that I can copy paste the same config to each server

(Right now I have a seperate one for each server where the title of the server as displayed in chat is

"You are here -> This.Server 1.2.3.4:99999"
"Other.server 4.2.21.2:124124"

Mitchell 02-11-2015 20:26

Re: [TF2] Supreme Redirect
 
Quote:

Originally Posted by Chdata (Post 2261327)
plz make something that can replace serverhop in such a way that I can copy paste the same config to each server

(Right now I have a seperate one for each server where the title of the server as displayed in chat is

"You are here -> This.Server 1.2.3.4:99999"
"Other.server 4.2.21.2:124124"

I don't like how server's hop's config is setup, but i'm willing to add a 'You are here' type of thing.

WildCard65 02-11-2015 20:29

Re: [TF2] Supreme Redirect
 
Quote:

Originally Posted by Mitchell (Post 2261328)
I don't like how server's hop's config is setup, but i'm willing to add a 'You are here' type of thing.

y not add mysql support which is an optional(with cvar to enable/disable) which also includes adding server to database if not exists.

Mitchell 02-11-2015 20:31

Re: [TF2] Supreme Redirect
 
Quote:

Originally Posted by WildCard65 (Post 2261329)
y not add mysql support which is an optional(with cvar to enable/disable) which also includes adding server to database if not exists.

maybe later on. right now this is supposed to be light weight, and mostly you could just upload the same cfg to all of your servers.

Chdata 02-11-2015 20:45

Re: [TF2] Supreme Redirect
 
Yeah, putting stuff in an external database seems like a lotta extra to me.

Also, how long has this command existed anyway? lol

Mitchell 02-11-2015 20:46

Re: [TF2] Supreme Redirect
 
Quote:

Originally Posted by Chdata (Post 2261338)
Yeah, putting stuff in an external database seems like a lotta extra to me.

Also, how long has this command existed anyway? lol

about 30 minutes before i posted this i think.


All times are GMT -4. The time now is 15:06.

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