tschak909 #1 Posted December 31, 2016 Hello all, am in the process of making a very large, multi-frontend BBS, and I stumbled on CCGMS, and am wondering: * Is the Graphics Terminal compatible with other C64 terminal programs? * What programs can I use to draw screens for it, etc? Is it worth supporting? -Thom Quote Share this post Link to post Share on other sites
+SpiceWare #2 Posted December 31, 2016 Not familiar with CCGMS so I'm not sure if what you're asking is what I'm answering All the Commodore boards I called supported* the use of PETSCII so the character graphics, color, cursor control, etc. could all be transmitted. It was common to have a "movies" section that contained things like this: I never created any of those myself so I don't know what tools were used. The Commodore BBS/term software I wrote supported all that, plus some additional features like music, joystick control, redefinable fonts, sprite support, etc. A friend of mine ran a BBS on his Atari, which did similar things with their graphic characters (though it was just monochrome) so I also added ATASCII support to my terminal program for the 64/128. My BBS was written in BASIC, with a machine language intercepter than moved any modem input into the keyboard buffer, and any screen output was cloned into modem output (with ASCII conversion if required). Files on the disks held the menus, messages, email, "movies", etc. while things that seldom changed like the prompts where just BASIC PRINT statements in the program. * They also supported an ASCII for non-Commodore callers, Quote Share this post Link to post Share on other sites
tschak909 #3 Posted December 31, 2016 So pretty much a mirror of ATASCII, with color. That's what I was hoping. -Thom Quote Share this post Link to post Share on other sites