Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > CSDb Discussions > What is PETSCII - A guide for compo orgas
2024-10-07 19:19
4gentE

Registered: Mar 2021
Posts: 203
What is PETSCII - A guide for compo orgas

Lately, We've seen several cases of releases that don't adhere to PETSCII standard being entered into compos. Examples are: 11th place at Revision 2024 Textmode Graphics compo called "U-MOD3L", 4th place at Deadline 2024 Textmode Graphics compo called "Depth Logo with Obligatory Skull & Blood" and 2nd place at Xenium 2024 ASCII/ANSI/PETSCII compo called "Fantastic 4 Cracking Group logo".

The first mentioned example uses a custom character set instead of standard PETSCII. The second and third mentioned examples use multiple background colors and a custom combination of both "upper" and "lower" PETSCII character sets which is not possible in standard PETSCII.

Several PETSCII editors/paint programs out there allow for this faux/"fantasy" modes by untying the newcomer authors from original hardware restrictions. Some of them churn out C64 executables that utilize either normal character mode but with custom character set defined and written along with the displayer, ECM mode again with custom character set being written in the prg file, or downright hires bitmap mode (which is way out of even most lenient definition of "textmode graphics"). This furtherly confuses both newcomer authors and compo orgas because it leaves them under false impression that the file is compliant with standard PETSCII.

The shortest possible definition of PETSCII would be: if a picture can be recreated by using BASIC to print it on the screen (thx Groepaz) then it's a PETSCII. Or, if you can recreate it with no commands whatsoever (other than 2 POKEs for border/paper colors), by physically using cursor keys and the rest of the C64 keyboard Raquel Meyers style then it's a PETSCII for sure. I know compo orgas can't go writing BASIC programs or playing around with a real C64. Therefore I've attached a precise PETSCII specification at the bottom of this text. The origin of this specification is Shine's PETSCII World Discord server and the author is wbochar (a PETSCII artist and coder/maintainer of Petmate). Now, I'm aware that orgas can't reprint all this text when organizing a compo, but if they read and understand it, I'm sure they can distill the gist of it into something shorter that fits their needs. As long as they themselves are aware of the precise definition. Additionally, if future orgas are not sure about a specific entry, they can always contact Shine's PETSCII World on Discord or X, as the place is inhabited by nice people ready to help.

=======================================================================

Single Frame 'standard' PETSCII in PRG format

1. Uses built in character rom, UPPER or LOWER case (no mixing or flipping between cases).
2. No relocating ROM's, soft/custom roms, or copied ROM's.
3. petscii/data in standard (for that machine) screen and color memory area (if there is a color area)
4. Frame size is the default character editor dimensions for that platform (c64: 40x25 chars)
5. static background and border color (if that machine has that)
6. loops showing the picture (ie "jmp *")
7. No sprites, music, splits. rasterbars or other code manipulating the system. If you have to clarify something else thats legal, then assume No.
8. Auto starts from basic

So basically the PRG (program) on c64 just loads the screen chars and colors, sets the background, border and "pauses/loops" showing the pic.
Most of the time, I mean 99% we are talking about a c64 showing the petscii.
But technically, there are few platforms out there with their own distinct PETSCII/Colors/Frame implementations.
examples:
c64: 40x25 chars, 16 colors, background and border color.
PetX032: 40x25 or 80x25 chars, Mono Color (green/White), black background and no border color. There are multiple Char roms available for various pet versions..
vic20: 22x23 chars, Color is Fluid.., border 8 colors, background can have 16. The char roms are closer to the Pet than the c64
c128, c16... all have different color, screen size and rom differences..
So when you enter a compo or post a 'PETSCII' online.. we are usually talking about c64 40x25 chars.
If the compo has specific rules like "C64 Micro PETSCII 16x16 Mono Color" then override the values in the list above with the compo values.
Which means I can put 16 x 16 anywhere on the 40x25 screen with one color and choose another color for the Background, Border.
Any messing with the underlying char ROM's makes this a highres image that resembles a PETSCII, but is not a PETSCII.
The whole fun of this, is to work within the confines of PETSCII.
It's great to make art however you want to do it.. but if you want to call it a PETSCII image.. then those are the rules/guidelines.
There are many other formats that are PETSCII.. Wide and Long that scroll, animations, gfx demos. They all use the default charset/colors for that platform.
 
... 54 posts hidden. Click here to view all posts....
 
2024-10-09 15:34
MagerValp

Registered: Dec 2001
Posts: 1074
Whereas in the Amiga ASCII scene the use of custom fonts seem to be encouraged. Different platforms, different traditions.

