[Game]Pokitto Grand Prix

I guess you can’t beat the original :P

Is Mode13 fast enough?
I would have thought 8bpp would be somewhat slower than 4bpp.

I got about 40 fps, so I suppose it is fast enough.

One suggestion for the ships. Shading could be so that they are viewed a bit more from the up angle. The viewing angle should be roughtly the same as with the road.

4bpp mode has 2 pixels packed into one byte and requires shifting and masking to read, which will be slower until @FManga implements the idea that any 2 pixel combinations can be addressed the same way in the unpacked palette.

1 Like

Thanks for textures. I will try those when I get back home.

1 Like

That would be easier to do if I could see what they look like in-game.
At the moment I can only guess.

I guess. My line of thought was that it would take roughly half the time to loop through half the number of screen buffer bytes, but then it depends how fast memory access and loop iterations are.

Right, after I come back home I will make a rom image where you can try it yourself.

1 Like

How much were you getting with mode 2? I’d expect mode 13 to be faster, but mostly because writing to an 8bpp framebuffer is much simpler.

I can test it when I come back from holiday.

2 Likes

There’s no rush.

If you think of any more graphics that would be good to have (e.g. HUD graphics, menu graphics) then let me know.

Since we’ve got 256 colours now, I might add some more colour to the existing sprites later to give them more depth.

Maybe the scenery above the horisont: A city outline or mountains? And the sky with clouds? A Mars scenery with double moons? I am a bit tempted to continue the Mars themed saga, but you have artistic freedom to do what motivates you most :slight_smile:

Just make it somehow repeatable to save rom.

1 Like

How big would the sky/horizon be?
In all your examples so far the road has taken up the whole screen.

I trust in the big N in this case. You can scale the F-Zero screenshot image in the top post to the Pokitto screen size.

1 Like

I’m not done yet, but so far I’ve got this as a template:

Blue is the sky, light grey is the road, dark grey is the cityscape between the road and the sky.

And here’s the WIP version of the first sky tile.
I intend to correct the colours and shade the clouds, sky and buildings properly:

And to prove that it tiles:

5 Likes

I was busy yesterday, but today I found time to shade the skyline tile:

Later on I may need to move the shading up a bit more, lessen the darker tones, add some ‘waviness’ or maybe add more features to the lower city, but I think it will suffice for now.

I’m quite proud of the clouds - I think they have a real sense of depth.

Here’s the colour palette:

5 Likes

Looks nice! I am excited to see how it looks when I put all the new graphics together!

2 Likes

looked at f-zero sprite sheet so i made these to do the rotation , sorry for using a different pallet
wasnt sure if the ditherd version was any good so i also mad a flat one

alt

pallet:

just slapped together some shapes in blender and animated it so if you needed more just edit that, but after that you still want to manually edit the sprites
fzero.blend.zip (145.7 KB)

6 Likes

Thanks, that is very colorful! Let’s see how it looks on Pokitto screen, when I come back from the summer cottage.

2 Likes

Bah, that’s cheating :P

More importantly, they’re larger than 22x13, so they’d probably need to be scaled down.


That said, if throwing 3D models together in Blender is a preferred approach, I can use Blender:

1 Like

Looks awesome!

6 Likes

Mode2: 37 FPS
Mode13: 42 FPS

I used in both modes the same 8-bit texture data.

1 Like