• Lord2 linux/dosemu

    From Alpha@21:4/158 to All on Sat Feb 29 07:26:59 2020
    Trying to get LORD2 setup. Trying to figure out why it's not loading... Anything look off? my Dosemu setup work for OG LORD FYI...

    MENU.HJSON
    ----------
    doorLord2: {
    desc: LORD2
    module: abracadabra
    config: {
    name: Playing Lord2!
    dropFileType: DORINFO
    cmd: /usr/bin/dosemu
    args: [
    "-quiet",
    "-f",
    "/home/bbs/enigma-bbs/DOS/X/LORD2/dosemu.conf",
    "X:\\LORD2\\LORD2.BAT {node} {dropFile}"
    ],
    nodeMax: 2
    tooManyArt: DOORMANY
    io: stdio
    }
    }


    LORD2.BAT
    ---------
    @ECHO OFF
    REM Use the following lines if you wish to switch to the LORD II dir in this REM batch file - remove REM in front of the following to lines if you do.

    X:
    CD \LORD2

    IF "%1" == "" GOTO NOSTART
    IF EXIST INFO.%1 DEL INFO.%1
    IF EXIST DO%1.BAT DEL DO%1.BAT

    :BEGIN
    l2.EXE %1 %2 %3 %4 %5 /DREW
    IF ERRORLEVEL 255 GOTO DONE
    IF ERRORLEVEL 254 GOTO DO1
    GOTO DONE

    :DO1
    CALL DO%1.BAT
    GOTO BEGIN

    :NOSTART
    CALL LORD2.BAT 0
    GOTO REALDONE
    :DONE
    IF EXIST INFO.%1 DEL INFO.%1
    IF EXIST DO%1.BAT DEL DO%1.BAT

    :REALDONE

    ----
    DOSEMU.CONF
    $_cpu = "80486"
    $_cpu_emu = "vm86"
    $_external_char_set = "utf8"
    $_internal_char_set = "cp437"
    $_term_updfreq = (8)
    $_layout = "us"
    $_rawkeyboard = (0)
    $_com1 = "virtual"

    |08.|07..|15.. |11Alpha |07- |11Card & Claw BBS
    |08.|07..|15.. |03fsxNet AgoraNet GameNet SciNet Fidonet
    |08.|07..|15.. |05Doorparty! |07/ |05Local Doors |07/ |05Board Game Discussion |08.|07..|15.. |13Join |07@ |13cardandclaw.com|07:|138888

    --- Mystic BBS v1.12 A46 2020/02/27 (Linux/64)
    * Origin: Card & Claw BBS | Analog Gaming: Board Games, RPGs (21:4/158)
  • From NuSkooler@21:1/121 to Alpha on Sat Feb 29 16:58:47 2020

    On Friday, February 28th Alpha muttered...
    Trying to get LORD2 setup. Trying to figure out why it's not loading... Anything look off? my Dosemu setup work for OG LORD FYI...

    I don't see anything immediately wrong. What actually happens? Do the logs indicate anything interesting?

    With STDOUT you should be able to do some cheesy echo style debugging "got here!" as well if needed.


    --
    NuSkooler
    Xibalba BBS @ xibalba.l33t.codes / 44510(telnet) 44511(ssh)
    ENiGMA 1/2 BBS WHQ | Phenom | 67 | iMPURE | ACiDic
    --- ENiGMA 1/2 v0.0.11-beta (linux; x64; 12.13.1)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From SirRonmit@21:2/120 to Alpha on Sun Mar 1 14:02:46 2020
    I remember having a similar issue with NetFoss for me.
    I did end up getting it running (but lost my notes as to what it was).
    I registered mine as well at Christmas.

    Your .bat looked ok.
    What do your NODE#.DAT files look like?

    Here is an example of one of my nodes (1):
    BBSNAME Files 4 Fun BBS
    BBSTYPE DOORSYS ;I use DOORSYS myself
    ;COMPORT 0
    FOSSIL
    LOCKBAUD 19200
    STATUS ON
    STATFORE 3
    STATBACK 7
    ;COLOR1
    ;NODIRECT
    ;UNUSED
    BBSDROP e:\mystic\temp1 ;Matches your NODE# Directory
    ;UNUSED
    ;UNUSED
    ;UNUSED

    If you have your Mystic Server running in the background, you can see the
    local screen by using the Snoop window. You may be able to see the LORD2 running locally but not remotely.

    Tim N
    admin@f4fbbs.com

    --- Mystic BBS v1.12 A44 2020/01/16 (Windows/32)
    * Origin: Files 4 Fun BBS (21:2/120)
  • From Alpha@21:4/158 to SirRonmit on Mon Mar 2 03:23:37 2020
    If you have your Mystic Server running in the background, you can see the local screen by using the Snoop window. You may be able to see the LORD2 running locally but not remotely.

    Hey good Sir, I'm attempting to set this up on Enigma 1/2, not Mystic. But thank you for the tip!!

    |08.|07..|15.. |11Alpha |07- |11Card & Claw BBS
    |08.|07..|15.. |03fsxNet AgoraNet GameNet SciNet Fidonet
    |08.|07..|15.. |05Doorparty! |07/ |05Local Doors |07/ |05Board Game Discussion |08.|07..|15.. |13Join |07@ |13cardandclaw.com|07:|138888

    --- Mystic BBS v1.12 A46 2020/02/29 (Linux/64)
    * Origin: Card & Claw BBS | Analog Gaming: Board Games, RPGs (21:4/158)
  • From Alpha@21:4/158 to NuSkooler on Mon Mar 2 03:25:36 2020
    I don't see anything immediately wrong. What actually happens? Do the
    logs indicate anything interesting?

    So I got it to run by removing `#$_com1 = "virtual"` from dosemu.conf, but
    all the dosemu startup stuff gets echo'd to the screen... Odd.

    |08.|07..|15.. |11Alpha |07- |11Card & Claw BBS
    |08.|07..|15.. |03fsxNet AgoraNet GameNet SciNet Fidonet
    |08.|07..|15.. |05Doorparty! |07/ |05Local Doors |07/ |05Board Game Discussion |08.|07..|15.. |13Join |07@ |13cardandclaw.com|07:|138888

    --- Mystic BBS v1.12 A46 2020/02/29 (Linux/64)
    * Origin: Card & Claw BBS | Analog Gaming: Board Games, RPGs (21:4/158)
  • From Al@21:4/106 to Alpha on Sun Mar 1 19:40:20 2020
    Hello Alpha,

    So I got it to run by removing `#$_com1 = "virtual"` from dosemu.conf,
    but all the dosemu startup stuff gets echo'd to the screen... Odd.

    Here's a look at one of my dosemu doors scripts. I redirect 1>/dev/null


    === Cut ===
    #!/bin/bash
    trap '' 2
    NODE=$1
    cp -f /home/alan/MagickaBBS/node${NODE}/door.sys /home/alan/MagickaBBS/doors/drk/node${NODE}/
    /usr/bin/dosemu -quiet -f /home/alan/MagickaBBS/doors/dosemu.conf -I "dosbanner
    0" -E "D:\DRK\DARKNESS.BAT ${NODE}" 1>/dev/null
    trap 2
    === Cut ===
    Ttyl :-),
    Al

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106)
  • From SirRonmit@21:2/120 to Alpha on Mon Mar 2 22:42:13 2020
    Hey good Sir, I'm attempting to set this up on Enigma 1/2, not Mystic.
    But thank you for the tip!!

    Totally my bad! I forget to look at the forum LOL!

    Tim N

    --- Mystic BBS v1.12 A44 2020/01/16 (Windows/32)
    * Origin: Files 4 Fun BBS (21:2/120)