From 34c84bbd6db20907befa8f87d9c169ad98446aac Mon Sep 17 00:00:00 2001 From: Albert Iordache Date: Mon, 21 Nov 2011 20:44:57 +0200 Subject: [PATCH] Adding to #8. Edited README.txt, removed forum_activation.dm from the .dme, and added in the hub password --- README.txt | 11 +++++++---- baystation12.dme | 1 - code/defines/hub.dm | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.txt b/README.txt index 2a2896c6a8f..2a3b32c68ad 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,11 @@ -tgstation13 v1.0 - 6 October 2010 +baystation 12 -Website: http://tgstation13.servehttp.com -Code: http://code.google.com/p/tgstation13 -IRC: irc://irc.rizon.net/tgstation13 +Website: http://whoopshop.com +Code: https://github.com/Baystation12/Baystation12 +IRC: irc://irc.sorcery.net/bs12 + +based on the code of tgstation13, itself based on the code of goonstation13. +tgstation13 - http://code.google.com/p/tgstation13 ================================================================================ INSTALLATION diff --git a/baystation12.dme b/baystation12.dme index 7ca3dd05da5..1e8635b68d0 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -314,7 +314,6 @@ #include "code\defines\procs\command_alert.dm" #include "code\defines\procs\command_name.dm" #include "code\defines\procs\dbcore.dm" -#include "code\defines\procs\forum_activation.dm" #include "code\defines\procs\gamehelpers.dm" #include "code\defines\procs\helpers.dm" #include "code\defines\procs\icon_procs.dm" diff --git a/code/defines/hub.dm b/code/defines/hub.dm index 7ee4922b6a9..3dd25cb0428 100644 --- a/code/defines/hub.dm +++ b/code/defines/hub.dm @@ -1,13 +1,13 @@ world hub = "Exadv1.spacestation13" - hub_password = "SORRYNOPASSWORD" + hub_password = "kMZy3U5jJHSiBQjr" name = "Baystation 12" /* 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. +If not, let us know on the main baystation IRC channel of irc.sorcery.net #bs12 and we can help you there. hub = "Exadv1.spacestation13" hub_password = "kMZy3U5jJHSiBQjr"