mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
66 lines
1.3 KiB
Plaintext
66 lines
1.3 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)
|
|
|
|
map yogstation
|
|
voteweight 0.7
|
|
votable
|
|
endmap
|
|
|
|
map omegastation
|
|
maxplayers 35
|
|
disabled
|
|
endmap
|
|
|
|
map yogsmeta
|
|
minplayers 25
|
|
votable
|
|
endmap
|
|
|
|
map yogsdelta
|
|
minplayers 50
|
|
disabled
|
|
endmap
|
|
|
|
map kilostation
|
|
maxplayers 40
|
|
votable
|
|
endmap
|
|
|
|
map gaxstation
|
|
maxplayers 30
|
|
endmap
|
|
|
|
map icebox
|
|
minplayers 25
|
|
disabled
|
|
endmap
|
|
|
|
map eclipsestation
|
|
minplayers 60
|
|
disabled
|
|
endmap
|
|
|
|
map runtimestation
|
|
disabled
|
|
endmap
|
|
|
|
map multiz_debug
|
|
disabled
|
|
endmap
|
|
|
|
|
|
|
|
|
|
|