summaryrefslogtreecommitdiff
path: root/config.example.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.yml')
-rw-r--r--config.example.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/config.example.yml b/config.example.yml
index 5a1f3a3..4d8e2b1 100644
--- a/config.example.yml
+++ b/config.example.yml
@@ -1,6 +1,6 @@
user: quake3
-cmd: /opt/ioquake3/ioq3ded.x86_64 +exec autoexec.cfg
-autoexec: /home/quake3/.q3a/baseq3/autoexec.cfg
+cmd: /opt/ioquake3/ioq3ded.x86_64
+exec: /home/quake3/.q3a/baseq3/autoexec.cfg
gamemodes:
ffa:
maps: [
@@ -19,9 +19,15 @@ gamemodes:
vars:
fraglimit: 15
timelimit: 5
+ cpma_duel:
+ maps: [ q3dm6 ]
+ vars:
+ sv_game: cpma
+ fraglimit: 15
+ timelimit: 15
bots:
level: '3'
names: [
anarki, angel, crash, doom, hunter,
klesk, major, mynx, orbb, slash, xaero
- ] \ No newline at end of file
+ ]