mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-25 22:29:30 +01:00
* some stuff for shuttle * yay, an unoriginal map looks like i'm the one responsible for it * moves them to a path that game finds it * requested changes * some changes to fix shuttles * more shuttle fixes * almost done with it * mapmerger * making travis hate us less? * permabrig shuttle * more stuff * thought it was abandoned * renames it to the right name * well, i guess we're testing * almost finished with it, give me pizza * who ya gonna call ? the police, let me out of this basement * forgot this one * please, tell me that's how you connect them * maybe the shuttle works now ? * Revert "Merge branch 'new-map' of https://github.com/SandPoot/Sandstorm-Station-13 into new-map" This reverts commit1941a64e28, reversing changes made tofda6afe660. * Revert "maybe the shuttle works now ?" This reverts commitfda6afe660. * Revert "Revert "Merge branch 'new-map' of https://github.com/SandPoot/Sandstorm-Station-13 into new-map"" This reverts commitfbae802dd3. * jeez, why did i make so many shuttles i'm lazy * google how do i modify the changelog * another one bites the dust * is it finally done ? * do we need viro ? * IT ISN'T OVER!! * this isn't the last one, apparently Co-authored-by: crazyraio2 <44246096+crazyraio2@users.noreply.github.com> *actually mainly done by them*
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
This file contains a list of maps for use in map rotation.
|
|
This feature requires you are running a Windows OS (or can other wise run .bat files) and that you are using the tgstation-server toolset in tools/
|
|
#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)
|
|
max_round_search_span [number] (If this is nonzero, then if this map has been played more than a specified amount of times within this number of rounds, the map won't show up in votes. Max for this value determined by a define in persistence.dm)
|
|
max_rounds_played [number] (This determines how many times a map can be played within the above number of rounds before it's forbidden from votes.)
|
|
disabled (disables the map)
|
|
endmap
|
|
|
|
map boxstation
|
|
default
|
|
#voteweight 1.5
|
|
endmap
|
|
|
|
map metastation
|
|
minplayers 25
|
|
#voteweight 0.5
|
|
endmap
|
|
|
|
map pubbystation
|
|
endmap
|
|
|
|
map omegastation
|
|
maxplayers 35
|
|
endmap
|
|
|
|
map deltastation
|
|
minplayers 50
|
|
endmap
|
|
|
|
map snaxi
|
|
minplayers 25
|
|
endmap
|
|
|
|
map runtimestation
|
|
endmap
|
|
|
|
map multiz_debug
|
|
endmap
|
|
|
|
map kilostation
|
|
endmap
|
|
|
|
map SmolStation
|
|
endmap |