mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Moved stuff from hub.dm
This commit is contained in:
18
code/hub.dm
18
code/hub.dm
@@ -1,18 +0,0 @@
|
|||||||
/world
|
|
||||||
|
|
||||||
hub = "Exadv1.spacestation13"
|
|
||||||
//CHOMPEdit: Accidentally committed this to master instead of pull request. Adding comment to make a pull request. Also to note that I have changed the password so we won't appear on the HUB regardless of TGS3.
|
|
||||||
hub_password = "null"
|
|
||||||
name = "Space Station 13"
|
|
||||||
/*YW EDIT we want to be on the hub
|
|
||||||
name = "VOREStation" //VOREStation Edit
|
|
||||||
visibility = 0 //VOREStation Edit
|
|
||||||
*/
|
|
||||||
/* 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"
|
|
||||||
*/
|
|
||||||
@@ -14,8 +14,12 @@
|
|||||||
area = /area/space
|
area = /area/space
|
||||||
view = "15x15"
|
view = "15x15"
|
||||||
hub = "Exadv1.spacestation13"
|
hub = "Exadv1.spacestation13"
|
||||||
hub_password = "kMZy3U5jJHSiBQjr"
|
//CHOMPEdit: Accidentally committed this to master instead of pull request. Adding comment to make a pull request. Also to note that I have changed the password so we won't appear on the HUB regardless of TGS3.
|
||||||
|
hub_password = "null"
|
||||||
|
name = "Space Station 13"
|
||||||
|
/*YW EDIT we want to be on the hub
|
||||||
name = "VOREStation" //VOREStation Edit
|
name = "VOREStation" //VOREStation Edit
|
||||||
visibility = 0 //VOREStation Edit
|
visibility = 0 //VOREStation Edit
|
||||||
|
*/
|
||||||
cache_lifespan = 7
|
cache_lifespan = 7
|
||||||
fps = 20 // If this isnt hard-defined, anything relying on this variable before world load will cry a lot
|
fps = 20 // If this isnt hard-defined, anything relying on this variable before world load will cry a lot
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
#include "code\global_init.dm"
|
#include "code\global_init.dm"
|
||||||
#include "code\global_vr.dm"
|
#include "code\global_vr.dm"
|
||||||
#include "code\global_yw.dm"
|
#include "code\global_yw.dm"
|
||||||
#include "code\hub.dm"
|
|
||||||
#include "code\names.dm"
|
#include "code\names.dm"
|
||||||
#include "code\stylesheet.dm"
|
#include "code\stylesheet.dm"
|
||||||
#include "code\world.dm"
|
#include "code\world.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user