mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[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:
+1
-1
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
+114926
-83900
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -20,12 +20,12 @@ map metastation
|
||||
votable
|
||||
endmap
|
||||
|
||||
map pubbystation
|
||||
map deltastation
|
||||
minplayers 50
|
||||
votable
|
||||
endmap
|
||||
|
||||
map deltastation
|
||||
minplayers 50
|
||||
map kilostation
|
||||
votable
|
||||
endmap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user