mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
68 lines
1.6 KiB
Plaintext
68 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)
|
|
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
|
|
|
|
# Debug-only maps.
|
|
|
|
map gateway_test
|
|
endmap
|
|
|
|
map multiz_debug
|
|
endmap
|
|
|
|
map runtimestation
|
|
endmap
|