Skip to content

Feature: Intro section in the config.ini #17

@chriskewl

Description

@chriskewl

Currently hardcoded you have 01_bbsmap.seq, 02_bbsintroaudio-eng11K8b.wav and 03_retrobbs.art, I assume to show off capabilities, which it does well. Let's break these out into an intro section in the config.ini.

Intros happen after login but before the main menu.

You can have something like this:

[INTROS]
entries = 3
intro1 = ${PATHS:intros}welcome.mp3 ;mp3 or wav
intro2 = ${PATHS:intros}retrobbs.art; art or koala
intro3 = ${PATHS:intros}bbsmap.seq; not sure what else would be allowed

This would allow for complete customization on what happens a user logs in. Everything asked for is determined by the filetype of the media.

I could have it do an SEQ file first then some Koala art and finally a small MP3. It would be pretty nifty to have it fully customizable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions