-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathsettingtypes.txt
20 lines (16 loc) · 991 Bytes
/
settingtypes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Options:
# - default: Store rankings in modstorage, not recommended for servers, can only sort top50 by score
# - redis: Store rankings in a redis DB, recommended for servers, requires some setup
# - dummy: Don't store any rankings at all (Match summaries will still work)
ctf_rankings_backend (Rankings Backend) enum default default,redis,dummy
# 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