-
Notifications
You must be signed in to change notification settings - Fork 26
/
maps.txt
53 lines (45 loc) · 1.25 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
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)
endmap
map lv624
default
minplayers 1
endmap
map bigred_v2
minplayers 25
maxplayers 60
endmap
map ice_colony_v2
minplayers 1
maxplayers 60
endmap
map prison_station_fop
minplayers 25
maxplayers 60
endmap
map icy_caves
minplayers 1
maxplayers 60
endmap
map research_outpost
minplayers 1
maxplayers 25
endmap
map barrenquilla_mining
minplayers 1
maxplayers 25
endmap
map magmoor_digsite_iv
minplayers 1
maxplayers 25
endmap