Moved stuff from hub.dm

This commit is contained in:
Selis
2023-06-16 17:32:38 +02:00
parent 85471ef012
commit 952fafe04d
3 changed files with 5 additions and 20 deletions

View File

@@ -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"
*/

View File

@@ -14,8 +14,12 @@
area = /area/space
view = "15x15"
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
visibility = 0 //VOREStation Edit
*/
cache_lifespan = 7
fps = 20 // If this isnt hard-defined, anything relying on this variable before world load will cry a lot

View File

@@ -21,7 +21,6 @@
#include "code\global_init.dm"
#include "code\global_vr.dm"
#include "code\global_yw.dm"
#include "code\hub.dm"
#include "code\names.dm"
#include "code\stylesheet.dm"
#include "code\world.dm"