| |
Sledge
Registered: Sep 2003 Posts: 103 |
Hires and Multicolor editor
Is there an editor that can use both hires and multicolor on the same screen? I mean, that can use different modes on each char?
/sledge |
|
| |
hollowman
Registered: Dec 2001 Posts: 475 |
if you want to do that, you have to use charsets
try ftp://ftp.scs-trc.net/pub/c64/Tools/Misc/Lepsi_Level_Sys.zip
|
| |
Radiant
Registered: Sep 2004 Posts: 640 |
Well, it's also possible to split the screen vertically into different video modes, though I guess that's common knowledge.
(Edit) Anyway, by doing that, you can use both hires & multicolor in the SAME char, unless I'm mistaken. ;-) |
| |
Cruzer
Registered: Dec 2001 Posts: 1051 |
Photoshop! |
| |
CyberBrain Administrator
Posts: 392 |
Quote: Well, it's also possible to split the screen vertically into different video modes, though I guess that's common knowledge.
(Edit) Anyway, by doing that, you can use both hires & multicolor in the SAME char, unless I'm mistaken. ;-)
I think you mean horizontally? I don't think it's possible to split vertically in the middle of a char, since 1 cycle corresponds to 1 char on the screen. Or? |
| |
Krill
Registered: Apr 2002 Posts: 3098 |
Cyberbrain: try $d016, bits 0-2 :D |
| |
CyberBrain Administrator
Posts: 392 |
Quote: Cyberbrain: try $d016, bits 0-2 :D
lol, i suck :D |
| |
Radiant
Registered: Sep 2004 Posts: 640 |
Quote: I think you mean horizontally? I don't think it's possible to split vertically in the middle of a char, since 1 cycle corresponds to 1 char on the screen. Or?
Doh, my bad. |
| |
Sledge
Registered: Sep 2003 Posts: 103 |
Quote: Well, it's also possible to split the screen vertically into different video modes, though I guess that's common knowledge.
(Edit) Anyway, by doing that, you can use both hires & multicolor in the SAME char, unless I'm mistaken. ;-)
Okay, I'll check it out.
But when you do charset you are limited to how big the picture can be, right? Unless I do repeated chars on the screen?
Hmm... perhaps it's a bad idea after all.
|
| |
Radiant
Registered: Sep 2004 Posts: 640 |
Quote: Okay, I'll check it out.
But when you do charset you are limited to how big the picture can be, right? Unless I do repeated chars on the screen?
Hmm... perhaps it's a bad idea after all.
Well, it should be possible to switch charsets during the screen, and thus covering the entire screen with different chars... Don't know if anyone has coded such an editor, though.
There is however a limitation in the colors, where two of the multicolors are the same for the entire pic, thus giving you only one unique color per char. This can of course also be altered during the screen update, but you will never have the same flexibility in colors as in multicolor bitmap mode. |
| |
hollowman
Registered: Dec 2001 Posts: 475 |
Quote: Well, it should be possible to switch charsets during the screen, and thus covering the entire screen with different chars... Don't know if anyone has coded such an editor, though.
There is however a limitation in the colors, where two of the multicolors are the same for the entire pic, thus giving you only one unique color per char. This can of course also be altered during the screen update, but you will never have the same flexibility in colors as in multicolor bitmap mode.
plus the limitation of what color that unique color can be.
but some games use the mix of hires and multicolor quite nicely |
... 4 posts hidden. Click here to view all posts.... |
Previous - 1 | 2 - Next |