Closed ssshake closed 2 years ago
Hi. It's not so simple: all graphics you did are PETSCII-only. I have in plans to extend the possibility of ANSI BBS, I've just to have time to do it :)
On Thu, Jul 2, 2020 at 6:32 PM Richard Bettridge notifications@github.com wrote:
I would like to open up the BBS I built upon your framework to the PC world, which means it needs to support ANSI instead of PETSCII (or that is my understanding).
Can you help me with this? Could you tell me what needs to be done to support this?
Is it just a matter of swapping a character map and color palette?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sblendorio/petscii-bbs/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQFJHIFU7LNTE5SFD5DUXTRZSZA5ANCNFSM4OPBWEPA .
-- Francesco Sblendorio http://fsblendorio.blogspot.com http://www.sblendorio.eu
What if I dropped all of the graphics for now and just wanted to print my strings in ansi? And accept input in ansi.
Hi @ssshake .... Now there is the class "AsciiThread" (use this instead of PetsciiThread) to output in pure ASCII :)
Closing the issue
I would like to open up the BBS I built upon your framework to the PC world, which means it needs to support ANSI instead of PETSCII (or that is my understanding).
Can you help me with this? Could you tell me what needs to be done to support this?
Is it just a matter of swapping a character map and color palette?