• Server Hopper Version 1.0.0
    17 replies, posted
So i was trying to think of a way i could get in-game players to try out my other servers, Then it came to me that i needed a way for in-game players to connect to my other servers. So after about 1 day of brain storming i came up with this [IMG]http://puu.sh/gHhg7/31fec614f1.jpg[/IMG] It's pretty basic at the moment but i will continue working on it to add more features such as live player data, more in-depth server information, etc. So try it out and tell me what you think :) [B][U]FEATURES[/U][/B] -Direct connection to other servers through buttons -Very simple and easy to configure -Support. If you ever have a problem with the server hopper you can contact me on steam or this post and i will fix the problem. [B][U]USAGE[/U][/B] Type !servers to open the server list [B][U]TIPS[/U][/B] If you are using ULX i suggest you make a advert telling players to type !servers to view the other servers [B][U]LICENSE[/U][/B]: You are free to use it anywhere, Upload it anywhere and make any changes. ========================================================================================================== Video of the addon: [url]https://www.youtube.com/watch?v=Xk9sZ5GL9ns&feature=youtu.be[/url] Download: [URL="https://github.com/AutoJukebox/serverhopper/archive/master.zip"]Zip[/URL] [B][U]CHANGELOG[/U][/B] 6/15/2015 -Removed broken confirm switch button. 6/6/2015 -Cleaned up code.(Thanks mindfulhacker) 5/25/2015 -Added return "" to the PlayerSay hook so !servers does not show up in chat. (Thanks Gravious) 5/23/2015: -code_gs removed useless lines of code.
Nice work
[QUOTE=code_gs;47779854]Nice work[/QUOTE] I just merged your patch, Thanks.
I long-lost my Github account so I'll just ask you here; mind adding a return "" on the PlayerSay hook when the command is !servers? (To make sure it doesn't show up in chat)
[QUOTE=Gravious;47787288]I long-lost my Github account so I'll just ask you here; mind adding a return "" on the PlayerSay hook when the command is !servers? (To make sure it doesn't show up in chat)[/QUOTE] Added, Thank you.
Can you show a video of it working?
[QUOTE=VegetaPlay;47788543]Can you show a video of it working?[/QUOTE] I'll upload one tonight :) [editline]23rd May 2015[/editline] [QUOTE=VegetaPlay;47788543]Can you show a video of it working?[/QUOTE] Here you go [url]https://www.youtube.com/watch?v=Xk9sZ5GL9ns&feature=youtu.be[/url]
What if the server is full? Would you be rejected?
[QUOTE=Darrell;47789550]What if the server is full? Would you be rejected?[/QUOTE] Yes. It might be useful querying the server before making the client connect so they don't get sent to a full server, or a server that's down.
[QUOTE=James xX;47789623]Yes. It might be useful querying the server before making the client connect so they don't get sent to a full server, or a server that's down.[/QUOTE] If your going to be querying the server It might be good to have a box drop down from the button and display how much people are currently on the server and what map it is on.
AutoJuke Thats a really good work (y)
[QUOTE=freaqzz;47790089]If your going to be querying the server It might be good to have a box drop down from the button and display how much people are currently on the server and what map it is on.[/QUOTE] I plan on adding querying for active players in the future.
If you want you can see how the [URL="http://github.com/tomelyr/Server-Hopping-Bunny"]server hopping bunny[/URL] did it.
this is pretty cool actually
Hey, I just installed this on my TTT server and it isn't working. Here's the config [CODE] SvrHop = {}; --Name of the window that comes up when you type !servers SvrHop.Window_Name = "Pancake Server Menu"; --Color of the background the buttons sit on SvrHop.Background_Color = Color( 0, 102, 204, 235 ); --Color of the buttons you click to connect to servers SvrHop.Button_Color = Color( 0, 0, 0, 255 ); --The color of the text on your buttons SvrHop.Button_Text_Color = Color( 255, 255, 255, 255 ); --The servers ip i.e 127.0.0.1:27016 --The server name i.e "Deathrun" SvrHop.Server_1_IP = "185.38.148.136:27045"; SvrHop.Server_1_Name = "Trouble in Terrorist Town 1 16 slots";[/CODE] Any ideas?
[QUOTE=SobbyNobbins;47956273]Hey, I just installed this on my TTT server and it isn't working. Here's the config [CODE] SvrHop = {}; --Name of the window that comes up when you type !servers SvrHop.Window_Name = "Pancake Server Menu"; --Color of the background the buttons sit on SvrHop.Background_Color = Color( 0, 102, 204, 235 ); --Color of the buttons you click to connect to servers SvrHop.Button_Color = Color( 0, 0, 0, 255 ); --The color of the text on your buttons SvrHop.Button_Text_Color = Color( 255, 255, 255, 255 ); --The servers ip i.e 127.0.0.1:27016 --The server name i.e "Deathrun" SvrHop.Server_1_IP = "185.38.148.136:27045"; SvrHop.Server_1_Name = "Trouble in Terrorist Town 1 16 slots";[/CODE] Any ideas?[/QUOTE] Added you on steam.
Derma needs some work. It could benefit from a nice color scheme that isn't so sharply contrasted and choosing between transparent or solid colors because mixing them isn't looking too good
[QUOTE=Exho;47956886]Derma needs some work. It could benefit from a nice color scheme that isn't so sharply contrasted and choosing between transparent or solid colors because mixing them isn't looking too good[/QUOTE] There is a option in the config to change the colors :)
Sorry, you need to Log In to post a reply to this thread.