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

Merge branch 'mlong/xtrnfeb3' into 'master'

mycroft doors

See merge request main/sbbs!111
parents e9329f6c 9a8b7e41
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!111mycroft doors
Name: Adventures of Sherlock Holmes
Desc: You are Sherlock Holmes the famous English sleuth. You may select from a variety of cases.
By: Michael Bayley,Mycroft,Stephen Hurd
Cats: Games
Subs: Adventure
exe: sherlock.exe
; win32
[md5:95695fd61a7a255506a4283240efc1f2]
ver = 3.0
url = http://bbsfiles.com/ftp/Mycroft/SHV300.zip
;linux
[md5:de741fd24939dd6f0193b0fe7b175128]
ver = 3.0
url = http://bbsfiles.com/ftp/Mycroft/SHV300.zip
[prog:sherlock]
prompt: Install Adventures of Sherlock Holmes for WIN32?
name = Adventures of Sherlock Holmes
cmd = sherlock %# %f
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH | XTRN_NATIVE
type = XTRN_DOOR32
[prog:sherlckl]
prompt: Install Adventures of Sherlock Holmes for Linux?
name = Adventures of Sherlock Holmes
cmd = sherlock.Linux %# %f
ars = LINUX
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH | XTRN_NATIVE
type = XTRN_DOOR32
Name: Fictitious Stock Exchange
Desc: A simplistic simulation of the stock market
By: Michael Bayley,Mycroft,Stephen Hurd
Cats: Games
Subs: Simulation
exe: market.exe
;win32
[md5:cf509771760948bda95a6bce5cd3c25c]
ver = 4.01
url = http://bbsfiles.com/ftp/Mycroft/FSEV401.zip
;linux
[md5:ac3d02ef87b11e11d9028104759b9802]
ver = 4.01
url = http://bbsfiles.com/ftp/Mycroft/FSEV401.zip
[prog:fse]
prompt: Install Fictitious Stock Exchange (WIN32)
name = Fictitious Stock Exchange
cmd = market %# %f
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH | XTRN_NATIVE
type = XTRN_DOOR32
[prog:fselin]
prompt: Install Fictitious Stock Exchange (Linux)
name = Fictitious Stock Exchange
cmd = market.Linux %# %f
ars = LINUX
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH | XTRN_NATIVE
type = XTRN_DOOR32
Name: Stellar Quest
Desc: Space exploration game with heavy emphasis in economics.
By: Michael Bayley,Mycroft,Stephen Hurd
Cats: Games
Subs: War,Space,Strategy
exe: squest.exe
;win32
[md5:e81bbaf42f940da72b7af116d37f65e4]
ver = 1.99
url = http://bbsfiles.com/ftp/Mycroft/SQ199.ZIP
[prog:stellar]
prompt=Install Stellar Quest (WIN32)
name = Stellar Quest
cmd = squest.exe %# %f
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH | XTRN_NATIVE
type = XTRN_DOOR32
[prog:stellin]
prompt: Install Stellar Quest (LINUX)
name = Stellar Quest
cmd = squest %# %f
ars = LINUX
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH | XTRN_NATIVE
type = XTRN_DOOR32
[exec:../3rdp-install/mycroft-stellarquest.js]
prompt = false
required = true
[event:STELLMA]
prompt: Install Stellar Quest Maintenance (WIN32)
cmd = squest.exe MAINTENANCE
name = Stellar Quest Maintenance
; all days
days = 127
time = 0
[event:STELLMAL]
prompt: Install Stellar Quest Maintenance (LINUX)
cmd = squest MAINTENANCE
name = Stellar Quest Maintenance
; all days
days = 127
time = 0
"use strict";
var gamedir = fullpath(js.startup_dir);
file_copy(gamedir + "exe.Linux/squest", gamedir + "squest");
exit(0);
Name: U-Boat
Desc: Safeguard voyages of transport ships during World War II
By: Michael Bayley,Mycroft,Stephen Hurd
Cats: Games
Subs: Arcade
exe: uboat.exe
[md5:f0f224f58fd8272fd2ed54cac9dba59a]
ver = 2.01
url = http://bbsfiles.com/ftp/Mycroft/UBTV201.zip
[prog:uboat]
prompt: Install U-Boat (WIN32)
name = U-Boat
cmd = uboat %# %f
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH | XTRN_NATIVE
type = XTRN_DOOR32
[prog:uboatlin]
prompt: Install U-Boat (LINUX)
name = U-Boat
cmd = uboat.Linux %# %f
ars = LINUX
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH | XTRN_NATIVE
type = XTRN_DOOR32
; maintenance event prompts for sysop name on every run
; so disabled...
;[event:UBOATMAN]
;prompt: Install U-Boat Maintenance (WIN32)
;cmd = uboat MAINTENANCE
;name = U-Boat Maintenance
;; all days
;days = 127
;time = 0
;[event:UBOATMNL]
;prompt: Install U-Boat Maintenance (LINUX)
;cmd = uboat.Linux MAINTENANCE
;name = U-Boat Maintenance
;; all days
;days = 127
;time = 0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment