• Usurper on Mystic BBS (RPi)

    From nemesis@21:1/101 to All on Monday, October 29, 2018 14:21:13
    Hi everyone,

    I've compiled the Usurper Door Game on the Raspberry Pi. I can run it from
    the command line just fine and am wondering whether I should run it using the DD or D3 commands in Mystic.

    Does anyone have this door game running on a linux system? If so, were you
    able to place it in a dir other the than the mystic root? Which command and agrs did you use to run it from the menu?

    Thanks in advance!

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From apam@21:1/125 to nemesis on Monday, October 29, 2018 13:40:32
    Does anyone have this door game running on a linux system? If so,
    were you able to place it in a dir other the than the mystic root?
    Which command and agrs did you use to run it from the menu?

    I had it running on raspberry pi a while back, though with magicka. I
    have also had it running on FreeBSD and am currently running on Linux.

    I call it from a script ($1 is node number).

    #!/bin/sh
    cd /home/andrew/MagickaBBS/doors/usurper
    ./USURPER -D/home/andrew/MagickaBBS/node$1/dorinfo1.def -X

    Andrew

    --- MagickaBBS v0.12alpha (Linux/x86_64)
    * Origin: The Fat Sandwich - sandwich.hopto.org:2023 (21:1/125)