ProBoard BBS Documentation

The Choice of Professionals

User Tools

Site Tools


Sidebar

INTRODUCTION

SUPPORT

INSTALLATION / UPGRADING

SYSTEM CONVERSIONS

STARTING PROBOARD

CONFIGURATION

SECURITY

RIPscrip GRAPHICS

FILE TAGGING

QWK

USERS

ECHOMAIL & NETMAIL

PBUTIL (The ProBoard Utility Program)

REFERENCE

TIPS & TRICKS

SOFTWARE DEVELOPMENT KIT

TELNET

EXTERNAL PROGRAMS / DOORS

External

darkness

Darkness

Darkness was one of the first DOOR32 door games released. It is a LORD style game, by Jack Phlash of Demonic, and is available from Distortion BBS at http://d1st.org Here is how to install it.

1. Extract DRK100B3.ZIP the D112001.ZIP update to a directory/folder. In this example we will assume C:\PB\DARK32

2. Run DARKCFG.EXE, and select [c] BBS and modem config. Use the “[” and “]” keys to go forward and back one node, and for each node page, you will need to select “[d] Drop file directory” and change it to the correct directory for your BBS. For example, C:\PB\NODE1\ for Node 1 Once you have configured all your nodes, press [q] twice to quit and save changes.

3. In your BBS software, configure your door to run a Command Line such as this example, which will run NFU.EXE and pass the path-only of your BBS Nodes dropfile directory, as well as the DARK32.EXE that NFU will execute along with its needed node parameter. Say for example, that your BBS software is ProBoard and your BBS directory structure is:

 C:\PB  (main BBS directory)
 C:\PB\NODE1   (Node 1 dropfile directory)
 C:\PB\NODE2   (Node 2 dropfile directory)

ProBoard BBS uses the following Door Command Line macros:

  • # is replaced by the Node number
  • D tells ProBoard to create a DOOR.SYS drop file, and is filtered out.

So the following type-7 Command Line could be configured for this door in ProCfg:

 c:\netfoss\nfu.exe c:\pb\node*# "c:\pb\dark32\dark32.exe /N*#" *D

Note that for node 1, the above command line would be translated by the BBS as so:

 c:\netfoss\nfu.exe c:\pb\node1 "c:\pb\dark32\dark32.exe /N1"

If your BBS software automatically sets the current directory as the node's dropfile directory before executing a door, you can shorten the size of the first parameter by replacing the path to the dropfile directory shown above in parameter 1 with just a “.”, telling NFU to use the current directory to read door.sys from and to create the door32.sys in, like so:

 c:\netfoss\nfu.exe . "c:\pb\dark32\dark32.exe /N1" *D

Thank you to Mike Ehlert for his instructions in the NetFoss User Guide!! https://pcmicro.com/netfoss/

darkness.txt · Last modified: 2023/11/18 07:55 by massacre