summaryrefslogtreecommitdiff
path: root/bootstrap.example.yml
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.example.yml')
-rw-r--r--bootstrap.example.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/bootstrap.example.yml b/bootstrap.example.yml
new file mode 100644
index 0000000..5a87522
--- /dev/null
+++ b/bootstrap.example.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' \ No newline at end of file