forked from SPLURT-Station/S.P.L.U.R.T-Station-13
-
Notifications
You must be signed in to change notification settings - Fork 131
/
maps.txt
115 lines (97 loc) · 2.61 KB
/
maps.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
1This 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
maxplayers 70
max_round_search_span 6
max_rounds_played 2
endmap
map metastation
maxplayers 70
max_round_search_span 6
max_rounds_played 2
endmap
map syndicatestation
voteweight 2
disabled
max_round_search_span 6
max_rounds_played 2
endmap
map peacesyndicatestation
maxplayers 70
voteweight 2
max_round_search_span 6
max_rounds_played 2
endmap
map pubbystation
minplayers 70
max_round_search_span 6
max_rounds_played 2
endmap
map omegastation
maxplayers 70
max_round_search_span 6
max_rounds_played 2
endmap
map deltastation
default
minplayers 70
max_round_search_span 6
max_rounds_played 2
endmap
map smexistation
minplayers 70
max_round_search_span 6
max_rounds_played 2
endmap
#map runtimestation
#endmap
map festivestation
minplayers 70
endmap
map prisonstation
minplayers 50
endmap
#map multiz_debug
#endmap
map kilostation
maxplayers 70
max_round_search_span 6
max_rounds_played 2
endmap
#map smolstation
#endmap
map taustation
minplayers 70
max_round_search_span 6
max_rounds_played 2
endmap
map cogstation
minplayers 70
max_round_search_span 6
max_rounds_played 2
endmap
map layeniastation
minplayers 70
voteweight 4
max_round_search_span 6
max_rounds_played 2
endmap
map lambdastation
minplayers 70
max_round_search_span 6
max_rounds_played 2
endmap