Skip to content

Commit

Permalink
Proper Hub Files...
Browse files Browse the repository at this point in the history
  • Loading branch information
apophis775 committed May 21, 2015
1 parent f627816 commit 1b28653
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
6 changes: 3 additions & 3 deletions code/hub.dm
Original file line number Diff line number Diff line change
@@ -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"
*/
10 changes: 5 additions & 5 deletions code/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -242,14 +242,14 @@
var/s = ""

if (config && config.server_name)
s += "<a href=\"http://www.colonial-marines.com\"><b>[config.server_name]</b> &#8212; "
s += "<a href=\"http://www.google.com\"><b>[config.server_name]</b> &#8212; "

s += "<b>NMV Sulaco</b> | 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 += "<br><img src=\"http://i.imgur.com/VpW1jnJ.png?1\"><br>"
s += ""
s += "</a>"

var/list/features = list()
Expand Down Expand Up @@ -288,7 +288,7 @@
*/

if (!host && config && config.hostedby)
features += "hosted by <b>Apophis775</b>"
features += "hosted by </b>"

if (features)
s += ": [dd_list2text(features, ", ")]"
Expand Down
9 changes: 2 additions & 7 deletions interface/interface.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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.<br>The minimum amount to donate is $5 to receive your item. Our server currently costs $50 a month (extra $20 every 6 months). <br>Here is our donation page:<br>http://colonial-marines.com/page/donate<br>If you have any questions regarding donation, you can ahelp and ask.<br><br>Thank you,<br>Apophis."

/client/verb/hotkeys_help()
set name = "hotkeys-help"
Expand Down

0 comments on commit 1b28653

Please sign in to comment.