forked from MT-CTF/capturetheflag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettingtypes.txt
19 lines (15 loc) · 878 Bytes
/
settingtypes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Options:
# - default: Store rankings in modstorage, not recommended for servers
# - redis: Store rankings in a redis DB, recommended for servers, requires some setup
ctf_rankings_backend (Rankings Backend) enum default default,redis
# Port the redis server is hosted on.
# This setting is only used when ctf_rankings_backend = redis
ctf_rankings_redis_server_port (Rankings Redis Server Port) int 6379
# CTF can sometimes reduce CPU usage by calculating things once and putting them in RAM.
# Turn on low ram mode if you're getting crashes related to RAM/Memory usage
ctf_low_ram_mode (Low RAM mode) bool false
# Allow players to create/form parties
ctf_allow_parties (Allow Player Parties) bool false
# Max party size in players
# Parties smaller than this will still be blocked if they are larger than the team size of the match
ctf_max_party_size (Max Party Size) int 4