-
Notifications
You must be signed in to change notification settings - Fork 0
/
server-VR-DM.cfg
55 lines (46 loc) · 2.76 KB
/
server-VR-DM.cfg
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
// General server information.
set sv_hostname "Q3QUEST VR SERVER" // name that appears in the server list
set g_motd "CHANGE ME" // message that appears when connecting
set sv_maxclients 16 // max. number of clients than can connect
set sv_pure 0 // 1: pure server, no altered pk3 files
set g_allowvote 1 // allow players to vote for map changes
set sv_master4 "13.36.227.32:27950" //shows up for the quake3quest playlist
// https://www.quakevr.com/ https://discord.gg/tHdcKuhA
// Game mode and limits.
set g_gametype 0 // game type:
// 0 Free for all
// 1 Tournament
// 2 Free for all deathmatch (Team Arena)
// 3 Team deathmatch
// 4 Capture the Flag
// 5 One Flag Capture (Team Arena)
// 6 Overload (Team Arena)
// 7 Harvester (Team Arena)
set timelimit 10 // time limit in minutes for all modes (0 for no limit)
set fraglimit 30 // frag limit for all modes (0 for no limit)
set capturelimit 8 // capture limit for CTF mode (0 for no limit)
set g_teamAutoJoin 0 // 0:goes into spectator mode, 1:auto joins a team
set g_teamForceBalance 1 // 0:free selection, 1:forces player to join weak team
set g_friendlyFire 1 // 1: friendly fire allowed in CTF mode
// Weapon settings.
set g_quadfactor 3 // quad damage strength (defaults to 3)
set g_weaponrespawn 5 // weapon respawn in seconds
set g_inactivity 120 // kick players after being inactive (in seconds)
set g_forcerespawn 0 // 0:player has to press primary button to respawn
set g_log server.log // log file name
set logfile 0 // 0:off 1:buffered 2:continuous 3:append to existing
// Bots settings.
set bot_enable 0 // allow bots on the server
set bot_nochat 1 // 1: disable bot chatting (recommended!)
set g_spskill 4 // default skill of bots [1-5]
set bot_minplayers 5 // fills the server with bots to satisfy the minimum
// Manual adding of bots. Syntax:
// addbot name [skill] [team] [delay]
//addbot doom 4 blue 10
//addbot bones 4 blue 10
//addbot slash 4 blue 10
//addbot orbb 4 red 10
//addbot major 4 red 10
//addbot hunter 4 red 10
//addbot bitterman 4 red 10
//addbot keel 4 red 10