Moved the hub stuff into its own file so server hosts wont have to re-update their hub stuff every time there's a change to world.dm.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4667 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
johnsonmt88@gmail.com
2012-09-09 18:32:11 +00:00
parent d7c1fec43b
commit be580dc939
4 changed files with 15 additions and 16 deletions

13
code/hub.dm Normal file
View File

@@ -0,0 +1,13 @@
/world
hub = "Exadv1.spacestation13"
hub_password = "SORRYNOPASSWORD"
name = "/tg/ Station 13"
/* 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 = "kMZy3U5jJHSiBQjr"
name = "Space Station 13"
*/

View File

@@ -4,18 +4,6 @@
area = /area
view = "15x15"
hub = "Exadv1.spacestation13"
hub_password = "SORRYNOPASSWORD"
name = "/tg/ Station 13"
/* 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 = "kMZy3U5jJHSiBQjr"
name = "Space Station 13"
*/
#define RECOMMENDED_VERSION 494

View File

@@ -52,7 +52,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
<h2 class="date">Important note for server hosts!</h2>
<h3 class="author">Important note for server hosts!:</h3>
<ul class="changes bgimages16">
<li class="experiment">The file /code/defines/hub.dm was merged into /code/world.dm. To get your server back on the hub, open /code/world.dm and set the hub variables again. Sorry for the inconvenience.</li>
<li class="experiment">The file /code/defines/hub.dm was moved into /code/hub.dm. To get your server back on the hub, open /code/hub.dm and set the hub variables again. Sorry for the inconvenience.</li>
</ul>
</div>
<div class="commit sansserif">

View File

@@ -106,7 +106,6 @@
#define FILE_DIR "code/modules/clothing/shoes"
#define FILE_DIR "code/modules/clothing/spacesuits"
#define FILE_DIR "code/modules/clothing/suits"
#define FILE_DIR "code/modules/clothing/ties"
#define FILE_DIR "code/modules/clothing/under"
#define FILE_DIR "code/modules/clothing/under/jobs"
#define FILE_DIR "code/modules/critters"
@@ -206,9 +205,7 @@
#define FILE_DIR "icons/vending_icons"
#define FILE_DIR "interface"
#define FILE_DIR "maps"
#define FILE_DIR "maps/backup"
#define FILE_DIR "maps/RandomZLevels"
#define FILE_DIR "maps/RandomZLevels/backup"
#define FILE_DIR "sound"
#define FILE_DIR "sound/AI"
#define FILE_DIR "sound/ambience"
@@ -231,6 +228,7 @@
// BEGIN_INCLUDE
#include "code\global.dm"
#include "code\hub.dm"
#include "code\names.dm"
#include "code\setup.dm"
#include "code\stylesheet.dm"