Thursday, July 17, 2008

Super CPU ideas....

Theres been several comments on the last post so let me go through them here...

First parallax scrollers. Games that have done these in the past have been limited to character blocks to do it's parallax effects and these have worked pretty well for the most part, but perhaps if you actually MASKED a full bitmap onto another you could produce something pretty special looking. Of course doing this would negate the use of the full attibutes as you would get colour clash... still dual playfields is always nice. You COULD stick to doing character based parallax and do a full bitmap scroller which would look pretty good, but not THAT much different from a stock C64 game using characters i suspect. This is what MetalDust does (I think) and its...okay... but we've come to expect games doing that kind of parallax.

Sprites. Now its true that anything I do I'll immediately load it up with as many software sprites as I can, and that I expect the screen to be crawling with baddies+effects. C64 games do this usually with lots of cheats, but if you can draw large sprites, you can push the boat out a little. However these will obviously suffer from colour clash again, which is never good. I suspect that if I arrange the bitmap better (straight rows rather than the funny character mode way) I can seriously increase the number of sprites I can actually draw. I'd then convert the screen on the fly as its copied down the VIC memory. Since the SuperCPU has a 1 byte write cache that gives me 20 cycles to get the next byte, and thats more than enough to convert the straight row format into the silly Commodore one. Of course on top of that, I now have 16bit registers allowing me to load and mask things on better, and upto 4Mb RAM (although mine has 16Mb, I think 4Mb is a good limit - anyone have less?) allowing me to pre-rotate everything at the start.

Now its also been suggested that you could do a full PROPER Lemmings game, and this is also true. You wouldn't be able to get the lemmings as the blue/white/green we all now and love, but a full white would be possible. In fact the best way (and to avoid colour clash) would be to use the full bitmap mode for the backgrounds and multiplex Hires-expanded sprites (on X at least) for the lemmings. That would have MCM resolution but it hires. Thats doable and gives a full dual playfield for drawing sprites + explsions easily. Not only that but because the SuperCPU can quickly multiplex sprites, you're only going to lose a few scanlines making this new playfield. On top of that... It only takes 7 sprites to do the playfield, leaving 1 hardware sprite for the cursor! Using the Commodore mouse you could finally replicate the proper lemmings game on the C64 - complete with the full 100 lemmings!

Lastly.... I suspect this will become a pet project and would be the ULTIMATE game for a SuperCPU, as theres no WAY a stock machine could even hope to do it.... GTA. Yup, I've been giving it some thought, and I think I could replicate the graphics engine I did on GTA1 on the SuperCPU. Im not sure I'd zoom in and out in the same way, but I think I can certainly do the perspective buildings... They may or may not be textured though... that Might be asking too much, but you would certainly get the effect GTA had of zooming around a 3D city... now that WOULD be cool....

2 comments:

Anonymous said...

Hi Mike,

As for how much memory most SCPU owners have, I don't know anyone with less than 16Mb to be honest, except for myself and that's my spare unit with 4Mb loaded on it. My main unit is fully loaded. Okay, I don't know everyone who owns a SuperCPU, but I know everyone who has one in the UK as far as I can tell, a few people on the continent and a couple of people in the Americas.

As a note, CMD sold somewhere around the 2,000 mark from what I can gather and depending on who you ask. That number would be higher if they were still available, of course.

And, what to do with it? Hmm...

All of the above please :-P though Lemmings is appealing to me as I like that game a lot. Seeing it on a Commodore - even with the extra processing speed, will be something special.

Regards,

Shaun.

Mike said...

Im not sure Lemmings would be such a huge leap from the old C64 version, and although the extra speed would be welcome (along with the extra lemmings) its not going to be a huge jump in experiance.

I think you'll also miss the proper lemmings colours (white/blue/gree) as this version would probably only have white lemmings to avoid colour clash.

Still, it'll be fun, and if I can get the MMC loader working, it would be pretty neat - and quick loading! (which WOULD make a change)