Files
Bubberstation/_maps/northstar.json
Steamlined 8053fe6a5e Porting Northstar (#5535)
## About The Pull Request

Re-adds Northstar from the /tg/station archive, updated to account for
the current version of Bubberstation. Total list of changes from the
original archived version are:

- Fixed all broken turfs, updated to current
- Added cryopod rooms on decks 1 and 3
- Updated arrivals to use interlink ferry, interlink works as expected
- Fixed AI chamber/upload turret controls (I don't know why these broke
but they're fixed now)
- Added privacy shutters to luxury dorm rooms
- Added a fish plaque to the bar (my friend told me this was very
important)
- Replaced council chambers with NT rep office, council chambers is now
part of the teleporter room (it was weird how there was just two council
chambers right next to each other, before)
- Added departmental guard posts to all departments (except service)
- Updated medbay to add vitals monitors next to stasis beds and
operating tables
- Fixed several missing APCs and air alarms
- Added a lustwish to the deck 3 dorms area, near the fighting ring
- Slightly expanded the vault, and added a safe, as well as the gold and
silver chests
- Added firelocks to engineering (why these were not there normally I do
not know)
- Added many many MANY fire alarms, so there's no fire zones without
alarms now (apart from most areas of maintenance, but these have been
properly marked)

The automapper seems to already place a lustwish in the prison, so I
haven't touched that one (not that I can figure out what's placing it
there anyway...). There is no blueshield quarters at present, but the
locker spawns in the captain's office as is standard on maps missing
bluey quarters.

I haven't changed the overall structure of the map significantly. So
yes, it's still 4 whole Z-levels. And yes, robotics is still down the
hall from science. If this actually ends up being a map we run, I might
change it, but moving the entirety of robotics is a big endeavor and
I've already sisyphus'd my way this far.

Tested on a local server. Everything seems to work fine, including all
the shuttles, and although I admit I myself lack enough knowledge on the
particulars of xenobio and botany to test these thoroughly, a friend who
IS better at these tested them and concluded they work as expected.
## Why It's Good For The Game

More maps = More good. I realize adding more highpop maps isn't what
anyone asked for, especially NORTHSTAR of all things. But I wanted to do
it, and so I did. Yes, it's probably going to meet the same fate as
Catwalk in the end. BUT, it might NOT. Maybe people will love it against
all the odds. For whatever it's worth, I AM willing to hear feedback and
alter the map accordingly. I love this damn map.
## Proof Of Testing
<details>

<summary>Screenshots/Videos</summary>
<img width="1216" height="989" alt="dreamseeker_06-05-26_20-06-42"
src="https://github.com/user-attachments/assets/a38d6780-0783-4f0b-8306-29086738c3f6"
/>
<img width="1216" height="989" alt="dreamseeker_06-05-26_20-07-12"
src="https://github.com/user-attachments/assets/e7b870af-b3a1-4795-90ac-528193911564"
/>
<img width="1216" height="989" alt="dreamseeker_06-05-26_20-07-19"
src="https://github.com/user-attachments/assets/5974e54e-53f0-4eba-b164-defe30b4d8f9"
/>
<img width="1216" height="989" alt="dreamseeker_06-05-26_20-07-42"
src="https://github.com/user-attachments/assets/c2c35f68-8d43-4baf-8490-12d9fafd10ba"
/>
<img width="1216" height="989" alt="dreamseeker_06-05-26_20-09-33"
src="https://github.com/user-attachments/assets/5cd5126d-3e1e-4e84-8699-53e4375b0a49"
/>
<img width="1216" height="989" alt="dreamseeker_06-05-26_20-09-46"
src="https://github.com/user-attachments/assets/73fbe4c4-2c57-4bd0-b7ae-5604711c0350"
/>
<img width="1216" height="989" alt="dreamseeker_06-05-26_20-09-56"
src="https://github.com/user-attachments/assets/ea9b5df5-755d-417c-8b7e-0f02b08957b1"
/>
<img width="1216" height="989" alt="dreamseeker_06-05-26_20-10-06"
src="https://github.com/user-attachments/assets/cee42823-14ef-4a4a-9a71-bebf65306ca6"
/>
<img width="1216" height="989" alt="dreamseeker_06-05-26_20-10-39"
src="https://github.com/user-attachments/assets/48a8d081-730e-491f-a9b3-909dbd16587c"
/>
</details>

## Changelog
🆑 Fogspot
add: Added Northstar
config: Added Northstar to votable maps list
/🆑
2026-05-22 19:32:26 -05:00

33 lines
591 B
JSON

{
"version": 1,
"map_name": "NorthStar",
"map_path": "map_files/NorthStar",
"map_file": "north_star.dmm",
"give_players_hooks": 1,
"shuttles": {
"emergency": "emergency_northstar",
"ferry": "ferry_fancy",
"cargo": "cargo_northstar",
"whiteship": "whiteship_delta"
},
"space_ruin_levels": 3,
"space_empty_levels": 2,
"traits": [
{
"Linkage": "Cross"
},
{
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
},
{
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
},
{
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
}
]
}