mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
## About The Pull Request Adds a completely brand new multi-z station map "NebulaStation". New areas and few exclusive map shuttles (ferry, mining, arrival, evac, cargo) <details> <summary>Screenshots/Videos</summary>   </details> ## Changelog 🆑 LT3, tgstation add: NebulaStation: a nice, new station map /🆑 --------- Co-authored-by: Kiko Wen <143291881+KikoWen0@users.noreply.github.com> Co-authored-by: Vekter <TheVekter@users.noreply.github.com> Co-authored-by: Roxy <75404941+TealSeer@users.noreply.github.com>
97 lines
1.6 KiB
Plaintext
97 lines
1.6 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)
|
|
endmap
|
|
|
|
# Production-level maps.
|
|
|
|
map birdshot
|
|
#default
|
|
maxplayers 66
|
|
votable
|
|
endmap
|
|
|
|
map deltastation
|
|
votable
|
|
endmap
|
|
|
|
map icebox
|
|
votable
|
|
endmap
|
|
|
|
map metastation
|
|
minplayers 25
|
|
#voteweight 0.5
|
|
votable
|
|
endmap
|
|
|
|
map northstar
|
|
minplayers 50
|
|
votable
|
|
endmap
|
|
|
|
map tramstation
|
|
minplayers 35
|
|
votable
|
|
endmap
|
|
|
|
map nebulastation
|
|
minplayers 35
|
|
votable
|
|
endmap
|
|
|
|
map wawastation
|
|
votable
|
|
minplayers 40
|
|
endmap
|
|
|
|
# Debug-only maps.
|
|
|
|
map gateway_test
|
|
endmap
|
|
|
|
map multiz_debug
|
|
endmap
|
|
|
|
map runtimestation
|
|
endmap
|
|
|
|
##SKYRAT MAPS##
|
|
|
|
map voidraptor
|
|
votable
|
|
endmap
|
|
|
|
map biodome
|
|
votable
|
|
endmap
|
|
|
|
##BUBBERSTATION MAPS##
|
|
|
|
map boxstation
|
|
votable
|
|
endmap
|
|
|
|
map moonstation
|
|
votable
|
|
endmap
|
|
|
|
map kilostation
|
|
votable
|
|
endmap
|
|
|
|
map kilostation
|
|
maxplayers 75
|
|
votable
|
|
endmap
|