But even if we standardize PETSCII as text mode and rom font only (aka can be printed from BASIC (which, again, I can do a shit ton of tricks in BASIC if that's your definition... :)), is that upper case or lower case? ECM allowed? What about scrolling? What about animation? And if you allow scrolling or animation, is it only BBS style printing or do you allow smooth scroll and animation frames or multiple pages? All of the above have been used in "proper" PETSCII compos.
2024-10-09 15:46
chatGPZ

Registered: Dec 2001
Posts: 11317
Quote:
Whereas in the Amiga ASCII scene the use of custom fonts seem to be encouraged.

Not really - the default is "Topaz" (Or an alternative one that is very similar). Nothing custom though.

Revision:
Quote:

Amiga ASCII : Will be shown using DMG’s Amiga fonts.


Evoke:
Quote:

PabloDraw’s built-in Topaz font will be used for displaying Amiga style ASCII.


Nordlicht:
Quote:

Amiga ASCII’s will use the built-in topaz font for displaying


Deadline:
Quote:

Amiga ASCII/ANSI can use any font supported by AnsiLove; the default is “topaz”.
2024-10-09 15:50
chatGPZ

Registered: Dec 2001
Posts: 11317
Quote:
But even if we standardize PETSCII as text mode and rom font only (aka can be printed from BASIC (which, again, I can do a shit ton of tricks in BASIC if that's your definition... :)), is that upper case or lower case? ECM allowed? What about scrolling? What about animation? And if you allow scrolling or animation, is it only BBS style printing or do you allow smooth scroll and animation frames or multiple pages? All of the above have been used in "proper" PETSCII compos.

Pretty much all compos have had a "no animations" rule since forever. Some have "one screen" now to eliminate the converted mega large ANSI stuff that became popular in the past years.

That said, having to deliver the pictures as .seq files - very similar to the requirement for PC or Amiga - would solve pretty much all problems outlines here.
2024-10-09 15:58
4gentE

Registered: Mar 2021
Posts: 203
Quote:
But even if we standardize PETSCII as text mode and rom font only

IF we standardize? I thought it was standardized already. Why don’t we look at ALL (that’s 100%) PETSCII entries at CSDb. They all are text mode and rom font only. Some are taller, like 40x50 or something. That looks as an established standard to me. “Lowercase or uppercase”? What? Either. As in ONE or ANOTHER. You know that atleast as well as me. Why are we playing these games? Who gains from this resistance to continued compliance to already existing standards? I don’t understand.
2024-10-09 16:08
MagerValp

Registered: Dec 2001
Posts: 1074
Quoting chatGPZ
Quote:
Whereas in the Amiga ASCII scene the use of custom fonts seem to be encouraged.

Not really - the default is "Topaz" (Or an alternative one that is very similar). Nothing custom though.

Well yes it's not anything goes, but it's definitely not just Topaz and only Topaz. As a bare minimum there's Kickstart 1.x and 2.x Topaz to deal with, but places like https://www.asciiarena.se default to mOsOul with MicroKnight and P0T-NOoDLE as options.

So if we're talking about multi platform text mode compos, even a rule such as ROM font only becomes tricky.
2024-10-09 16:08
wbochar

Registered: May 2002
Posts: 28
@MagerValp:
Standard PETSCII is whatever the basic/screen editor supports for that unmodified platform. It's a static image. If you were entering in basic on a c64.. you poke the 2 colours for BG/Border then use the screen editor to create the image. C= + Shift switches the Uppercase/lowercase mode. That's what is meant when using basic to enter a PETSCII.
Sure you can have other types of PETSCII variant images out there, like there are in other image categories. But there is always a base version of the format. That is what being discussed here.
@chatGPZ: SEQ file as part of the submission, like a work stage. I would submit a PRG for the ease of the compo and an seq as a work proof. It would also help new people to validate their work against their tools.
2024-10-09 16:13
MagerValp

Registered: Dec 2001
Posts: 1074
Quoting 4gentE

IF we standardize? I thought it was standardized already. Why don’t we look at ALL (that’s 100%) PETSCII entries at CSDb.

Yes, CSDb has a fairly clear standard of what PETSCII is, but aren't you talking about multi platform text mode compos?

CSDb's definition makes perfect sense for a pure C64 PETSCII compo, but it isn't necessarily the best option for a multi platform compo.

This is fine.
2024-10-09 16:19
4gentE

Registered: Mar 2021
Posts: 203
Quote:
So if we're talking about multi platform text mode compos, even a rule such as ROM font only becomes tricky.

As I’ve been told, in Deadline’s multi platform text mode compo, there were rules exclusive to each format. For example, PETSCII was limited to 40x25 while for Amiga multiscreen was allowed. It’s similar at other parties. I’m not suggesting this is either a good or a bad solution, I just want to say that the problem described in the quote is thus not a problem at all. Or, to be precise, it’s not a newly introduced problem.
2024-10-09 16:21
MagerValp

Registered: Dec 2001
Posts: 1074
Quoting wbochar
Standard PETSCII is whatever the basic/screen editor supports for that unmodified platform. It's a static image. If you were entering in basic on a c64.. you poke the 2 colours for BG/Border then use the screen editor to create the image. C= + Shift switches the Uppercase/lowercase mode. That's what is meant when using basic to enter a PETSCII.

That's an inadequate or at least incomplete definition for the TED machines. The 121 colors are only available by directly poking color ram. Printing or typing only gives you a 16 color subset of the palette.
2024-10-09 16:22
chatGPZ

Registered: Dec 2001
Posts: 11317
Quote:
@chatGPZ: SEQ file as part of the submission, like a work stage. I would submit a PRG for the ease of the compo and an seq as a work proof. It would also help new people to validate their work against their tools.

For the ease of the compo, some (pc based) viewer could be used that supports them - just like it is usually done for PC or Amiga. Having to deal with native executables actually makes it more annoying for the organizers.
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
anonym/padua
hedning/G★P
Sychamis
REBEL 1/HF
Guests online: 106
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Mojo  (9.6)
6 Uncensored  (9.6)
7 Wonderland XIV  (9.6)
8 Comaland 100%  (9.6)
9 No Bounds  (9.6)
10 Unboxed  (9.5)
Top onefile Demos
1 Layers  (9.6)
2 Party Elk 2  (9.6)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.6)
5 Libertongo  (9.5)
6 Rainbow Connection  (9.5)
7 It's More Fun to Com..  (9.5)
8 Moving Balls  (9.5)
9 Morph  (9.5)
10 Dawnfall V1.1  (9.5)
Top Groups
1 Booze Design  (9.3)
2 Oxyron  (9.3)
3 Performers  (9.3)
4 Nostalgia  (9.3)
5 Censor Design  (9.3)
Top Logo Graphicians
1 Sander  (9.8)
2 Mermaid  (9.5)
3 Facet  (9.4)
4 Shine  (9.4)
5 Pal  (9.4)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.241 sec.