• Re: Galactic Dynasty - N00B Question...

    From garycrunk@21:2/105 to Apam on Thursday, March 16, 2017 09:09:00
    I run Mystic BBS on a Windows XP system.
    I do not know what is required to run this as a door...
    Do I copy the drop files from the BBS into the Door Directory before starting? Are there any Parameters I need? How does this work with other BBS's?
    I just do not know how to implement this...

    If it's Not a door game... then I'm barking up the wrong tree and should go hide back in my cave...

    I guess I'm just looking for a little insight...

    Many Thanks and please forgive the n00b questions...

    Gary Crunk
    Another F-ing BBS
    anotherbbs.bbsindex.com

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Another F-ing BBS (21:2/105)
  • From Apam@21:1/188.2 to Garycrunk on Friday, March 17, 2017 07:35:00
    RE: Re: Galactic Dynasty - N00B Question...
    BY: garycrunk(21:2/105)


    I just do not know how to implement this...

    Sorry, I really need to write some documentation :)

    You need to write a batch file that you call from mystic that changes
    the working directory to the galactic dynasty directory, and calls
    galactic dynasty something like this (I'm going to use %N for node, I
    don't know what the correct argument is in mystic, you may need to
    change it)

    Batch file:

    @echo off
    cd \path\to\galacticdynasty
    GalacticDynasty -D C:\Mystic\Dropfiles\Node%1\door32.sys

    Now you would call galactic dynasty:

    C:\path\to\batchfile.bat %N

    Please note, this is just an example, in mystic you will need to change
    the path to drop file to the correct one and the %N to whatever switch
    means node number in mystic.

    If someone more familiar with mystic wants to write up an instructions
    text file I would be more than happy to include it in the distribution :)

    Andrew


    --- WWIV 5.3.0.development
    * Origin: System 17 - andrew.homeunix.org:2025 (21:1/188.2)
  • From Black Panther@21:1/186 to Apam on Thursday, March 16, 2017 16:30:00
    Here is what I have setup running Mystic under Windows.

    (D3) Exec DOOR32 program
    c:\bbs\doors\gdyn\start.bat %P\door32.sys %3 %0

    %P - passes the node temporary directory for dropfiles
    %3 - passes the node number
    %0 - passes the socket handle on Windows (I added this due to an issue)

    The batch file that I'm using is simply:

    c:
    cd \bbs\doors\gdyn\
    galacticdynasty.exe -D %1 -N %2 -SOCKET %3

    Hope this helps some people out a bit.


    ---

    Dan Richter
    aka Black Panther
    Sysop - Castle Rock BBS
    telnet://castlerockbbs.com
    The sparrows are flying again...

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Castle Rock BBS - telnet://castlerockbbs.com (21:1/186)
  • From Apam@21:1/188.2 to Black Panther on Friday, March 17, 2017 08:41:00
    RE: Re: Galactic Dynasty - N00B Question...
    BY: Black Panther(21:1/186)


    Hope this helps some people out a bit.

    That's great :) Do you mind if I copy and past your email and put it in
    a mystic.txt file in the distribution?

    Andrew

    --- WWIV 5.3.0.development
    * Origin: System 17 - andrew.homeunix.org:2025 (21:1/188.2)
  • From Black Panther@21:1/186 to Apam on Thursday, March 16, 2017 18:31:00
    On 03/17/17, Apam said the following...

    That's great :) Do you mind if I copy and past your email and put it in
    a mystic.txt file in the distribution?

    Not a problem. You could probably leave the -SOCKET off of it, as I don't
    think it would be needed for everyone.


    ---

    Dan Richter
    aka Black Panther
    Sysop - Castle Rock BBS
    telnet://castlerockbbs.com
    The sparrows are flying again...

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Castle Rock BBS - telnet://castlerockbbs.com (21:1/186)