Update example config file
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@356 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
4e509075f4
commit
9fc8adb586
|
@ -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/"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue