Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random welcome.ans files not working as they should #1637

Open
the-godfather-007 opened this issue Nov 23, 2024 · 2 comments
Open

Random welcome.ans files not working as they should #1637

the-godfather-007 opened this issue Nov 23, 2024 · 2 comments
Assignees

Comments

@the-godfather-007
Copy link

At random, when a user logs into the WWIV BBS, and the BBS has random welcome.ans screens as welcome.0 welcome.1 welcome.2 ..etc... or welcome.1 welcome.2 doesn't matter .. one random choice appears to be display nothing. And or the issue is the Hit [ESC] fake mailer (Bot check) at initial connect. It happens after hitting escape twice and appears to happen more if the [ESC] has any length of pause between the first and second key press. I would think the only thing that would abort (or should) an ansi file from displaying would be the space bar, and only if that has not been disabled with an MCI code? This is also per instruction from a dev to place them in /wwiv/menus/wwiv/gfiles

@ericpareja
Copy link
Contributor

Do you still have a welcome.ans file?

This is the fallback if the randomfile display doesn't work.

This is in bbs/lilo.cpp GetAnsiStatusAndShowWelcomeScreen()

if (!bout.printfile_random(WELCOME_NOEXT)) {
  bout.printfile(WELCOME_NOEXT);
}

@the-godfather-007
Copy link
Author

If I use a welcome.ans at all (within directory /wwiv/gfiles or /wwiv/menus/wwiv/gfiles) it ONLY displays welcome.ans. The random only appears to work IF the .ans extension is missing. Therefore, without, yes, the fall back is nothing.

@ericpareja ericpareja self-assigned this Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants