mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
13
code/hub.dm
Normal file
13
code/hub.dm
Normal 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"
|
||||||
|
*/
|
||||||
@@ -4,18 +4,6 @@
|
|||||||
area = /area
|
area = /area
|
||||||
view = "15x15"
|
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
|
#define RECOMMENDED_VERSION 494
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
|
|||||||
<h2 class="date">Important note for server hosts!</h2>
|
<h2 class="date">Important note for server hosts!</h2>
|
||||||
<h3 class="author">Important note for server hosts!:</h3>
|
<h3 class="author">Important note for server hosts!:</h3>
|
||||||
<ul class="changes bgimages16">
|
<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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="commit sansserif">
|
<div class="commit sansserif">
|
||||||
|
|||||||
@@ -106,7 +106,6 @@
|
|||||||
#define FILE_DIR "code/modules/clothing/shoes"
|
#define FILE_DIR "code/modules/clothing/shoes"
|
||||||
#define FILE_DIR "code/modules/clothing/spacesuits"
|
#define FILE_DIR "code/modules/clothing/spacesuits"
|
||||||
#define FILE_DIR "code/modules/clothing/suits"
|
#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"
|
||||||
#define FILE_DIR "code/modules/clothing/under/jobs"
|
#define FILE_DIR "code/modules/clothing/under/jobs"
|
||||||
#define FILE_DIR "code/modules/critters"
|
#define FILE_DIR "code/modules/critters"
|
||||||
@@ -206,9 +205,7 @@
|
|||||||
#define FILE_DIR "icons/vending_icons"
|
#define FILE_DIR "icons/vending_icons"
|
||||||
#define FILE_DIR "interface"
|
#define FILE_DIR "interface"
|
||||||
#define FILE_DIR "maps"
|
#define FILE_DIR "maps"
|
||||||
#define FILE_DIR "maps/backup"
|
|
||||||
#define FILE_DIR "maps/RandomZLevels"
|
#define FILE_DIR "maps/RandomZLevels"
|
||||||
#define FILE_DIR "maps/RandomZLevels/backup"
|
|
||||||
#define FILE_DIR "sound"
|
#define FILE_DIR "sound"
|
||||||
#define FILE_DIR "sound/AI"
|
#define FILE_DIR "sound/AI"
|
||||||
#define FILE_DIR "sound/ambience"
|
#define FILE_DIR "sound/ambience"
|
||||||
@@ -231,6 +228,7 @@
|
|||||||
|
|
||||||
// BEGIN_INCLUDE
|
// BEGIN_INCLUDE
|
||||||
#include "code\global.dm"
|
#include "code\global.dm"
|
||||||
|
#include "code\hub.dm"
|
||||||
#include "code\names.dm"
|
#include "code\names.dm"
|
||||||
#include "code\setup.dm"
|
#include "code\setup.dm"
|
||||||
#include "code\stylesheet.dm"
|
#include "code\stylesheet.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user