Skip to content
Snippets Groups Projects
Commit 085de5b8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Set ANSI as execution requirement for doors that require ANSI.

Also, add the Pickels IGM to the LORD installer.

It's *really* cool that many of the full-screen/color JS games do
work (mostly) fine with PETSCII. Some still need a little TLC in
this area, but its way better than assuming or requiring ANSI.
parent 15f76ba8
No related branches found
No related tags found
No related merge requests found
Pipeline #72 passed
...@@ -8,6 +8,7 @@ Inst: $Id: install-xtrn.ini,v 1.1 2020/04/17 09:13:48 rswindell Exp $ ...@@ -8,6 +8,7 @@ Inst: $Id: install-xtrn.ini,v 1.1 2020/04/17 09:13:48 rswindell Exp $
[prog:DRUGLORD] [prog:DRUGLORD]
cmd = ?druglord.js cmd = ?druglord.js
settings = XTRN_MULTIUSER settings = XTRN_MULTIUSER
execution_ars = ANSI
required = true required = true
!include install-json-service.ini !include install-json-service.ini
......
...@@ -8,6 +8,7 @@ Inst: $Id: install-xtrn.ini,v 1.1 2020/04/17 08:05:27 rswindell Exp $ ...@@ -8,6 +8,7 @@ Inst: $Id: install-xtrn.ini,v 1.1 2020/04/17 08:05:27 rswindell Exp $
[prog:FATFISH] [prog:FATFISH]
cmd = ?fatfish.js cmd = ?fatfish.js
settings = XTRN_MULTIUSER settings = XTRN_MULTIUSER
execution_ars = ANSI
required = true required = true
!include install-json-service.ini !include install-json-service.ini
......
...@@ -10,3 +10,4 @@ Inst: $Id: install-xtrn.ini,v 1.2 2020/04/17 09:20:20 rswindell Exp $ ...@@ -10,3 +10,4 @@ Inst: $Id: install-xtrn.ini,v 1.2 2020/04/17 09:20:20 rswindell Exp $
[prog:KNK] [prog:KNK]
cmd = ?knk.js cmd = ?knk.js
settings = XTRN_MULTIUSER settings = XTRN_MULTIUSER
execution_ars = ANSI
...@@ -11,6 +11,7 @@ Inst: $Id: install-xtrn.ini,v 1.4 2020/04/21 04:41:22 rswindell Exp $ ...@@ -11,6 +11,7 @@ Inst: $Id: install-xtrn.ini,v 1.4 2020/04/21 04:41:22 rswindell Exp $
[prog:LORD] [prog:LORD]
cmd = ?lord cmd = ?lord
ars = NOT GUEST ars = NOT GUEST
execution_ars = ANSI
settings = XTRN_MULTIUSER settings = XTRN_MULTIUSER
required = true required = true
...@@ -36,4 +37,7 @@ prompt = Install LORD IGM: The Grab Bag ...@@ -36,4 +37,7 @@ prompt = Install LORD IGM: The Grab Bag
prompt = Install LORD IGM: Aragorn's Timer prompt = Install LORD IGM: Aragorn's Timer
[exec:lord.js +IGM oorphans/oorphans.js] [exec:lord.js +IGM oorphans/oorphans.js]
prompt = Install Olodrin's Orphanage prompt = Install LORD IGM: Olodrin's Orphanage
[exec:lord.js +IGM pickle/pickle.js]
prompt = Install LORD IGM: Pickle's Magic Garden
...@@ -11,4 +11,5 @@ Inst: $Id: install-xtrn.ini,v 1.3 2020/04/21 04:41:44 rswindell Exp $ ...@@ -11,4 +11,5 @@ Inst: $Id: install-xtrn.ini,v 1.3 2020/04/21 04:41:44 rswindell Exp $
[prog:LORD2] [prog:LORD2]
cmd = ?lord2 cmd = ?lord2
settings = XTRN_MULTIUSER settings = XTRN_MULTIUSER
execution_ars = ANSI
required = true required = true
...@@ -7,6 +7,7 @@ Inst: $Id: install-xtrn.ini,v 1.2 2020/04/17 09:22:37 rswindell Exp $ ...@@ -7,6 +7,7 @@ Inst: $Id: install-xtrn.ini,v 1.2 2020/04/17 09:22:37 rswindell Exp $
[prog:STARTREK] [prog:STARTREK]
cmd = ?startrek.js cmd = ?startrek.js
settings = XTRN_MULTIUSER settings = XTRN_MULTIUSER
required = true
!include install-json-service.ini !include install-json-service.ini
......
...@@ -7,5 +7,6 @@ Inst: $Id: install-xtrn.ini,v 1.1 2020/04/17 08:41:51 rswindell Exp $ ...@@ -7,5 +7,6 @@ Inst: $Id: install-xtrn.ini,v 1.1 2020/04/17 08:41:51 rswindell Exp $
[prog:TBD] [prog:TBD]
cmd = tbd%. /times=10 cmd = tbd%. /times=10
settings = XTRN_MULTIUSER|XTRN_NATIVE|XTRN_MODUSERDAT settings = XTRN_MULTIUSER|XTRN_NATIVE|XTRN_MODUSERDAT
execution_ars = ANSI
type = XTRN_SBBS type = XTRN_SBBS
required = true required = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment