[MIRROR] Bring back Kilostation v3.0 (#2107)

* Bring back Kilostation v3.0 (#54588)

This replaces Pubbystation with Kilostation. Kilostation was originally created by Okand, you can read about it [here](https://tgstation13.org/phpBB/viewtopic.php?f=11&t=22551). Kilo has been out of rotation for quite a while, as it was causing out of memory crashes for reasons no one could find. This was recently fixed in #54245 through the effort of quite a few people. Paxilmaniac brought the map back, I've gone through and done the necessary cleanup. Things that were identified from the test merges (including the SM), or I've found elsewhere should now be fixed. All the varedited atmos mixes should be gone, though there may be a few oddly edited icons remaining.

* Bring back Kilostation v3.0

Co-authored-by: Maurukas <66576896+Maurukas@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-12-10 12:33:29 +00:00
committed by GitHub
co-authored by Maurukas
parent 9db59d58a7
commit 2dd962a799
6 changed files with 114946 additions and 83930 deletions
+1 -1
View File
@@ -8,8 +8,8 @@
#include "map_files\debug\runtimestation.dmm"
#include "map_files\debug\multiz.dmm"
#include "map_files\Deltastation\DeltaStation2.dmm"
#include "map_files\KiloStation\KiloStation.dmm"
#include "map_files\MetaStation\MetaStation.dmm"
#include "map_files\PubbyStation\PubbyStation.dmm"
#include "map_files\IceBoxStation\IceBoxStation.dmm"
#ifdef CIBUILDING
+13
View File
@@ -0,0 +1,13 @@
{
"version": 1,
"map_name": "Kilo Station",
"map_path": "map_files/KiloStation",
"map_file": "KiloStation.dmm",
"space_ruin_levels": 4,
"shuttles": {
"emergency": "emergency_kilo",
"ferry": "ferry_kilo",
"cargo": "cargo_kilo",
"whiteship": "whiteship_kilo"
}
}
File diff suppressed because it is too large Load Diff
-26
View File
@@ -1,26 +0,0 @@
{
"version": 1,
"map_name": "PubbyStation",
"map_path": "map_files/PubbyStation",
"map_file": "PubbyStation.dmm",
"shuttles": {
"emergency": "emergency_pubby",
"whiteship": "whiteship_pubby",
"ferry": "ferry_fancy",
"cargo": "cargo_pubby"
},
"job_changes": {
"hos": {
"additional_access": 27,
"additional_minimal_access": 27
},
"warden": {
"additional_access": 27,
"additional_minimal_access": 27
},
"officer": {
"additional_access": 27,
"additional_minimal_access": 27
}
}
}
@@ -223,3 +223,6 @@
/turf/open/floor/engine/vacuum
name = "vacuum floor"
initial_gas_mix = AIRLESS_ATMOS
/turf/open/floor/engine/telecomms
initial_gas_mix = TCOMMS_ATMOS
+3 -3
View File
@@ -20,12 +20,12 @@ map metastation
votable
endmap
map pubbystation
map deltastation
minplayers 50
votable
endmap
map deltastation
minplayers 50
map kilostation
votable
endmap