summarylogtreecommitdiffstats
path: root/doom3-cdoom.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'doom3-cdoom.launcher')
-rw-r--r--doom3-cdoom.launcher6
1 files changed, 6 insertions, 0 deletions
diff --git a/doom3-cdoom.launcher b/doom3-cdoom.launcher
new file mode 100644
index 000000000000..56bab29ca52b
--- /dev/null
+++ b/doom3-cdoom.launcher
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cd "/opt/doom3"
+./doom.x86 +set fs_game cdoom +set com_allowConsole 1 $*
+exit $?
+