parent
28b5bebc40
commit
3e8932a4f2
@ -0,0 +1,3 @@
|
||||
.vscode
|
||||
config.yml
|
||||
bootstrap.yml
|
@ -0,0 +1,14 @@
|
||||
# these are saved to the q3config_server.cfg, so -B should only be used once really
|
||||
# add any config variable with value here as needed,
|
||||
# defaults are mostly sensible, so here is a rather small list
|
||||
sv_pure: '0'
|
||||
sv_maxclients: '8'
|
||||
sv_hostname: 'myhost.tld'
|
||||
|
||||
# this will let your server send maps to clients
|
||||
# the downloads are attempted from http://%sv_dlURL%/baseq3/mapname.pk3
|
||||
# note the protocol - no support for https,
|
||||
# as well as the need to have baseq3 as a part of the path
|
||||
# note that clients have to seta cl_allowDownload 1 for that to work
|
||||
sv_dlURL: 'anyhost.tld/q3'
|
||||
sv_allowDownloads: '1'
|
@ -0,0 +1,31 @@
|
||||
user: quake3
|
||||
cmd: /opt/ioquake3/ioq3ded.x86_64 +exec autoexec.cfg
|
||||
autoexec: /home/quake3/.q3a/baseq3/autoexec.cfg
|
||||
gamemodes:
|
||||
any:
|
||||
vars:
|
||||
fraglimit: 100
|
||||
timelimit: 10
|
||||
ffa:
|
||||
maps: [
|
||||
q3dm2, q3dm3, q3dm4, q3dm5, q3dm6,
|
||||
q3dm7, q3dm8, q3dm9, q3dm10, q3dm11
|
||||
]
|
||||
vars:
|
||||
fraglimit: 30
|
||||
timelimit: 15
|
||||
duel:
|
||||
maps: [
|
||||
q3dm1, q3dm2, pro-q3dm6, pro-q3dm13,
|
||||
q3tourney1, q3tourney3, q3tourney5, q3tourney6,
|
||||
pro-q3tourney2, pro-q3tourney4
|
||||
]
|
||||
vars:
|
||||
fraglimit: 15
|
||||
timelimit: 5
|
||||
bots:
|
||||
level: '3'
|
||||
names: [
|
||||
anarki, angel, crash, doom, hunter,
|
||||
klesk, major, mynx, orbb, slash, xaero
|
||||
]
|
Loading…
Reference in new issue