From 9fc8adb586b84afc0de4824dae5bb4f8a63d88f4 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 1 Apr 2007 16:06:50 +0000 Subject: [PATCH] Update example config file git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@356 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- examples/dgamelaunch.conf | 47 ++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/examples/dgamelaunch.conf b/examples/dgamelaunch.conf index 58e7de3..76542b7 100644 --- a/examples/dgamelaunch.conf +++ b/examples/dgamelaunch.conf @@ -57,8 +57,10 @@ lockfile = "/dgl-lock" # From inside the jail, the location of the binary to be launched. game_path = "/bin/nethackstub" + # Full name of the game game_name = "NetHack stub" + # Short name, used in the watching menu short_name = "NHstb" @@ -120,27 +122,56 @@ inprogressdir = "inprogress-nethack/" # game_num = 2 -game_path = "/bin/crawl" +game_path = "/bin/crawlss017" game_name = "Crawl Stone Soup 0.1.7" -short_name = "Crawl" +short_name = "Cr017" -chdir = "/crawl/" +chdir = "/crawlss017/" -game_args = "/bin/crawl" +game_args = "/bin/crawlss017" game_args = "-name" game_args = "%n" game_args = "-dir" -game_args = "/crawl/" +game_args = "/crawlss017/" game_args = "-rc" game_args = "%rrcfiles/%n.crawlrc" game_args = "-morgue" -game_args = "/crawl/morgues/" +game_args = "/crawlss017/morgues/" game_args = "-macro" -game_args = "/crawl/macros/%n.macro" +game_args = "/crawlss017/macros/%n.macro" rc_template = "/dgl-default-rcfile.crawl" rc_fmt = "%rrcfiles/%n.crawlrc" -inprogressdir = "inprogress-crawl/" +inprogressdir = "inprogress-crawlss017/" + + +# +# fourth game +# +# +game_num = 3 +game_path = "/bin/crawlss020" +game_name = "Crawl Stone Soup 0.2.0" +short_name = "Cr020" + +mkdir = "/crawlss020/plr/%n" +chdir = "/crawlss020/" + +game_args = "/bin/crawlss020" +game_args = "-name" +game_args = "%n" +game_args = "-dir" +game_args = "/crawlss020/" +game_args = "-rc" +game_args = "/crawlss020/plr/%n/%n.crawlrc" +game_args = "-morgue" +game_args = "/crawlss020/plr/%n/" +game_args = "-macro" +game_args = "/crawlss020/plr/%n/" + +rc_template = "/dgl-default-rcfile.crawl" +rc_fmt = "/crawlss020/plr/%n/%n.crawlrc" +inprogressdir = "inprogress-crawlss020/"