]> skyeroc.xyz Git - dgamelaunch/commitdiff
Update example config file
authorPasi Kallinen <paxed@alt.org>
Sun, 1 Apr 2007 16:06:50 +0000 (16:06 +0000)
committerPasi Kallinen <paxed@alt.org>
Sun, 1 Apr 2007 16:06:50 +0000 (16:06 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@356 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

examples/dgamelaunch.conf

index 58e7de349bd1b6607c575ca0f2510bf925f757b1..76542b73ee4de350280c1dde6ddf94c110c3e4ae 100644 (file)
@@ -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/"