Sponsored By

Featured Blog | This community-written post highlights the best of what the game industry has to offer. Read more like it on the Game Developer Blogs.

Split-screens and widescreens.

A look at how split-screen modes have evolved with the advent of widescreen TVs, and what else could be done to improve them.

Radek Koncewicz, Blogger

June 20, 2010

4 Min Read

Split-screen modes in videogames are often pejoratively labeled as the "little brother" feature. I think the association was always there, but only recently has the term itself gained popularity.

With the advent of XBLA, PSN, etc., console gamers are playing multiplayer titles the same way their PC counterparts have been for years: online. Supporting both online and split-screen modes is not a trivial task, so the older brother -- much to the younger one's assumed chagrin -- ends up hogging the console. If a split-screen feature is present, though, both can enjoy the game at the same time, hence the "little brother" moniker.

Of course developing multiplayer games for a single screen has been around for ages. Shmups, puzzle games, rhythm titles, rail shooters, etc., often only require a single screen to accommodate all the participants. Other genres like scrolling beat-'em-ups or fighting games tend to lock or stretch the playing field to attain similar results. However, when a title requires a large physical separation between the players (such as in a racing game), console titles have generally relied on a split-screen approach.

gears_of_war_split_screen

It might look pretty (if a bit wide), but I didn't enjoy Gears of War's horizontal split-screen co-op.

Split-screens (especially with 3D games) are computationally expensive, so their implementation tends to be quite basic: each player gets his own personal rectangle of real-estate. In two-player games, this means dividing the screen into two portions with either a horizontal or a vertical line.

On older, squarish TVs neither the horizontal nor the vertical approach could really be that graceful, but the horizontal split became a de facto standard. It made sense since much like human vision, games were more horizontally oriented. It was the lesser of two evils.

With the rising popularity of co-op and the advent of widescreen HD TVs, though, I assumed this would change. My HD TV's picture-in-picture option allows me to vertically split the screen between two visual streams, and it works quite well. After all, 8:9 is a lot closer to 4:3 than 16:4.5. It's something developers have started to address -- despite the fact that many current games are designed for a 16:9 aspect ratio -- but split-screens still tend to be a bit of a mess.

splinter_cell_split_screen

I didn't know Splinter Cell: Conviction had a vertical split-screen co-op mode! I was going to wait a bit for its price to drop before picking it up, but now I'm tempted to get it just so I can play it with my roommate (hi Dave!).

To improve their implementation, I would suggest the following:

--- Provide an option for either a horizontal or a vertical split-screen mode. Automatically selecting one might seem user-friendly, but it's also a very divisive issue. Once split-screen is implemented, it should be relatively simple to support both modes, so why not let the player choose which one he prefers?

--- There's no rule that says 100% of the screen real-estate must be taken up by the players' viewports. This can often produce a warped and cropped appearance, so why not try to maintain correct aspect ratio (in either mode), and use the remaining space to display a minimap, the inventory, HUD components, etc.?

--- The major issue with vertical split-screens seems to be the lack of peripheral vision. It's a legitimate complaint, but one that also seems easy to address with a little bit of field-of-view tweaking. FPS games in particular have been reducing the FOV for quite a while now, and widening it for split-screen modes should be very simple to do.

Thoughts?

Radek Koncewicz is the CEO and creative lead of Incubator Games, and also runs the game design blog Significant-Bits.  

Read more about:

Featured Blogs
Daily news, dev blogs, and stories from Game Developer straight to your inbox

You May Also Like