• For Honour 1.2 running it Locally?

    From Beanzilla@21:4/110 to apam on Tuesday, February 18, 2020 11:30:55
    Hi,

    I seem to be encountering some form of issue, "Unsuppored Dropfile: -D"

    In my configuration of Mystic I have:
    Exec external program ./forhonour.sh %PDORINFO1.DEF %3

    And in that .sh I have:
    ./ForHonour -D $1 -N $2

    I seem to get a different message if I remove the -D and -N however For Honour still does not seem to be running though.

    Take Care,
    Beanzilla

    ... So easy, a child could do it. Child sold separately.
    ___ MultiMail/Linux v0.49

    --- Mystic BBS/QWK v1.12 A44 2020/02/04 (Linux/64)
    * Origin: BZ&BZ BBS (21:4/110)
  • From Embalmed@21:4/166 to Beanzilla on Tuesday, February 18, 2020 11:39:11
    In my configuration of Mystic I have:
    Exec external program ./forhonour.sh %PDORINFO1.DEF %3

    And in that .sh I have:
    ./ForHonour -D $1 -N $2

    I changed mine to execute ./forhonour.sh %PDOOR.SYS

    and in the sh to
    ./ForHonour $1

    And it works for me. DORINFO1.DEF came back as unsupported, and the /D and
    /N flags are no longer necessary.

    Mine at least launches into the game, but I'm not hooked up to InterBBS yet.

    |07E|10m|07b|10a|07l|10m|07e|10d |12-----------------------------------------------------
    |09Black Lodge Research BBS |11blacklodgeresearch.org:4022
    |11fsx|08Net: |0721:4/166 |11sci|08Net: |0777:1/133

    --- Mystic BBS v1.12 A44 2020/02/04 (Linux/64)
    * Origin: Black Lodge Research BBS (21:4/166)
  • From Al@21:4/106 to Beanzilla on Tuesday, February 18, 2020 12:34:04
    And in that .sh I have:
    ./ForHonour -D $1 -N $2

    I seem to get a different message if I remove the -D and -N however
    For Honour still does not seem to be running though.

    Is this with the new 1.2-dev version? There are changes and I forget now
    just what it is. Have a look at the docs and see what they say about
    executing the door. Maybe drop the -D above. I haven't set that one up
    yet so I'm not too sure..

    Ttyl :-),
    Al

    --- MagickaBBS v0.13alpha (Linux/x86_64)
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106)
  • From Beanzilla@21:4/110 to Embalmed on Tuesday, February 18, 2020 17:12:15
    On 18 Feb 2020, Embalmed said the following...
    I changed mine to execute ./forhonour.sh %PDOOR.SYS

    and in the sh to
    ./ForHonour $1

    Many thanks, I was thinking that's what happened and indeed that is.

    Thank you,
    Beanzilla

    BZ&BZ BBS (Mystic / Linux x64)
    TELNET bbs.red-green.com:4023
    SSH bbs.red-green.com:4022
    WEB https://bbs.red-green.com

    --- Mystic BBS v1.12 A44 2020/02/04 (Linux/64)
    * Origin: BZ&BZ BBS (21:4/110)
  • From Beanzilla@21:4/110 to Al on Tuesday, February 18, 2020 17:21:37
    On 18 Feb 2020, Al said the following...
    Is this with the new 1.2-dev version? There are changes and I forget now just what it is. Have a look at the docs and see what they say about executing the door. Maybe drop the -D above. I haven't set that one up
    yet so I'm not too sure..

    Ttyl :-),
    Al

    Yes, since I have both a local copy and the IBBS copy running here on BZ&BZ
    BBS I decided to update at least the local copy for now until I here that the hub is ready to move over to the new version for IBBS.

    If you follow the message that Embalmed responded to me with is actually
    the way it was all the time, so somehow I had it incorrect, and the new
    version actually catched this.

    Take care,
    Beanzilla

    BZ&BZ BBS (Mystic / Linux x64)
    TELNET bbs.red-green.com:4023
    SSH bbs.red-green.com:4022
    WEB https://bbs.red-green.com

    --- Mystic BBS v1.12 A44 2020/02/04 (Linux/64)
    * Origin: BZ&BZ BBS (21:4/110)
  • From Argos@21:1/203 to Beanzilla on Tuesday, February 18, 2020 19:16:56

    I seem to be encountering some form of issue, "Unsuppored Dropfile: -D"

    In my configuration of Mystic I have:
    Exec external program ./forhonour.sh %PDORINFO1.DEF %3

    And in that .sh I have:
    ./ForHonour -D $1 -N $2

    I seem to get a different message if I remove the -D and -N however For Honour still does not seem to be running though.

    Take Care,
    Beanzilla

    Here is my batch file that I use to run For Honour

    c:
    cd\mystic\doors\fh
    ForHonour.exe -D %1 -N %2 -SOCKET %3
    ForHonour.exe maintenance
    cd\mystic
    fidopoll 21:1/10
    goto done

    :done

    ---

    Rocket Town BBS - Telnet: rtbbs.ddns.net
    fsxNET: 21:1/203 FidoNET:1:135/383 - Titusville, FL. NASA SPACE Coast

    --- Mystic BBS v1.12 A44 2020/02/04 (Windows/32)
    * Origin: Rocket Town BBS (21:1/203)
  • From Embalmed@21:4/166 to Argos on Tuesday, February 18, 2020 16:50:13
    Here is my batch file that I use to run For Honour

    That's not going to work as the parameters have changed in 1.2 it does not accept -D -N anymore.

    $ ./ForHonour
    usage:
    ./ForHonour (DROPFILE [SOCKET] [/full] | (maintenance | /reset GAMEID))

    |07E|10m|07b|10a|07l|10m|07e|10d |12-----------------------------------------------------
    |09Black Lodge Research BBS |11blacklodgeresearch.org:4022
    |11fsx|08Net: |0721:4/166 |11sci|08Net: |0777:1/133

    --- Mystic BBS v1.12 A44 2020/02/04 (Linux/64)
    * Origin: Black Lodge Research BBS (21:4/166)
  • From Beanzilla@21:4/110 to Argos on Tuesday, February 18, 2020 19:59:41
    On 18 Feb 2020, Argos said the following...
    Here is my batch file that I use to run For Honour

    c:
    cd\mystic\doors\fh
    ForHonour.exe -D %1 -N %2 -SOCKET %3
    ForHonour.exe maintenance
    cd\mystic
    fidopoll 21:1/10
    goto done

    :done

    Thank you, what version of For Honour are you running if I may ask?
    (For some reason that is the way I have my copy for IBBS, 1.0 dev, running)

    Yet I have tried that multiple times under 1.2 dev and to put the exact error message... "Unsupported Dropfile: -D" However I seem to have come across the solution...

    (I am running Linux so keep that in mind)

    In the Mystic Configuration:
    ForHonour.sh %PDOOR.SYS

    In the bash script:
    ./ForHonour $1

    Thank you,
    Beanzilla

    BZ&BZ BBS (Mystic / Linux x64)
    TELNET bbs.red-green.com:4023
    SSH bbs.red-green.com:4022
    WEB https://bbs.red-green.com

    --- Mystic BBS v1.12 A44 2020/02/04 (Linux/64)
    * Origin: BZ&BZ BBS (21:4/110)
  • From Argos@21:1/203 to Beanzilla on Wednesday, February 19, 2020 19:20:04

    Thank you, what version of For Honour are you running if I may ask?
    (For some reason that is the way I have my copy for IBBS, 1.0 dev, running)


    Your Welcome ... I am running v1.0-DEV ... No Idea if there is another Version

    ---

    Rocket Town BBS - Telnet: rtbbs.ddns.net
    fsxNET: 21:1/203 FidoNET:1:135/383 - Titusville, FL. NASA SPACE Coast

    --- Mystic BBS v1.12 A44 2020/02/04 (Windows/32)
    * Origin: Rocket Town BBS (21:1/203)