forked from hifi/q2admin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.ex.lua
More file actions
29 lines (27 loc) · 955 Bytes
/
config.ex.lua
File metadata and controls
29 lines (27 loc) · 955 Bytes
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
--
-- Q2Admin example configuration
--
-- rename to "config.lua" and place this to quake 2 root
--
plugins = {
lrcon = {
quit_on_empty = true,
cvars = {
-- server
'password', 'maxclients', 'timelimit', 'dmflags', 'sv_gravity', 'sv_iplimit', 'fraglimit',
'sv_anticheat_required','sv_fps',
-- mod
'teamplay', 'ctf', 'matchmode', 'roundtimelimit', 'tgren', 'limchasecam', 'forcedteamtalk',
'mm_forceteamtalk', 'ir', 'wp_flags', 'itm_flags', 'hc_single', 'use_punch', 'darkmatch',
'allitem', 'allweapon', 'use_3teams'
},
modes = {
'public',
}
},
coinflip = {}, -- Heads & Tails script
broadcast = {}, -- Broadcast script
version = {}, -- version feedback script
mvd2cprints = {}, -- store centerprints from AQ2 into MVD2
scoreboardStore = {}, -- store scoreboard at match end into MVD2
}