mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
## About The Pull Request Readds the map Kilostation, which was originally removed in 2023. I've put in a lot of work to refit Kilo to include all modern stuff and to modernize its design and bring it up to standards with our other current maps. Here's what it looks like. Notable changes include a rework to engineering, medical, science, and to a lesser extent Cargo. Some other departments have seen smaller scale changes, but mostly only modernizations as I did not feel they needed significant redesigns. If you're an admin and you've run Kilo on either manny or terry in the past few weeks, this is the version of kilo you've been running, so you should already be familiar with it. Kilo replaces Wawa, removing it from the codebase. Default max pop for Kilo is 40. This is ultimately my first map, so please give me your questions, comments, and criticisms. I'd be happy to answer! ## Why It's Good For The Game There are a lot of things to say about Kilo and Wawa. The original justifications that were made for Kilo's removal were justifiable at the time, but 2023 was a long time ago from where we are now. Ironically enough, Wawa has the exact same problems as Kilo, but more pronounced. The creator of Wawa is also no longer active and will not return. Wawa is completely unmaintained. Wawa's design makes it even harder to work with than Kilo. So, why readd Kilo? Kilo is rock-solid, and ultimately having a lowpop map at this point is no longer optional. The current lowpop options are metastation (works fine enough though not designed for it) and icebox (REALLY bad for lowpop). Kilo will replace icebox as lowpop map number two. The headmins and headcoders both want Kilo back, and so do I. Let's make it official.
93 lines
1.8 KiB
Plaintext
93 lines
1.8 KiB
Plaintext
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
|
"a" = (
|
|
/turf/closed/wall/mineral/titanium,
|
|
/area/shuttle/mining)
|
|
"b" = (
|
|
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
|
/turf/open/floor/plating,
|
|
/area/shuttle/mining)
|
|
"c" = (
|
|
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
|
/turf/open/space/basic,
|
|
/area/shuttle/mining)
|
|
"d" = (
|
|
/obj/effect/turf_decal/bot,
|
|
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
|
/turf/open/floor/plating,
|
|
/area/shuttle/mining)
|
|
"f" = (
|
|
/obj/machinery/computer/shuttle/mining/common,
|
|
/obj/effect/turf_decal/bot,
|
|
/obj/effect/turf_decal/stripes/corner,
|
|
/turf/open/floor/mineral/plastitanium,
|
|
/area/shuttle/mining)
|
|
"j" = (
|
|
/obj/structure/chair/comfy/shuttle{
|
|
dir = 1
|
|
},
|
|
/obj/machinery/light/directional/west,
|
|
/obj/structure/sign/nanotrasen/directional/west,
|
|
/obj/effect/turf_decal/stripes/line{
|
|
dir = 4
|
|
},
|
|
/turf/open/floor/mineral/titanium/yellow,
|
|
/area/shuttle/mining)
|
|
"k" = (
|
|
/obj/machinery/door/airlock/titanium{
|
|
name = "Lavaland Shuttle Airlock"
|
|
},
|
|
/obj/docking_port/mobile{
|
|
dir = 8;
|
|
shuttle_id = "mining_common";
|
|
name = "lavaland shuttle";
|
|
port_direction = 4
|
|
},
|
|
/turf/open/floor/plating,
|
|
/area/shuttle/mining)
|
|
"n" = (
|
|
/obj/structure/ore_box,
|
|
/obj/effect/turf_decal/delivery,
|
|
/obj/effect/turf_decal/stripes/corner{
|
|
dir = 4
|
|
},
|
|
/turf/open/floor/mineral/plastitanium,
|
|
/area/shuttle/mining)
|
|
"p" = (
|
|
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
|
/obj/machinery/power/shuttle_engine/heater,
|
|
/turf/open/floor/plating,
|
|
/area/shuttle/mining)
|
|
"r" = (
|
|
/obj/structure/sign/warning/fire,
|
|
/turf/closed/wall/mineral/titanium,
|
|
/area/shuttle/mining)
|
|
"s" = (
|
|
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
|
/turf/open/floor/plating/airless,
|
|
/area/shuttle/mining)
|
|
|
|
(1,1,1) = {"
|
|
a
|
|
b
|
|
a
|
|
d
|
|
r
|
|
a
|
|
"}
|
|
(2,1,1) = {"
|
|
c
|
|
f
|
|
j
|
|
n
|
|
p
|
|
s
|
|
"}
|
|
(3,1,1) = {"
|
|
a
|
|
b
|
|
k
|
|
b
|
|
r
|
|
a
|
|
"}
|