From 64187d39910362fc2d7212d244fa4949523879d8 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 29 Mar 2020 06:32:33 +0000 Subject: [PATCH] An installation data file used by exec/install-xtrn.js to install LORD, a couple operator menu items, and even the IGMs currently in CVS (each/all optional). This does require the latest and greatest jsexec, libsbbs.so/sbbs.dll, et al. --- xtrn/lord/install-xtrn.ini | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 xtrn/lord/install-xtrn.ini diff --git a/xtrn/lord/install-xtrn.ini b/xtrn/lord/install-xtrn.ini new file mode 100644 index 0000000000..977a377714 --- /dev/null +++ b/xtrn/lord/install-xtrn.ini @@ -0,0 +1,31 @@ +; $Id$ +; LORD installer data for install-xtrn.js + +[prog:LORD] +name = Legend of the Red Dragon +cmd = ?lord +settings = XTRN_MULTIUSER + +[prog:LORD-CFG] +name = Legend of the Red Dragon - Configure +note = If you have an "Operator" section, you may want to install there +cmd = ?editfile %slord.ini +ars = SYSOP + +[prog:LORD-RST] +name = Legend of the Red Dragon - Reset +note = If you have an "Operator" section, you may want to install there +cmd = ?lord RESET +ars = SYSOP + +[exec:lord.js] +prompt = Install LORD IGM: Barak's House +args = +IGM barak/barak.js + +[exec:lord.js] +prompt = Install LORD IGM: The Grab Bag +args = +IGM grabbag/grabbag.js + +[exec:lord.js] +prompt = Install LORD IGM: Aragorn's Timer +args = +IGM aratime/aratime.js -- GitLab