• ANSI on Connect

    From peconi@21:1/172 to All on Friday, September 30, 2016 11:34:00
    So, I have an ANSi screen I'd like to display just when the user connects,
    and before the login screen. Show, pause, and then show login screen after
    user presses Enter key. Just like the welcome screen w/ agent picture on
    Avon's Agency BBS.

    Where, how, does one call this guy out? I tried in prelogin menu, display
    file option or something like that, but that 1) doesn't work and 2) that menu seems to be called after user logs in.

    Thanks!

    [þ] Peconi
    º Pattycake Mafia BBS (21:1/172 & 80:937/1)
    º telnet://bbs.pattycakemafia.com:2023
    º ssh://bbs.pattycakemafia.com:22

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: bbs.PattycakeMafia.com:2023 - Dublin, Ohio (21:1/172)
  • From Caphood@21:1/112 to peconi on Friday, September 30, 2016 13:25:00
    So, I have an ANSi screen I'd like to display just when the user
    connects, and before the login screen. Show, pause, and then show login screen after user presses Enter key. Just like the welcome screen w/ Where, how, does one call this guy out? I tried in prelogin menu, display file option or something like that, but that 1) doesn't work and 2) that menu seems to be called after user logs in.
    [þ] Peconi

    You can go to prompt # 000 the first prompt in your default.txt file
    where it says DFpreuser thats the file you want to edit or change.
    Make it clear the screen with the CL mci code at the top and put a pause code
    PA at the bottom of the screen. Under the PA code put a CL code to clear
    screen. Thats just one way to do it. You can name this screen anything you
    want. It doesnt have to be preuser.ans in case you want to save the original
    screen without over writing it.

    ²ß±ß° {tHE.pIRATE.kING} ÜßÛßÜ
    ß²Ü°ß HOIST THE COLOURS ßÛÜÛß
    þþþ NEVER SHALL WE DIE. ÝÝÞ SIMMAH DOWN NAH! heah SIMMAH DOWN NAH!

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: ACiD Telnet HQ / blackflag.acid.org (21:1/112)
  • From Avon@21:1/101 to peconi on Saturday, October 01, 2016 07:40:00
    On 09/30/16, peconi pondered and said...

    agent picture on Avon's Agency BBS.

    Where, how, does one call this guy out? I tried in prelogin menu, display

    Not surprisingly I know the answer to this one :)

    You want the file called PRELOGIN.XXX in your Mystic BBS text directory where XXX is either .ANS or .ASC depending on if the file is saved as ANSI or ASCII

    Best, Paul

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Agency BBS | telnet://agency.bbs.geek.nz (21:1/101)
  • From Avon@21:1/101 to All on Saturday, October 01, 2016 07:41:00
    On 10/01/16, Avon pondered and said...

    You want the file called PRELOGIN.XXX in your Mystic BBS text directory

    Whoops, typo - it's called PRELOGON.XXX

    Best, Paul

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Agency BBS | telnet://agency.bbs.geek.nz (21:1/101)
  • From Captain Obvious@21:1/157 to peconi on Friday, September 30, 2016 16:25:00
    On 09/30/16, peconi said the following...

    Where, how, does one call this guy out? I tried in prelogin menu, display file option or something like that, but that 1) doesn't work and 2) t

    prelogon.ans

    -=>Richard Miles<=-
    -=>Captain Obvious<=-
    -=>bbs.shadowscope.com<=-

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Shadowscope BBS | bbs.shadowscope.com | Temple, GA (21:1/157)
  • From bcw142@21:1/145 to peconi on Friday, September 30, 2016 13:04:00
    On 09/30/16, peconi said the following...
    So, I have an ANSi screen I'd like to display just when the user
    connects, and before the login screen. Show, pause, and then show login screen after user presses Enter key. Just like the welcome screen w/
    agent picture on Avon's Agency BBS.

    Where, how, does one call this guy out? I tried in prelogin menu, display file option or something like that, but that 1) doesn't work and 2) that menu seems to be called after user logs in.
    Thanks!
    [þ] Peconi
    º Pattycake Mafia BBS (21:1/172 & 80:937/1)
    º telnet://bbs.pattycakemafia.com:2023
    º ssh://bbs.pattycakemafia.com:22

    The quick way is to just concatenate the files: your_file.ans with a |PA as last line, then preuser.ans (the default ANSI screen). Generally you want to save the original so in Linux from mystic root you'd do:
    mv text/preuser.ans text/opreuser.ans
    cat text/your_file.ans text/opreuser.ans >text/preuser.ans
    Then it should come up, remember it needs |PA (pause) as your_file.ans's last line (to give you the pause between screens). In truth you could create a
    file called pause.ans that has nothing but |PA in it and add it to the list: cat text/your_file.ans text/pause.ans text/opreuser.ans >text/preuser.ans
    to do the same thing. Quick and dirty way but it will work ;)

    --- Mystic BBS v1.12 A31 (Raspberry Pi)
    * Origin: Mystic Pi BBS bcw142.zapto.org (21:1/145)