Files
Bubberstation/config/maps.txt
Roxy f4ed1af751 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


![image](https://github.com/user-attachments/assets/f332aaf0-176c-4ca2-85c5-1cf0e8cc7f8e)
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
/🆑
2025-07-15 22:38:52 -04:00

101 lines
2.0 KiB
Plaintext

This file contains a list of maps for use in map rotation.
#Lines starting with # are ignored.
Lines not inside map blocks are also ignored
Duplicated entries use the latter one.
All whitespace at the start and end of lines is ignored. (including indentation, thats just for show)
Format:
#map [map name] (name of .json file in _maps folder without the .json part)
minplayers [number] (0 or less disables this requirement)
maxplayers [number] (0 or less disables this requirement)
default (The last map with this defined will get all votes of players who have not explicitly voted for a map)
voteweight [number] (How much to count each player vote as, defaults to 1, setting to 0.5 counts each vote as half a vote, 2 as double, etc, Setting to 0 disables the map but allows players to still pick it)
disabled (disables the map)
votable (is this map votable)
feedbacklink (link in-game shown to players to leave feedback for the map)
webmap_url (link to the a webmap to see the map in the user's browser)
endmap
# Production-level maps.
map deltastation
minplayers 50
votable
endmap
map icebox
minplayers 25
votable
endmap
map catwalkstation
minplayers 25
# votable
endmap
map metastation
minplayers 25
#voteweight 0.5
votable
#feedbacklink https://www.youtube.com/watch?v=XG8b7WhANNA
#webmap_url https://webmap.affectedarc07.co.uk/maps/tgstation/metastation
endmap
map tramstation
minplayers 35
votable
endmap
map nebulastation
minplayers 35
votable
endmap
#map wawastation
# votable
# minplayers 40
#endmap
# Bubberstation maps.
map biodome
minplayers 40
votable
endmap
map blueshift
minplayers 65
feedbacklink https://discord.com/channels/1059199070016655462/1376747654339624970
votable
endmap
map boxstation
minplayers 30
votable
endmap
map kilostation
maxplayers 40
votable
endmap
map moonstation
minplayers 50
votable
endmap
map voidraptor
minplayers 40
votable
endmap
# Debug-only maps.
map gateway_test
endmap
map multiz_debug
endmap
map runtimestation
endmap