From 1b2865384b2253f2cdfcd4988e18e9e1d0af218b Mon Sep 17 00:00:00 2001 From: apophis775 Date: Wed, 20 May 2015 22:24:47 -0500 Subject: [PATCH] Proper Hub Files... --- code/hub.dm | 6 +++--- code/world.dm | 10 +++++----- interface/interface.dm | 9 ++------- 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/code/hub.dm b/code/hub.dm index 436f1883..ee829689 100644 --- a/code/hub.dm +++ b/code/hub.dm @@ -1,13 +1,13 @@ /world hub = "Exadv1.spacestation13" - hub_password = "kMZy3U5jJHSiBQjr" - name = "Colonial Marines ~ NMV Sulaco" + hub_password = "NOTAPASSWORD" + name = "DEFAULT SS13 SERVER" /* This is for any host that would like their server to appear on the main SS13 hub. To use it, simply replace the password above, with the password found below, and it should work. If not, let us know on the main tgstation IRC channel of irc.rizon.net #tgstation13 we can help you there. hub = "Exadv1.spacestation13" - hub_password = "IUkuan899320KUbne" + hub_password = "kMZy3U5jJHSiBQjr" name = "Space Station 13" */ \ No newline at end of file diff --git a/code/world.dm b/code/world.dm index 85275698..62e2379f 100644 --- a/code/world.dm +++ b/code/world.dm @@ -53,7 +53,7 @@ if(world.port == 1401) hub = "Exadv1.spacestation13" hub_password = "none" - name = "Marines Test" + name = "null" sun = new /datum/sun() radio_controller = new /datum/controller/radio() @@ -242,14 +242,14 @@ var/s = "" if (config && config.server_name) - s += "[config.server_name] — " + s += "[config.server_name] — " - s += "NMV Sulaco | Hosted by Apophis"; + s += "Hosted by: "; //s += " (" //s += "" //Change this to wherever you want the hub to link to. //s += "[config.server_version]" //s += ")" - s += "

" + s += "" s += "
" var/list/features = list() @@ -288,7 +288,7 @@ */ if (!host && config && config.hostedby) - features += "hosted by Apophis775" + features += "hosted by " if (features) s += ": [dd_list2text(features, ", ")]" diff --git a/interface/interface.dm b/interface/interface.dm index 3a1b68fe..bf284cf2 100644 --- a/interface/interface.dm +++ b/interface/interface.dm @@ -28,7 +28,7 @@ set desc = "Report a bug." set hidden = 1 //src << browse(file(RULES_FILE), "window=rules;size=480x320") - src << link("http://www.colonial-marines.com/viewforum.php?f=116") + src << link("www.google.com") #define RULES_FILE "config/rules.html" @@ -37,14 +37,9 @@ set desc = "Show Server Rules." set hidden = 1 //src << browse(file(RULES_FILE), "window=rules;size=480x320") - src << link("http://www.colonial-marines.com/viewtopic.php?f=57&t=1363") + src << link("www.google.com") #undef RULES_FILE -/client/verb/donate() - set name = "Donate" - set category = "OOC" - - src << "Our server runs entirely off of player donations. If you donate, you can receive cosmetic items for your character. Including armor, helmets, boots, and uniforms. The item will be made custom for you.
The minimum amount to donate is $5 to receive your item. Our server currently costs $50 a month (extra $20 every 6 months).
Here is our donation page:
http://colonial-marines.com/page/donate
If you have any questions regarding donation, you can ahelp and ask.

Thank you,
Apophis." /client/verb/hotkeys_help() set name = "hotkeys-help"