0 Members and 1 Guest are viewing this topic.
Do you know what the word "Hobby" means? I work on a executive position in a large US financial IT services company. My cost per hour is considerably high. In my (-very few-) free time, last year, I converted some asm z80 games from Coleco Vision and Sega sg-1000 to MSX. It consumed me a huge amount of dedication. And I released all of them entirely for free. I'm a communist? Everytime you go fishing you try to sell the fish you capture? Everytime you go hunting you try to sell the meat? Everytime you go drive a go-kart you try to find a sponsor?
Doing isometric tile scrolling requires transparent blitting ability for the blitter. The blitter has very, VERY poor performance doing transparent blits. We'd need a CPU-blit routine like GameSmith used.Fullscreen zooming often requires chunky-pixel graphics. Alpha-blending for fog requires chunky-pixel graphics at the very least (if not hardware accelerated alpha), AGA sprites aren't that wide (only 64-pixels maximum and 16 colors shared between them), parallax requires dual-playfield mode (which limits the display to 15 foreground and 16 background colors), and HAM8 doesn't support horizontal scrolling (if you try it gives you weird color fringes at the edges).4-color sprites are more numerous than 16-color sprites. Doing chunky-to-HAM8 requires at least a PowerPC accelerator. Doing 640x480 with sprites requires interlaced sprite support which is not available in AmigaOS 3.9 or earlier.Almost all of the special effects you have named would work better on a graphics card than on AGA or would require a 500+ MHz PowerPC to implement. IMHO, if you need a 500+ MHz machine to implement those features, you're better off using something other than an Amiga.