mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
Blueshift 4: Shift Harder (#3904)
## About The Pull Request Resurrects everyone's favorite map, with some spit-shining. - [x] Update all paths so it compiles (obviously) - [x] Fix some disconnected cables - [x] Add extra firelocks to the main foyer area - [x] Add Captain's cast to the cap's office - [x] Add detective caseboards to the detective office - [x] Do a pass over security camera coverage, several departments were missing massive amounts of cameras in areas - [x] Do a pass over external airlocks, sided all access on these is reportedly weird on certain docks - [x] Do a pass over department wall signs (the direction ones) and make sure they're not wrong - [ ] Potentially clean up some of the worst offenders of "impossible-to-navigate maints" - [x] Ensure we're not missing any standard every-map additions that have been created since it was decommissioned - [x] ??? - [x] Secret things I don't know about yet because people are going to give me feedback ## Why It's Good For The Game  The people demand Blueshift ## Proof Of Testing It's a work in progress but yes I'm testing as I go ## Changelog 🆑 map: Blueshift is back on the menu /🆑
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "map_files\CatwalkStation\CatwalkStation_2023.dmm"
|
||||
#include "map_files\NebulaStation\NebulaStation.dmm"
|
||||
// SKYRAT EDIT ADDITON START - Compiling our modular maps too!
|
||||
#include "map_files\Blueshift\Blueshift.dmm"
|
||||
#include "map_files\VoidRaptor\VoidRaptor.dmm"
|
||||
#include "map_files\KiloStation\KiloStation.dmm"
|
||||
// SKYRAT EDIT END
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"version": 1,
|
||||
"map_name": "Blueshift",
|
||||
"map_path": "map_files/NSVBlueshift",
|
||||
"map_path": "map_files/Blueshift",
|
||||
"map_file": "Blueshift.dmm",
|
||||
"give_players_hooks": 1,
|
||||
"shuttles": {
|
||||
"cargo": "cargo_skyrat",
|
||||
"ferry": "ferry_skyrat",
|
||||
@@ -20,7 +21,6 @@
|
||||
"Linkage": "Cross"
|
||||
}
|
||||
],
|
||||
"orbit_shift_replacement": "Attention crew, it appears that someone has shifted your ship into more dangerous territory.",
|
||||
"job_changes": {
|
||||
"Cook": {
|
||||
"additional_cqc_areas": ["/area/station/service/kitchen/diner"]
|
||||
@@ -82,6 +82,15 @@ required_map = "birdshot.dmm"
|
||||
coordinates = [117, 145, 1]
|
||||
trait_name = "Station"
|
||||
|
||||
# BLUESHIFT MAP EDITS
|
||||
# Blueshift Book of Kindred
|
||||
[templates.blueshift_book_of_kindred]
|
||||
map_files = ["book_of_kindred_display.dmm"]
|
||||
directory = "_maps/bubber/automapper/templates/generic/"
|
||||
required_map = "Blueshift.dmm"
|
||||
coordinates = [100, 129, 1]
|
||||
trait_name = "Station"
|
||||
|
||||
# CATWALK MAP EDITS
|
||||
# Catwalk Arrivals
|
||||
[templates.catwalk_arrivals]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,12 +0,0 @@
|
||||
## General Information
|
||||
|
||||
Blueshift is a map made by Skyrat which was a giant three Z level ship that dwarves most stations
|
||||
|
||||
## ARCHIVAL REASON
|
||||
|
||||
It is unmaintained, it has major performance impacts on the server, and it was way too big for any feasable sanity to be running inside rotation. It was already pulled from rotation at the time of this commit.
|
||||
|
||||
## Removal Timeframe
|
||||
- **Orginal PR Number:** Skyrat Map
|
||||
- **Last Upstream PR Number:** #2220
|
||||
- **Last Commit SHA:** 90a2185b1b0496d0f4481916da168a4894d475dc
|
||||
@@ -62,6 +62,12 @@ map biodome
|
||||
votable
|
||||
endmap
|
||||
|
||||
map blueshift
|
||||
minplayers 65
|
||||
feedbacklink https://discord.com/channels/1059199070016655462/1376747654339624970
|
||||
votable
|
||||
endmap
|
||||
|
||||
map boxstation
|
||||
minplayers 30
|
||||
votable
|
||||
|
||||
@@ -561,6 +561,10 @@
|
||||
name = "Starboard Thruster Room"
|
||||
icon_state = "sb_thrust_room"
|
||||
|
||||
/area/station/maintenance/shuttle_maint_bay
|
||||
name = "Shuttle Maintenance Bay"
|
||||
icon_state = "construction"
|
||||
|
||||
// EVA Sheds used on BlueShift
|
||||
/area/station/maintenance/eva_shed
|
||||
name = "EVA Shed"
|
||||
|
||||
@@ -2,3 +2,7 @@
|
||||
// Burgerstation: added September 24th 2023, renamed Moon Station December 29th 2023
|
||||
/obj/structure/plaque/static_plaque/golden/commission/burgerstation
|
||||
desc = "Spinward Sector Station SS-13\n'Moon Station' Class Outpost\nCommissioned 24/09/2563\n'Welcome to Moon Station home of the Station, may I take your order?'. Formerly known as 'Burgerstation'."
|
||||
|
||||
// Blueshift: added September 30th 2021
|
||||
/obj/structure/plaque/static_plaque/golden/commission/blueshift
|
||||
desc = "Spinward Sector Station SS-13\n'Blueshift' Class Outpost\nCommissioned 30/09/2561\n'The Unsinkable'"
|
||||
|
||||
Reference in New Issue
Block a user