Page 17 of 44

Re: Intrepid Izzy

Posted: Fri Apr 12, 2019 5:17 am
by segata sanshiro
Roel wrote:At least I have some financial stability now

Good to hear man, we're rooting for Izzy!

Re: Intrepid Izzy

Posted: Thu May 30, 2019 2:59 am
by bramenjam
Do't forget to check out the latest update for Intrepid Izzy: https://www.kickstarter.com/projects/se ... ts/2520905

It includes a number of Dreamcast screenshots!

00001970.png
00000332.png
00000142.png
00000083.png
00000014.png

Re: Intrepid Izzy

Posted: Thu May 30, 2019 9:03 am
by Sega1Dream
Izzy is so pretty... :shock:

Great work on the game thus far guys. Look forward to future updates and of course the completed. By far my most anticipated game for Dreamcast, for the past 18 years :D

Re: Intrepid Izzy

Posted: Fri May 31, 2019 6:44 am
by segata sanshiro
Sega1Dream wrote:By far my most anticipated game for Dreamcast, for the past 18 years :D

Yep!

Re: Intrepid Izzy

Posted: Fri May 31, 2019 8:07 am
by Ivan Guber
Game looks amazing!

Re: Intrepid Izzy

Posted: Fri May 31, 2019 1:06 pm
by FlorreW
Gorgeous <3

Re: Intrepid Izzy

Posted: Wed Jul 03, 2019 1:18 pm
by Dakangel
Hi. is there any news about the game release or new video?
If is still in development can I make a request to the console version? Whould you can add an anamorphic video mode to the dreamcast version to match the original HD vision you have in mind?
I made an example of how it would be, using one of your images from the hd version:

640x480 horizontal aspect ratio squashed (800x480 anamorphed version) with cropped bottom to match the dreamcast output resolution.

Image

640x480 wide screen expanded to the correct 800x480 aspect ratio (how it should look really).

Image

The original image that I took from your site which is at 1600x1080 (50% reduced at 800x540) with the bottom uncropped.

Image

I hope you find it useful, continue with your very excellent work, we want your great adventure to go on sale.

Re: Intrepid Izzy

Posted: Wed Jul 03, 2019 2:22 pm
by Anthony817
Honestly I don't know why all modern developers for DC don't include anamorphic widescreen options.

Re: Intrepid Izzy

Posted: Wed Jul 03, 2019 3:32 pm
by Roel
Anthony817 wrote:Honestly I don't know why all modern developers for DC don't include anamorphic widescreen options.


Then prepare to learn something now! ;)

While anamorphic widescreen is usually dead simple to add to 3D games simply by changing one or two values of the projection matrix (the "camera"), this does not necessarily apply to 2D games. Many 2D games don't have a projection matrix or scale setting at all.

Secondly, 2D games are often programmed with the assumption that sprites and/or tiles will always be drawn at integer positions. Scaling the coordinates by a non-integer value can cause the output to appear jagged or blurry, introduce (flickering) gaps between tiles, and/or cause an undesirable undulating effect to all the graphics when they move across the screen.

In the case of Intrepid Izzy, there is a "camera" with independent width and height settings, so it is possible to remap the coordinates to achieve the anamorphic effect. But the result will look quite bad on account of the effects mentioned in my second point.

To get around this I have experimented with custom resolutions, attempting to create a true widescreen output signal (ideally something close to 720x400). However this has proved to be very difficult and caused syncing problems on both the TV and the DC. It would be cool to have though, so maybe I will try again later.

In any case, Intrepid Izzy will have a widescreen option - at the very least one for letterboxed 640x360.

Re: Intrepid Izzy

Posted: Wed Jul 03, 2019 4:30 pm
by Anthony817
Thanks for the explanation Roel! I do also remember that japanese_cake mentioned he would have to do some stretching or doubling of pixels to get Last blade 2 Dreamcast port working correctly in 480p resolution since it was a 240p game as well, so I guess that also would bare some similarities to widescreen hacking.

Also I guess it makes more sense most Indie DC games aren't made for widescreen in the first place because they aren't 3D to begin with. Most have been 2D since the beginning with a few exceptions.