forked from joab24/gs13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.txt
74 lines (71 loc) · 1.36 KB
/
config.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
# Config file for SS13D
#
# lines starting with '#' are comments
#
#####
#
# logging of actions to world.log
# comment to disable, uncomment to enable
#
# log OOC channel
LOGOOC
#
# log client Say
LOGSAY
#
# log admin actions
LOGADMIN
#
# log client access (logon/logoff)
LOGACCESS
#
# log game actions (start of round, results, etc.)
LOGGAME
#
# log player votes
LOGVOTE
#
#
#####
#
# probablities for game modes chosen in "secret" and "random" modes
#
# default probablity is 1, increase to make that mode more likely to be picked
# set to 0 to disable that mode
#
PROB_EXTENDED 0
PROB_TRAITOR 1
PROB_MONKEY 1
PROB_METEOR 2
PROB_BLOB 2
PROB_NUCLEAR 1
#
#
#####
#
# voting control
#
# allow players to initiate a restart vote
ALLOWVOTERESTART
#
# allow players to initate a mode-change start
ALLOWVOTEMODE
#
# min delay (seconds) between voting sessions (default 10 minutes)
VOTEDELAY 600
#
# time period (seconds) which voting session will last (default 1 minute)
VOTEPERIOD 60
#
# prevents dead players from voting or starting votes
NODEADVOTE
#
# players' votes default to "No vote" (otherwise, default to "No change")
DEFAULTNOVOTE
#####
#
# added features
#
# Comment this out if you don't want the AI job to be available, or if you're using a map which doesn't have an AI spawnpoint.
ALLOWAI
AUTHENTICATION