• Interstellar Annihilation

    From Thumper@1:218/602 to ALL on Wed Oct 5 09:30:00 2022
    Hello all,

    Been trying to set up Interstellar Annihilation, one of my favorite Doorgames, in Gameserver but can't seem to get the config right. Anyone out there have any ideas or maybe already have it set up?

    Thanks,




    ... I used to jog, but the ice kept falling out of my glass.
    --- MultiMail/Win v0.52
    * Origin: Platinum Xpress Support 305-248-7815 (1:218/602)
  • From Jas Hud@mro@bbses.info.remove-45b-this to Thumper on Wed Oct 5 15:59:02 2022
    To: Thumper
    Re: Interstellar Annihilation
    By: Thumper to ALL on Wed Oct 05 2022 09:30 am

    Hello all,

    Been trying to set up Interstellar Annihilation, one of my favorite Doorgames, in Gameserver but can't seem to get the config right. Anyone out there have any ideas or maybe already have it set up?

    Thanks,

    post your settings.
  • From Thumper@1:218/602 to JAS HUD on Thu Oct 6 14:11:00 2022
    Jas Hud wrote to Thumper <=-

    To: Thumper
    Re: Interstellar Annihilation
    By: Thumper to ALL on Wed Oct 05 2022 09:30 am

    Hello all,

    Been trying to set up Interstellar Annihilation, one of my favorite Doorgames, in Gameserver but can't seem to get the config right. Anyone out there have any ideas or maybe already have it set up?

    Thanks,

    post your settings.

    Here is my settings in Gamesrv:

    [DOOR]
    Name=Interstellar Annihilation
    Command=DOORS\ISA\STARTISA.BAT
    Parameters=*NODE
    LocalOutput=True
    Native=False

    and here is my startisa.bat:

    REM Call this batchfile as ISASTART.BAT "NodeNumber": IE: STARTISA.BAT 1
    REM Switches to proper DIR
    REM Change these to match your ISA startup directory.

    C:
    CD gamesrv\isa

    IF "%1" == "L" GOTO LOCALMODE
    IF "%1x" == "x" GOTO NOSTART

    IF EXIST DATA\USER%1.OUT DEL DATA\USER%1.OUT
    IF EXIST DATA\USER%1.IN DEL DATA\USER%1.IN

    REM Loads Fossil driver
    REM Edit as needed, REM Out if using a BBS with internal FOSSIL
    REM
    REM E:\fossil\adf\adf.exe COM1 3F8 4 115200 8192 8192 8

    :BEGIN
    REM Next Line for The NEW ISA (16 Bit)
    REM Edit parameters as needed.
    REM
    ISA.EXE /H%2 /C C:\gamesrv\doors\isa\NODE%1.CFG
    IF ERRORLEVEL 255 GOTO DONE
    IF ERRORLEVEL 254 GOTO DOIGM
    GOTO DONE

    :LOCALMODE
    REM Runs ISA in local mode
    ISA.EXE
    IF ERRORLEVEL 255 GOTO DONE
    IF ERRORLEVEL 254 GOTO DOIGMLOCAL
    GOTO DONE

    :DOIGM
    REM Runs the IGM. Do not edit this line!
    CALL DOIGM%1.BAT /H%2 /C E:\CODING\ISA\DOS\NODE%1.CFG
    GOTO BEGIN

    :DOIGMLOCAL
    REM Runs the IGM. Do not edit this line!
    REM Edit parameters as needed. Should match the ISA.EXE line under BEGIN
    CALL DOIGM0.BAT
    GOTO LOCALMODE

    :NOSTART
    ECHO INCORRECT STARTING PARAMETERS!!
    GOTO REALDONE

    :DONE
    REM Next Line shuts down the fossil driver
    REM Edit as needed, REM Out if using a BBS with internal FOSSIL
    REM
    REM E:\FOSSIL\ADF\ADF.EXE UNLOAD

    REM Next line run's ISASCORE to create scores
    ISASCORE

    REM UnRem and Edit next line(s) if you wish to copy the
    REM ISA Score files somewhere
    REM Copy DATA\ISASCORE.ANS C:\BBS\BULLS\
    REM Copy DATA\ISASCORE.ASC C:\BBS\BULLS\
    REM Copy DATA\ISASCORE.HTM C:\WEB\BULLS\

    IF EXIST USER%1.OUT DEL USER%1.OUT
    IF EXIST USER%1.IN DEL USER%1.IN

    :REALDONE


    ... What is mind? No matter! What is matter? Never mind! - Homer S.
    --- MultiMail/Win v0.52
    * Origin: Platinum Xpress Support 305-248-7815 (1:218/602)
  • From Fzf@1:105/500 to Thumper on Thu Oct 6 20:10:13 2022
    Re: Interstellar Annihilation
    By: Thumper to JAS HUD on Thu Oct 06 2022 02:11 pm

    Here is my settings in Gamesrv:
    Command=DOORS\ISA\STARTISA.BAT

    and here is my startisa.bat:
    C:
    CD gamesrv\isa
    ^^^^^^^^^^^
    Two things here.

    1. I find it's generally unwise to change to relative directories in door batch files.

    2. Based on your line in the Gamesrv config, I don't think this is what you want to do. Try this in startisa.bat, adjusting the gamesrv directory as needed:

    C:
    CD \GAMESRV\DOORS\ISA
    --- SBBSecho 3.14-Win32
    * Origin: The Fool's Quarter, fqbbs.synchro.net (1:105/500)