arcade ports with different resoultions

A place for your artistic side. Discuss techniques and tools for pixel art on the NES, GBC, or similar platforms.

Moderator: Moderators

Post Reply
psycopathicteen
Posts: 3140
Joined: Wed May 19, 2010 6:12 pm

arcade ports with different resoultions

Post by psycopathicteen »

This would be an interesting topic that hasn't been discussed much. How were graphics downscaled in arcade to home conversions.
tepples
Posts: 22705
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

In some cases, poorly. See "Mario's Shame, Early Home Ports" on this page.
psycopathicteen
Posts: 3140
Joined: Wed May 19, 2010 6:12 pm

Post by psycopathicteen »

I meant like Street Fighter 2 going from it's 384x224 resolution down to 256x224, without messing up the tile grid.
tepples
Posts: 22705
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

Fighting game sprites themselves were often resized down from hand-drawn animation cels, using high-quality scaling algorithms, and then had outline effects (aka "selout") applied.
Last edited by tepples on Sat May 14, 2011 5:28 pm, edited 1 time in total.
Shiru
Posts: 1161
Joined: Sat Jan 23, 2010 11:41 pm

Post by Shiru »

It often wasn't scaled down, actually, but remade from scratch, both graphics and gameplay, to make just something that would resemble the original.

I recall that I've read in some old computer mags that devs of ports of arcade hits to home computers often had nothing but the access to the arcade unit to work with, and sometimes it was just video recording of the gameplay. No source code, design docs, etc. Sometimes video recording was used to get the original graphics as base to draw on.
Last edited by Shiru on Sat May 14, 2011 6:25 pm, edited 1 time in total.
User avatar
qbradq
Posts: 972
Joined: Wed Oct 15, 2008 11:50 am

Post by qbradq »

Some fighting game ports (Super Street Fighter series, IIRC) did not scale down the graphics. Instead they kept the original graphics and panned around the screen as needed, making the characters take up proportionally more of the screen.
User avatar
Bregalad
Posts: 8055
Joined: Fri Nov 12, 2004 2:49 pm
Location: Divonne-les-bains, France

Post by Bregalad »

This is the main reason I've given up doing both C64 and NES versions of the same game.
It would be SOOO hard to downscale everything to fit C64's inferior graphics that it would be a major headache for every single thing from sprites to background.
Useless, lumbering half-wits don't scare us.
mkwong98
Posts: 282
Joined: Mon May 30, 2011 9:01 pm

Post by mkwong98 »

I think Konami did very well when porting Contra, Super Contra and Gradius II. You can see how much effort they put into Contra and Super Contra, they are very different from the arcade.
LocalH
Posts: 186
Joined: Thu Mar 02, 2006 12:30 pm

Post by LocalH »

They did well when porting Contra to some systems, but go check out the C64 version (or heaven forbid, the DOS version). Other games were the same way, check the various non-NES Castlevania ports, most of them suck.
User avatar
MottZilla
Posts: 2837
Joined: Wed Dec 06, 2006 8:18 pm

Post by MottZilla »

qbradq wrote:Some fighting game ports (Super Street Fighter series, IIRC) did not scale down the graphics. Instead they kept the original graphics and panned around the screen as needed, making the characters take up proportionally more of the screen.
What port was this? On PS1 and Sega Saturn they did not scale the graphics or anything like that. But on SNES and Genesis the graphics were not the same as the arcade due to the 256x224 resolution which was not only used because SNES was limited to it (Genesis could do 320 width) but also because it takes less cartridge memory to store the "scaled down" graphics. I think it's wrong to assume they ran it through a program and scaled the graphics down. They just took the source art and redid it for the 256x224 screen space of the 16bit consoles. And it turned out very well. Also PC-Engine/Turbografx uses the same graphics, the same resolution, even though the console could actually run in the native Arcade resolution or atleast one more similar to the 32bit console ports. But it didn't as the larger graphics would again require much more memory to store.
psycopathicteen
Posts: 3140
Joined: Wed May 19, 2010 6:12 pm

Post by psycopathicteen »

MottZilla wrote:
qbradq wrote:Some fighting game ports (Super Street Fighter series, IIRC) did not scale down the graphics. Instead they kept the original graphics and panned around the screen as needed, making the characters take up proportionally more of the screen.
What port was this? On PS1 and Sega Saturn they did not scale the graphics or anything like that. But on SNES and Genesis the graphics were not the same as the arcade due to the 256x224 resolution which was not only used because SNES was limited to it (Genesis could do 320 width) but also because it takes less cartridge memory to store the "scaled down" graphics. I think it's wrong to assume they ran it through a program and scaled the graphics down. They just took the source art and redid it for the 256x224 screen space of the 16bit consoles. And it turned out very well. Also PC-Engine/Turbografx uses the same graphics, the same resolution, even though the console could actually run in the native Arcade resolution or atleast one more similar to the 32bit console ports. But it didn't as the larger graphics would again require much more memory to store.
They might've used a scaled down version as a reference when redrawing the background and characters.
Post Reply