Slashdot Mirror


Is This the End of Splitscreen Multiplayer, Or the Start of Its Rebirth?

An anonymous reader writes "A new history of splitscreen multiplayer looks at how the phenomenon went from arcade necessity to console selling point, and eventually evolved into today's online multiplayer networks like Xbox Live. The article digs up some surprising anecdotes along the way — like the fact that the seminal Goldeneye N64 deathmatch mode was very much an afterthought, given to a trainee who needed something to do. It's also interesting to think about where it's going in the future, with 4k displays on the horizon and handheld screens making inroads to living room gaming. 'I think you’ll see innovations this year that let people use their TV and mobile device in very interesting ways,' says Wipeout creator Nick Burcombe. 'It doesn't even need to be complex to recapture that social aspect – it just needs to involve more than one person in the same room. ‘Second Screen’ gaming could be multiplayer-based for sure, but it can also be used for new gameplay mechanics in single player too.'"

7 of 126 comments (clear)

  1. The social interaction is HUGE by hubie · · Score: 4, Informative

    I agree that it is a whole lot more fun, even if you only have two people, to have them in the same room. You get that whole extra level of trash talking, finger gesturing, head slapping, etc. that you can't get over a headset. This is especially true on something like the Wii where you have multiple people either on the same screen (like the Mario games), or in a split screens (like in Wii Sports). Plus, it is just nice to have a multiplayer mode where you don't need to connect to an online server.

  2. I can kinda see it by Anrego · · Score: 4, Insightful

    I have really fond memories of playing C&C at my friends house on PS1 via link cable, as well as a variety of other games that we played via split screen (I even remember some being 4 screen using a "multitap").

    Maybe it's just nostalgia talking, but there's definitely something about being in the same room as the people you are playing with/against, and proper lan parties are a pain.

  3. This whole thing seems like an ad for the Wii U by DeanCubed · · Score: 3, Insightful

    While pretending like the Wii U doesn't exist. Yes, I'm sure 2014 will be the year where having a second screen off the TV is a gaming essential for the next generation of gamers. Unlike 2012/2013 when everyone hated that idea and thought Nintendo was stupid for trying it.

    --
    Born to Play
    1. Re:This whole thing seems like an ad for the Wii U by Jason+Levine · · Score: 3, Interesting

      We have the WiiU and love their "tablet" screen. Split screens can often be confusing (being distracted by another player's screen portion and missing something on your screen portion). As a bonus, the tablet screen means that I can play a game (with headphones on or sound off) while my wife watches TV.

      The only thing I'd do to improve the WiiU would be to allow for multiple "tablets". Right now, they only allow for one tablet. All other controllers must be classic Wii controllers (or other supported non-tablet-controllers). It would be great to have two (or more) people playing on tablets, seeing just what they need to see, and either not needing the TV at all or using the TV as some kind of "group view" screen. For example, in a Mario Kart-type game, show each person their own cart's view on their tablets and use the TV for a top-down view of where racers are as well as the current race rankings (1st, 2nd, 3rd, etc).

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
  4. networking gaming is anti-social by BitZtream · · Score: 5, Insightful

    Okay, not really. But I was just lamenting last night how because of Xbox live/PSN, people don't get together to game as much.

    In the dreamcast/early xbox days, my friends and I would get together at one of our houses (all young adults without real adult responsibilities yet other than feeding ourselves and paying the rent) and play games all the time. A couple at a time on the couch playing while the others in the group joked, watched, BSed and did other things. My wife participated in the discussion of those games even though she never played, just because of the environment.

    Now, its net games and while 2 of us may talk about it, the 6 or so of our little click no longer has the conversation we once had. People not playing the game are simply not part of the game. And yes, my wife could pull up a console/laptop and 'watch' me play ... but thats pretty lame.

    The fun part of gaming to me was when my friends and I got together, same physical location, and played. It was really just like board games. Something cool would happen, like a cool trick in Tony Hawk, or that really smooth Top Gun like 'put on the brakes and he'll fly right by me' move you pulled off in Descent, and everyone, winner, loser, and non-players would get excited. It was like a mini sporting event.

    Hell, even finding out why you just not beat one of your friends time after time is because he kept looking at your half of the screen was 'fun' as you all laughed about it afterwords. Wall-hacks don't have the same pleasure after the fact when it comes out.

    You don't get any of that with net gaming. Don't get me wrong, I LOVE net games, but split screen, 5-6 of your friends sitting on the couch TOGETHER playing ... THEN eating together or something ... You don't see that anymore and that was just freaking awesome.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  5. Lower detail by tepples · · Score: 4, Informative

    On the same device
    * Needs a powerful GPU

    How so? Split-screen in a racing game or first-person shooter can use lower-detail meshes and lower-detail textures: four 960x540 pixel windows on a 1080p screen or four 1080p windows on a 4K screen. And because the pixel count remains constant, you can use the same pixel shaders to keep the same fill rate. Besides, not all same-screen multiplayer is split-screen. Fighting games, cooperative platformers, and shmups, for example, put 2 to 4 players' characters in one view.

    1. Re:Lower detail by Bacon+Bits · · Score: 3, Insightful

      GP is right, but for the wrong reasons. It's not because the number of pixels increases. A screen has the same number of pixels whether it's a single scene or multiple.

      The simple answer is because you have two (or more) cameras, and thus, must fully render two separate scenes. That means chewing through your rendering equation twice. Even if the individual scenes are smaller and less detailed, you still have to determine what objects look like from completely different angles, and that means you have to repeat a lot of the work. This is why you see so many games (Halo 4, Minecraft, Serious Sam 3) that have problems with split-screen multiplayer. Even though the resulting scenes have significantly smaller resolutions and significantly reduced detail, you still have to do much of the same work to produce each smaller scene before you start filling the frame buffers.

      --
      The road to tyranny has always been paved with claims of necessity.