Mystic BBS: ----------
Assuming c:\doormud is your DoorMUD directory, and c:\mystic is your Mystic directory, use a command line of:
c:\doormud\dmud32d.exe -n %3 -d c:\mystic\temp%3
Set the menu command type to "D3 Door with DOOR32.SYS".
Their own documentation doesn't work, so it can be confusing.
If you have doormud installed in c:\doormud then you would do:
Command: D3 (Execute Door32 Program)
Data: c:\doormud\dmud32d -n %N -d %Pdoor32.sys
This assumes you're using the 32-bit version.
Their own documentation doesn't work, so it can be confusing.
If you have doormud installed in c:\doormud then you would do:
Command: D3 (Execute Door32 Program)
Data: c:\doormud\dmud32d -n %N -d %Pdoor32.sys
This assumes you're using the 32-bit version.
Yup, 32Bit and I was able to take this information and make the other doors to work...
Thanx
IB Joe
AKA Joe Schweier
SysOp of Joe's BBS
-=JoesBBS.com=-
On Saturday, September 12, 2020 at 4:24:12 PM UTC-4, IB Joe wrote:
Their own documentation doesn't work, so it can be confusing.
If you have doormud installed in c:\doormud then you would do:
Command: D3 (Execute Door32 Program)
Data: c:\doormud\dmud32d -n %N -d %Pdoor32.sys
This assumes you're using the 32-bit version.
doYup, 32Bit and I was able to take this information and make the other
to work...
Thanx
I'm actually having some challenges with this, too. I changed the
external command from what was in the dmud manual to the above, and I
get further along, but now I get an error "Unable to read door
information file". My setup is going to be used as a
dial-up demo for a computer museum, so it's older -- 1.07.3 running on Windows 98SE with a Digi AccelPort board. The board itself works fine,
and I can get Pimpwars running, but dmud is a challenge.
Thanks!
On 30 Sep 2020, Richard Cini said the following...
On Saturday, September 12, 2020 at 4:24:12 PM UTC-4, IB Joe wrote:
Their own documentation doesn't work, so it can be confusing.
If you have doormud installed in c:\doormud then you would do:
Command: D3 (Execute Door32 Program)
Data: c:\doormud\dmud32d -n %N -d %Pdoor32.sys
This assumes you're using the 32-bit version.
doYup, 32Bit and I was able to take this information and make the other
to work...
Thanx
I'm actually having some challenges with this, too. I changed the external command from what was in the dmud manual to the above, and I get further along, but now I get an error "Unable to read door information file". My setup is going to be used as a
dial-up demo for a computer museum, so it's older -- 1.07.3 running on Windows 98SE with a Digi AccelPort board. The board itself works fine, and I can get Pimpwars running, but dmud is a challenge.
Thanks!
A few questions... what BBS software are you going to use?? If the BBS is not dialup ready what's your plan there...
Each BBS is slightly different. Mystic drops it's door files in the \mystic\temp?\ directory whereas Synchronet puts them into the \SBBS\Node?\ directory. The question mark "?"is the node number...
What's the software, DOS Windows or Linux...?? Expand a little
IB Joe
AKA Joe Schweier
SysOp of Joe's BBS
-=JoesBBS.com=-
A few questions... what BBS software are you going to use?? If the BBS
is not dialup ready what's your plan there...
If you have doormud installed in c:\doormud then you would do:
Data: c:\doormud\dmud32d -n %N -d %Pdoor32.sys
external command from what was in the dmud manual to the above, and I
get further along, but now I get an error "Unable to read door
information file". My setup is going to be used as a
dial-up demo for a computer museum, so it's older -- 1.07.3 running on Windows 98SE with a Digi AccelPort board. The board itself works fine,
and I can get Pimpwars running, but dmud is a challenge.
Thanks!
A few questions... what BBS software are you going to use?? If the is not dialup ready what's your plan there...
I used Synchronet's SEXPOTS to add dialup support to my Mystic board on Win32.
All SEXPOTS does is answer the modem and then send that to Telnet. Over VoIP phone lines I was only able to get a 19,200 to 38,400 baud connection, but it worked quite well. I don't have it setup anymore, because... why?
Setup was quite easy, just edit the sexpots.ini file & then run SEXPOTS.EXE -com 4 -baud 38400. (At least that's what I ran for my USB modem on my voip line, YMMV).
Jay
On 30 Sep 2020, Richard Cini said the following...
If you have doormud installed in c:\doormud then you would do:
Data: c:\doormud\dmud32d -n %N -d %Pdoor32.sys
external command from what was in the dmud manual to the above, and I
get further along, but now I get an error "Unable to read door information file". My setup is going to be used as a
dial-up demo for a computer museum, so it's older -- 1.07.3 running on Windows 98SE with a Digi AccelPort board. The board itself works fine, and I can get Pimpwars running, but dmud is a challenge.
Thanks!
I have quoted above some of the information needed. I quoted what g00r00
told me to used to get the door running. I don't know how you're doing it
but the above can be broken down in to 2 pieces to better understand how to get the door to work.... 1st, c:\doormud\dmud32d.exe , points where the exe file to get the door working... 2nd, -n %N -d %Pdoor32.sys... is the info needed to tell the door where the door info files are...
-n %N tells the program what node you are on.... current mystic BBSes use that, prior version and or other BBSes my use something else. The next is -d %Pdoor32.sys .... this is the argument that points to the directory where your door files are... current versions of Mystic would take that %P and translate that as \mystic\temp1 or \mystic\temp2 or \mystic\temp3... and so on... depending on the node you are on. The ending to that statement door32.sys is the door info file.
Lets just say that your software doesn't use the %P argument you can execute the door like this...
c:\doormud\dmud32d -n %N -d \mystic\temp%N\door32.sys
The error you're getting sounds like the door isn't able to find the door info files .... The -d \mystic\temp%N\door32.sys part...
IB Joe
AKA Joe Schweier
SysOp of Joe's BBS
-=JoesBBS.com=-
On 01 Oct 2020, Jay Harris said the following...of
A few questions... what BBS software are you going to use?? If the B is not dialup ready what's your plan there...
I used Synchronet's SEXPOTS to add dialup support to my Mystic board on Win32.
All SEXPOTS does is answer the modem and then send that to Telnet. Over VoIP phone lines I was only able to get a 19,200 to 38,400 baud connection, but it worked quite well. I don't have it setup anymore, because... why?
Setup was quite easy, just edit the sexpots.ini file & then run SEXPOTS.EXE -com 4 -baud 38400. (At least that's what I ran for my USB modem on my voip line, YMMV).
Jay
A suggestion I would have made... I would have went with a current version
Mystic and used sexpots myself.... There are some fellow SysOps trying to get their BBSes going on XT machines, no HDD of 5.25 floppies.
:)
IB Joe
AKA Joe Schweier
SysOp of Joe's BBS
-=JoesBBS.com=-
There are some fellow SysOps trying to get their BBSes going on XT
machines, no HDD of 5.25 floppies.
:)
Each BBS is slightly different. Mystic drops it's door files in the \mystic\temp?\ directory whereas Synchronet puts them into the \SBBS\Node?\ directory. The question mark "?"is the node number...
On 01 Oct 2020, IB Joe said the following...
There are some fellow SysOps trying to get their BBSes going on XT
machines, no HDD of 5.25 floppies.
:)
Suckers for punishment it seems! lol
Re: Re: DoorMUD\SBBS\No
By: IB Joe to Richard Cini on Wed Sep 30 2020 08:02 pm
Each BBS is slightly different. Mystic drops it's door files in the \mystic\temp?\ directory whereas Synchronet puts them into the
directory. The question mark "?"is the node number...
In Synchronet, it's configurable (per door) where to place the drop file(s).
When I first started this project, I gave Synchronet with sexpots a try
on a Windows XP machine (also with a Digi AccelPort PCI card) and I
could never get sexpots running as a service in an effort to automate
the startup. I guess I could run 4 instances
of it, maybe starting from a Windows command file or something and then use the latest RC of Mystic (which I like better). I wonder if I can use
a batch file to start sexpots and the related Mystic node so that I
don't have to click 8 things...I assume
so.
Let me try the fix to the replacement variable and see if that works. Everything works right now except for that, and it's pretty speedy. I
have 4 Hayes 14400 modems connected to a Panasonic 6x24 hybrid PBX. So, you don't have to dial 7 digits -- only 3 -
- but it works great. Love the sound. Running @ 300 baud is horrible,
but I've done 1200 on a Mac SE (barely passable) and 14400 on a Mac IIci (reasonable).
I may still try the upgrade to 1.12rc46 with sexpots. It's easy enough
to back up the configuration if I mess it up.
On 01 Oct 2020, Richard Cini said the following...
When I first started this project, I gave Synchronet with sexpots a try on a Windows XP machine (also with a Digi AccelPort PCI card) and I
could never get sexpots running as a service in an effort to automate
the startup. I guess I could run 4 instances
of it, maybe starting from a Windows command file or something and then use the latest RC of Mystic (which I like better). I wonder if I can use a batch file to start sexpots and the related Mystic node so that I
don't have to click 8 things...I assume
so.
Let me try the fix to the replacement variable and see if that works. Everything works right now except for that, and it's pretty speedy. I have 4 Hayes 14400 modems connected to a Panasonic 6x24 hybrid PBX. So, you don't have to dial 7 digits -- only 3 -
- but it works great. Love the sound. Running @ 300 baud is horrible,
but I've done 1200 on a Mac SE (barely passable) and 14400 on a Mac IIci (reasonable).
I may still try the upgrade to 1.12rc46 with sexpots. It's easy enough
to back up the configuration if I mess it up.
This is what I'd do for modem access. Sexpots, 4 different instances running if need be. Then I'd run a current version of Mystic or Synchronet... What ever one turns your crank.. There may be other software out there under development... But these 2 pieces of software are the best.Thanks Joe, will do.
Argument to go with the latest... You can easily access fidonet and other networks... You can have the system login to a door server and let others worry about door setup while your users easily access the doors.
Logon to my BBS... JoesBBS.com. I'm running Mystic BBS and I have 2 door servers, one is local to me... on my LAN... the other one is external.. on the WAN. What you should note is the ease of use the newer technology has.
I'm shocked what you can do now a days... Anyway, logon to my BBS and check out the game servers
IB Joe
AKA Joe Schweier
SysOp of Joe's BBS
-=JoesBBS.com=-
I tried two different variations on the Data string. The 1.07.3 manual only lists four variables:
%0=comm port handle
%1=comm port
%2=baud rate
%3=node
On that door, I tried both the "c" (comm port) and "n" (node) parameters and all I got was "No method of accessing the serial port". The Digi AccelPort starts at COM5 (COM5-12 actually).
So, I'm giving up on the 1.07 version and trying 1.12.rc46 with sexpots. Will report back on that.
Hi! Rich,did
On 10/01/2020 04:11 PM, you wrote to IB Joe:
I tried two different variations on the Data string. The 1.07.3 manual only lists four variables:
%0=comm port handle
%1=comm port
%2=baud rate
%3=node
On that door, I tried both the "c" (comm port) and "n" (node) parameters and all I got was "No method of accessing the serial port". The Digi AccelPort starts at COM5 (COM5-12 actually).
So, I'm giving up on the 1.07 version and trying 1.12.rc46 with sexpots. Will report back on that.
I would recommend that you try %0 /without/ referring to %1. That's what I
with Radius w/32 calling Mystic 1.07.3, for a decade(?). Good luck.
Cheers,
Paul.
c:\doormud\dmud32d.exe -n %3 -d c:\mystic\temp%3
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 376 |
Nodes: | 16 (2 / 14) |
Uptime: | 23:51:57 |
Calls: | 8,034 |
Calls today: | 4 |
Files: | 13,034 |
Messages: | 5,828,976 |