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

Merge branch 'extbranch5' into 'master'

door install configs batch 5

See merge request !78
parents 1b23cfac f2e81dee
No related branches found
No related tags found
No related merge requests found
Showing
with 595 additions and 0 deletions
Name: BigWins Lotto
Desc: Lottery-style game that allows callers the chance to win prizes
By: Scott F. Comstock
Cats: Games
Subs: Chance
exe: BWLOTTO.EXE
[md5:d6953baa4e479076e40d768400ec10bd]
ver = 1.10
url = http://bbsdoors.scottcomstock.com/bwlotto/download/BWLTO110.ZIP
[prog:BWLOTTO]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = BigWins Lotto
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = bwlotto bwlotto.cfg /FD
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[exec:../3rdp-install/bigwinslotto.js]
prompt = false
required = true
\ No newline at end of file
"use strict";
writeln("Generating config files...");
var i;
var gamedir = fullpath(js.startup_dir);
file_backup(gamedir + "BWLOTTO.CFG", 3);
var cfg_filename = js.startup_dir + 'BWLOTTO.CFG';
var file = new File(cfg_filename);
if (!file.open("r")) {
writeln("Error " + file.error + " opening " + file.name);
exit(1)
}
var lines = file.readAll();
file.close();
lines[0] = '%PCBDIR%\DOOR.SYS';
lines[1] = system.name;
var op = system.operator.split(" ", 2);
lines[2] = op[0];
lines[3] = op[1];
lines[9] = gamedir + "winner.txt";
var file = new File(js.startup_dir + 'BWLOTTO.CFG');
if (!file.open("w")) {
writeln("Error " + file.error + " opening " + file.name + " for writing");
exit(1)
}
file.writeAll(lines);
file.close();
writeln("Config generation complete");
exit(0);
\ No newline at end of file
Name: Future Runner
Desc: Futuristic Role Playing Game
By: Karl R. Stober,DiSoft
Cats: Games
Subs: RPG
exe: FUTURE.EXE
[md5:7a7055b7284a3acb99318559a62f8309]
ver = 3.71
url = http://bbsfiles.com/ftp/DiSoft/fr371.zip
[prog:FUTURE]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = Future Runner
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = future%#.bat
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[pre-eval:file_exists(startup_dir + '_FUTURE.C01')]
prompt = false
required = true
fail = Run FUTURE /I to setup your node configurations. Enter "BBSFiles.com" for BBS name and "FREE COPY" for sysop name to use included key.
[exec:../3rdp-install/disoft-futurerunner.js]
prompt = false
required = true
\ No newline at end of file
"use strict";
writeln("Generating batch files...");
var i;
var lines = [];
lines[0] = "@ECHO OFF";
writeln("Beginning node config generation...");
for (i in system.node_list) {
var nodenum = parseInt(i, 10) + 1;
var nodenumpad = ("00" + nodenum).slice(-2);
lines[1] = "FUTURE _FUTURE.C" + nodenumpad;
writeln("Creating " + js.startup_dir + 'future' + nodenum + '.bat');
var file = new File(js.startup_dir + 'future' + nodenum + '.bat');
if (!file.open("w")) {
writeln("Error " + file.error + " opening " + file.name + " for writing");
exit(1)
}
file.writeAll(lines);
file.close();
}
writeln("Batch file generation complete");
exit(0);
Name: Island Empires
Desc: RPG build island and conquer others
By: Karl R. Stober,DiSoft
Cats: Games
Subs: RPG
exe: ISLAND.EXE
[md5:2f8e4ef3520d6a95edefd5639ea0378d]
ver = 2.23
url = http://bbsfiles.com/ftp/DiSoft/ie223.zip
[prog:ISLAND]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = Island Empires
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = island%#.bat
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[pre-eval:file_exists(startup_dir + '_ISLAND.C01')]
prompt = false
required = true
fail = Run ISLAND /I to setup your node configurations. Enter "BBSFiles.com" for BBS name and "FREE COPY" for sysop name to use included key.
[exec:../3rdp-install/disoft-islandempires.js]
prompt = false
required = true
\ No newline at end of file
"use strict";
writeln("Generating batch files...");
var i;
var lines = [];
lines[0] = "@ECHO OFF";
writeln("Beginning node config generation...");
for (i in system.node_list) {
var nodenum = parseInt(i, 10) + 1;
var nodenumpad = ("00" + nodenum).slice(-2);
lines[1] = "ISLAND _ISLAND.C" + nodenumpad;
writeln("Creating " + js.startup_dir + 'island' + nodenum + '.bat');
var file = new File(js.startup_dir + 'island' + nodenum + '.bat');
if (!file.open("w")) {
writeln("Error " + file.error + " opening " + file.name + " for writing");
exit(1)
}
file.writeAll(lines);
file.close();
}
writeln("Batch file generation complete");
exit(0);
Name: Nuclear War
Desc: Strategic war simulation game
By: Karl R. Stober,DiSoft
Cats: Games
Subs: Strategy,War,Simulation
exe: NUKE.EXE
[md5:e840fcde62682aaf30204fabb5624ab0]
ver = 8.11
url = http://bbsfiles.com/ftp/DiSoft/nw811.zip
[prog:NUCLEARW]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = Nuclear War
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = nuke%#.bat
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[pre-eval:file_exists(startup_dir + '_NUKE.C01')]
prompt = false
required = true
fail = Run NUKE /I to setup your node configurations. Enter "BBSFiles.com" for BBS name and "FREE COPY" for sysop name to use included key.
[exec:../3rdp-install/disoft-nuclearwar.js]
prompt = false
required = true
\ No newline at end of file
"use strict";
writeln("Generating batch files...");
var i;
var lines = [];
lines[0] = "@ECHO OFF";
writeln("Beginning node config generation...");
for (i in system.node_list) {
var nodenum = parseInt(i, 10) + 1;
var nodenumpad = ("00" + nodenum).slice(-2);
lines[1] = "NUKE _NUKE.C" + nodenumpad;
writeln("Creating " + js.startup_dir + 'nuke' + nodenum + '.bat');
var file = new File(js.startup_dir + 'nuke' + nodenum + '.bat');
if (!file.open("w")) {
writeln("Error " + file.error + " opening " + file.name + " for writing");
exit(1)
}
file.writeAll(lines);
file.close();
}
writeln("Batch file generation complete");
exit(0);
Name: Rebel Kingdom
Desc: Medieval RPG where you build your kindgom and destroy opponents.
By: Karl R. Stober,DiSoft
Cats: Games
Subs: RPG
exe: REBEL.EXE
[md5:20f955476a107f9369328ee76abd75db]
ver = 9.61
url = http://bbsfiles.com/ftp/DiSoft/rk961.zip
[prog:REBEL]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = Rebel Kingdom
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = rebel%#.bat
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[pre-eval:file_exists(startup_dir + '_REBEL.C01')]
prompt = false
required = true
fail = Run REBEL /I to setup your node configurations. Enter "BBSFiles.com" for BBS name and "FREE COPY" for sysop name to use included key.
[exec:../3rdp-install/disoft-rebelkingdom.js]
prompt = false
required = true
\ No newline at end of file
"use strict";
writeln("Generating batch files...");
var i;
var lines = [];
lines[0] = "@ECHO OFF";
writeln("Beginning node config generation...");
for (i in system.node_list) {
var nodenum = parseInt(i, 10) + 1;
var nodenumpad = ("00" + nodenum).slice(-2);
lines[1] = "REbEL _REBEL.C" + nodenumpad;
writeln("Creating " + js.startup_dir + 'rebel' + nodenum + '.bat');
var file = new File(js.startup_dir + 'rebel' + nodenum + '.bat');
if (!file.open("w")) {
writeln("Error " + file.error + " opening " + file.name + " for writing");
exit(1)
}
file.writeAll(lines);
file.close();
}
writeln("Batch file generation complete");
exit(0);
Name: Word Mix
Desc: Multi-level scrambled word game
By: Karl R. Stober,DiSoft
Cats: Games
Subs: Word
exe: WORDMX.EXE
[md5:ce67308b3b44fe38e80ac6e367c8add3]
ver = 8.20
url = http://bbsfiles.com/ftp/DiSoft/wm820.zip
[prog:WORDMIX]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = Word Mix
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = wordmx%#.bat
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[pre-eval:file_exists(startup_dir + '_WORDMX.C01')]
prompt = false
required = true
fail = Run WORDMX /I to setup your node configurations.
[exec:../3rdp-install/disoft-wordmix.js]
prompt = false
required = true
\ No newline at end of file
"use strict";
writeln("Generating batch files...");
var i;
var lines = [];
lines[0] = "@ECHO OFF";
writeln("Beginning node config generation...");
for (i in system.node_list) {
var nodenum = parseInt(i, 10) + 1;
var nodenumpad = ("00" + nodenum).slice(-2);
lines[1] = "WORDMX _WORDMX.C" + nodenumpad;
writeln("Creating " + js.startup_dir + 'wordmx' + nodenum + '.bat');
var file = new File(js.startup_dir + 'wordmx' + nodenum + '.bat');
if (!file.open("w")) {
writeln("Error " + file.error + " opening " + file.name + " for writing");
exit(1)
}
file.writeAll(lines);
file.close();
}
writeln("Batch file generation complete");
exit(0);
Name: Acey Deucy
Desc: Acey Deucy, also known as Between the Sheets
By: Andy Stewart, DreamWare Doors
Cats: Games
Subs: Board
exe: ACEY.EXE
[md5:f25aefe1644e0744a92f00c8e2ac8f95]
ver = 1.4
url = http://cd.textfiles.com/ftp.wwiv.com/pub/DOOR/DRMACE14.ZIP
; below is after UNP.EXE and TPPATCH.EXE
[md5:c34df5759633c2cb43e38da4b272cbc3]
ver = 1.4
url = http://cd.textfiles.com/ftp.wwiv.com/pub/DOOR/DRMACE14.ZIP
[prog:DREAMACE]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = Acey Deucy (DreamWare)
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = acey.exe node%#.cfg
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[exec:../3rdp-install/dreamware.js]
prompt = false
required = true
\ No newline at end of file
Name: BattleShip
Desc: The classic game of BattlShip comes to your BBS
By: Andy Stewart, DreamWare Doors
Cats: Games
Subs: Board
exe: SHIP.EXE
[md5:83ada1b4d442b2c0097b2c75cf2f218e]
ver = 1.3
url = http://cd.textfiles.com/thebbsorg/doors/adventure_doors/drmbsp13.zip
; below is after UNP.EXE and TPPATCH.EXE
[md5:d76a1208ea31dd241f1b7641663919ce]
ver = 1.3
url = http://cd.textfiles.com/thebbsorg/doors/adventure_doors/drmbsp13.zip
[prog:DBATTLES]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = BattleShip (DreamWare)
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = ship.exe node%#.cfg
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[exec:../3rdp-install/dreamware-data.js]
prompt = false
required = true
\ No newline at end of file
Name: BlackJack Dice
Desc: Play BlackJack with dice
By: Andy Stewart, DreamWare Doors
Cats: Games
Subs: Board
exe: BJDICE.EXE
[md5:163d8062cf83a90a577ef224bd7697eb]
ver = 1.1
url = http://cd.textfiles.com/pier/pier08/004/drmbjd11.zip
; below is after UNP.EXE and TPPATCH.EXE
[md5:f0338e3b24c3e6ce8d6386e84b299ac0]
ver = 1.1
url = http://cd.textfiles.com/pier/pier08/004/drmbjd11.zip
[prog:DREAMBJ]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = BlackJack Dice (DreamWare)
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = bjdice.exe node%#.cfg
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[exec:../3rdp-install/dreamware.js]
prompt = false
required = true
\ No newline at end of file
Name: BoxDice
Desc: Based on the classic card/dice game
By: Andy Stewart, DreamWare Doors
Cats: Games
Subs: Chance
exe: BOXDICE.EXE
[md5:0ccb061b495f26a2de82a90d65ad3212]
ver = 1.0
url = http://cd.textfiles.com/pier/pier08/004/drmbox10.zip
; below is after UNP.EXE and TPPATCH.EXE
[md5:af94ab55ca64836dc77764fe41c142ed]
ver = 1.0
url = http://cd.textfiles.com/pier/pier08/004/drmbox10.zip
[prog:DREAMBX]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = BoxDice (DreamWare)
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = boxdice.exe node%#.cfg
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[exec:../3rdp-install/dreamware.js]
prompt = false
required = true
\ No newline at end of file
Name: Card Sharks
Desc: Card Sharks, also known as High Low
By: Andy Stewart, DreamWare Doors
Cats: Games
Subs: Board
exe: SHARKS.EXE
[md5:6076b2744476835f12644492031b70f8]
ver = 1.4
url = http://cd.textfiles.com/ftp.wwiv.com/pub/DOOR/DRMCDS14.ZIP
; below is after UNP.EXE and TPPATCH.EXE
[md5:d05c13d989a082ffccbd17580857eb72]
ver = 1.4
url = http://cd.textfiles.com/ftp.wwiv.com/pub/DOOR/DRMCDS14.ZIP
[prog:DREAMCS]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = Card Sharks (DreamWare)
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = sharks.exe node%#.cfg
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[exec:../3rdp-install/dreamware.js]
prompt = false
required = true
\ No newline at end of file
"use strict";
writeln("Generating config files...");
var i;
var gamedir = fullpath(js.startup_dir);
if (mkdir(gamedir + "/data")) {
}
var lines = [];
lines[0] = 'GAP';
lines[2] = system.name;
lines[3] = system.operator;
lines[4] = '38400';
writeln("Beginning node config generation...");
for (i in system.node_list) {
var nodenum = parseInt(i, 10) + 1;
lines[1] = system.node_list[i].dir;
writeln("Creating " + js.startup_dir + 'node' + nodenum + '.cfg');
var file = new File(js.startup_dir + 'node' + nodenum + '.cfg');
if (!file.open("w")) {
writeln("Error " + file.error + " opening " + file.name + " for writing");
exit(1)
}
file.writeAll(lines);
file.close();
}
writeln("Config generation complete");
exit(0);
Name: DreamCRAPS
Desc: Vegas-style Craps door
By: Andy Stewart, DreamWare Doors
Cats: Games
Subs: Chance
exe: CRAPS.EXE
[md5:38ae857c50590b185ef8f99d86077fe6]
ver = 1.1
url = http://cd.textfiles.com/pier/pier08/004/drmcrp11.zip
; below is after UNP.EXE and TPPATCH.EXE
[md5:9efd093a7c66aa4085a6ec4e09d62231]
ver = 1.1
url = http://cd.textfiles.com/pier/pier08/004/drmcrp11.zip
[prog:DREAMCR]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = DreamCRAPS
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = craps.exe node%#.cfg
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[exec:../3rdp-install/dreamware.js]
prompt = false
required = true
\ No newline at end of file
Name: DreamHANG
Desc: The ultimate online HangMan gam
By: Andy Stewart, DreamWare Doors
Cats: Games
Subs: Word
exe: DRMHANG.EXE
[md5:054365b1477dd2f46a452353c6d813d9]
ver = 1.1
url = http://cd.textfiles.com/thebbsorg/doors/word_doors/drmhng11.zip
; below is after UNP.EXE and TPPATCH.EXE
[md5:a81e81cf9a0839ab5253ea1e3a9aef64]
ver = 1.1
url = http://cd.textfiles.com/thebbsorg/doors/word_doors/drmhng11.zip
[prog:DRMHANG]
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
name = DreamHANG
; XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cmd = drmhang.exe node%#.cfg
ars = DOS
execution_ars = NOT GUEST
settings = XTRN_ANSI | XTRN_MULTIUSER | XTRN_SH
type = XTRN_GAP
[exec:../3rdp-install/dreamware.js]
prompt = false
required = true
\ 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