Jump to content
IGNORED

Weird question about screwing up the playfield on purpose


Random Terrain

Recommended Posts

I've done some strange things on other computers while playing around that caused the graphics to be screwed up and I used it as an effect.

 

Is there a way to screw up the playfield pixels so they no longer look like smooth blocks (each playfield pixel would look like it is made up of scrambled crap)?

 

 

Thanks.

Link to comment
Share on other sites

I've done some strange things on other computers while playing around that caused the graphics to be screwed up and I used it as an effect.

 

Is there a way to screw up the playfield pixels so they no longer look like smooth blocks (each playfield pixel would look like it is made up of scrambled crap)?

 

 

Thanks.

Anything that causes the kernel to take an extra cycle would have that effect. There are several ways to do this, but probably the easiest is to define a player object, position it onscreen then change its pointer to something that will cause an extra cycle in the kernel, for example: player0pointer=255. bB's kernel is somewhat tolerant of such things, as they normally won't cause extra scanlines in the frame unless the distortion is really bad.

Link to comment
Share on other sites

Anything that causes the kernel to take an extra cycle would have that effect. There are several ways to do this, but probably the easiest is to define a player object, position it onscreen then change its pointer to something that will cause an extra cycle in the kernel, for example: player0pointer=255. bB's kernel is somewhat tolerant of such things, as they normally won't cause extra scanlines in the frame unless the distortion is really bad.

Thanks. That seems to be working, but is there a way to do it without wasting a sprite? I'd love to mangle those playfield pixels and keep my sprites.

Link to comment
Share on other sites

Anything that causes the kernel to take an extra cycle would have that effect. There are several ways to do this, but probably the easiest is to define a player object, position it onscreen then change its pointer to something that will cause an extra cycle in the kernel, for example: player0pointer=255. bB's kernel is somewhat tolerant of such things, as they normally won't cause extra scanlines in the frame unless the distortion is really bad.

Thanks. That seems to be working, but is there a way to do it without wasting a sprite? I'd love to mangle those playfield pixels and keep my sprites.

The only way I can think of is to use the pfcolors kernel option and set pfcolortable=255 or a smaller value if you don't want to distort the whole playfield. The only problem I see with this method is the actual playfield colors will be hard to predict, and are likely to be all zero (black) so a non-black background may be needed to see the playfield.

Link to comment
Share on other sites

The only way I can think of is to use the pfcolors kernel option and set pfcolortable=255 or a smaller value if you don't want to distort the whole playfield. The only problem I see with this method is the actual playfield colors will be hard to predict, and are likely to be all zero (black) so a non-black background may be needed to see the playfield.

Thanks. I'll see what kind of a mess I can make with that.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...