Slashdot Mirror


What if Game Graphics Never Aged?

An anonymous reader writes "If you've heard of Procedural Synthesis, you already think it's amazing. It's been used to create some extraordinary visuals in tiny packages, like .kkrieger, which is less than 96 Kilobytes big but still has graphics that look like like a modern PC title. Beyond that, there's even more that Procedural Synthesis might be able to do; what if your old video games never aged, never looked out-of-date? Imagine putting Halo 2 into your Xbox 360 only to have it automatically upgraded to look like Halo 3 in graphical quality. This article examines the unexpected way that Procedural Synthesis might impact gaming in the generation after the Xbox 360, PS3, and Nintendo Wii."

13 of 398 comments (clear)

  1. My graphics haven't aged... by suggsjc · · Score: 5, Insightful

    Super Mario Brothers, Duck Hunt and Rad Racer still look just as awesome as the day I first got them!

    --
    When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
  2. Speed by everphilski · · Score: 4, Insightful

    Why don't we see this more often in all games?

    Speed. Running algorithms to generate every damn thing takes a lot more processor time than loading a pre-rendered object file. Disk space is dirt cheap compared to processor cycles, so the appropriate trade study is made....

  3. Re:Disposable Games Vs Design Patterns by telbij · · Score: 4, Insightful

    Why don't we see this more often in all games? Because I think most games today are disposable. [snip] Games like WoW or other MMOs might bring about a shift in the way game designers spend their efforts.

    Bingo. Game developers aren't interested in technology that will extend the life of games (unless people are paying a subscription). This technology is very cool and we'll certainly be seeing more of it in select areas (notably open-source games), but it doesn't really make business sense on a wide scale.

  4. A bit OT by trianglecat · · Score: 5, Insightful

    I've often wondered if the bloat in modern games is somewhat intentional as a deterent to piracy. If a game is 96k (or 300 megs for that matter) it is easily moved, stored, downloaded etc. whereas a game that is 4Gb takes much more effort, bandwidth and energy.

  5. Allow me to translate.... by Duncan3 · · Score: 4, Insightful

    "Console companies have gone ot such great lengths to make sure their API is so specific that we have to spend a year porting from one console to another, that we'll just come up with a way to make it all never change."

    At least half the design time of a console these days is making sure it's HARD to port games to another console, so that it will be an exclusive title, and they can make more money.

    I fyou think Microsoft hates things like OpenGL, you've never seen the fires of hell hatered that people like Sony, Nintendo etc have for anything that makes game development easier.

    --
    - Adam L. Beberg - The Cosm Project - http://www.mithral.com/
  6. Re:Disposable Games Vs Design Patterns by xenocide2 · · Score: 5, Insightful

    What a silly progression. Games aren't nessecarily stories. PacMan was no less a classic for it's shallow plot, nor Tetris less addictive. I'd much rather see them focus on innovative gameplay than improving the plotline in "The next epic quest where a lone boy finds some friends and saves the world." It's a lost cause; if you seek a story, read a book, watch a show. Games are not storytelling.

    --
    I Browse at +4 Flamebait

    Open Source Sysadmin

  7. Re:Disposable Games Vs Design Patterns by andrewman327 · · Score: 4, Insightful

    I am not talking about adding more movie clips. I am sometimes as annoyed with them as you are. I would like to see, however, more reason provided as to why, exactly, you are killing the red dragon to save the blue one.

    --
    Information wants a fueled airplane waiting at the hangar and no one gets hurt.
  8. Re:Disposable Games Vs Design Patterns by andrewman327 · · Score: 4, Insightful

    You seem to forget that pen and paper games, one of the origens of computer gaming, was all about story telling. There is still substancial room for story and plot in modern video games.

    --
    Information wants a fueled airplane waiting at the hangar and no one gets hurt.
  9. Re:Disposable Games Vs Design Patterns by stunt_penguin · · Score: 5, Insightful

    Plot != 2-3 minute cut-scenes. Half Life 2 and the ongoing story of what is effectively HL3 (the episodes) has one of the finest game plots ever (even though it only gets about 7/10 in pure originality stakes), yet hasn't got a single cut-scene, just a few pauses in gameplay in Dr. Kleiner's lab early on (during which you have enough to do), and a quick note from the man in black.

    An adventure game (FPSs and RPGs, the likes of GTA games) that does not have a plot may be fun and may satisfy the visceral need to shoot at stuff, but the lack of a soul, a central concept, a dramatic tension will mean that the game's design and construction will suffer as a result; there's no motive for anything. Plot done properly is an essential part of a really satisfying game experience.

    That's not to say that games that lack plot can't be good, or fun, or interesting. It just means that if you're lobbing bullets at someone, it's nice to know why. Makes you aim for the head/crotch a bit more.

    --
    When the posters fear their moderators, there is tyranny; when the moderators fears the posters, there is liberty.
  10. Procedural generation is still crap. by kinglink · · Score: 4, Insightful

    This generation or next.

    The problem with the idea is instead of creating larger high quality unique images, or large quanity of images, the idea is to generate your images on the fly through code.

    Ok that would work. And it does. However it doesn't work in large scale games. First off if you look at Procedural generation you have to code the way the system works very carefully. It's like explaining to an alien what my DDR pad is. "it's a large pad with four buttons on it, It has lights." oops forgot it's metal, forgot this and that. And what's worse, every single time you use it you'll have to create a new way to describe the texture, or you'll get the same texture for everything.

    But do you realize how long it would take to design the ENTIRE world of Halo with that tool? How about Prey? how about GTA? It wouldn't take 3 years between games, it'd take 10 years, or it would cost vastly more.

    Xbox 360 fanboys (not that I hate the system) tout this as the reason they don't need blu-ray. The theory is sound. (It does work, it will work, it will always work) But at the same time, the developed a small game for it. Did they have trees, multiple people with tons of different clothes, flowing textures. Did their game sell a couple million copies?

    Some companies do use procedural generation, for stuff that's inconsiquencial. Trees is the big one currently, Speed tree save tons of time, but that's the only widespread use of the technology so far.

    It boils down to this. If procedural generation is the solution to all our problems why haven't we used it in everything? Why wasn't it discovered earlier? It's not because of the power of computers, it's because it's not going to save the world. We arn't going to see well made games using procedural generation for graphics because it just bogs down the processor, and it doesn't give any noticable improvement in graphic quality. If we had 10 processors, then yeah we can waste 4-5 working on generating the world, but even with 6 processors, 1 is for graphics, 1 or 2 is for physics (a must have in most games now), and the rest is for your gameplay components, we don't have the extra power no matter what ivory tower scientists want use to believe.

    This is all "what if" the answer though is "it can't"

  11. Re:Disposable Games Vs Design Patterns by paralaxcreations · · Score: 5, Insightful

    You're right, games aren't storytelling. That's what the poster above you said, that they should work on it.

    By your same argument, graphics have nothing to do with games, and thus shouldn't be worked on either. Pong was 2 lines and a box. When books were first written, I wonder if anyone said "paper isn't for writing on, if you want a story, listen to your father's." When film first came out, I know many people said "it will never take off, no one wants to watch pictures on a screen," but here we are today, with people on the Internet telling others to turn to film for storyline because it doesn't belong anywhere else than the two established mediums.

    It's more than possible for a game to have good graphics, good storyline and plot, and innovative gameplay. Unfortunately, the past few years have been fueled by video card manufacturer's pumping out graphics technology faster than most software producers have been able to keep up with, and so audiences became captivated with "oooh shiny water"...gameplay and storyline dropped by the wayside while pushing eye candy to the limit flourished. Like all things, though, people got tired of all glitz and no substance, and we're seeing that curve level out.

    With mobile devices becoming more and more popular, we're beginning to see gameplay-based games gain some popularity again, and focus will probably shift there for the next few years as portable technology gets smaller and faster. At that point, computers will be what PCs are today, we'll see a shift back to storyline for a few years as RPGs gain popularity on the Nokia Futura in the Japanese market (and some may make it Westward), just in time for the next big graphics push, this time cell phones (if they're still called cell phones at this point) will be included.

    Yes, I play the occassional game on my cell phone while waiting for class to start, or when the power goes out (as it tends to do often this time of year in Tampa, FL).

    My point is, some people play games as digital puzzles, brain-teasers if you will. Some play them for the graphics. Some play them for story. Yeah, you can find brain-teasers in the back of the Sunday paper, you'll never beat the graphics of the real world, and story can be found in books and movies. That doesn't mean those are the only mediums "allowed" to do such things. Games, in the end, are about having fun, and what's fun to you isn't always going to be fun to me. Diversity is king. No, games are not storytelling, they are not graphics, and their not gameplay. They're any of them, and a smart publisher will offer all three, and then some.

  12. I can't see this working for too long... by Adeptus_Luminati · · Score: 5, Insightful

    I can't see this working for long...

    Eventually when memory (RAM & HD) are nearly free and nearly infinite, visuals in games may come close to paralelling reality (i.e. a tree in a game may look more like a real tree than it does today). A game that is developed today even with the most advanced mathematical algorythms applied in a graphics platform to be expandable to future, will not be imediately upgradable (from an end-users's perspective) to benefit from an instant graphics upgrade. I.e. you can't just shove the game in the latest new console and expect it to have graphics magically upgraded to the latest high standards. Somebody will still have to go through the entire game and add granularity to each wall, floor, and animated characters in the game which mathematics can not auto-magically generate with accuracy enough to come close to paralleling the randomness & beautify of reality. So the only alternative, I can see is to have the games of today allow future artists to ADD new graphic content into the old game with some newer gaming technology... but somebody still has to put in the effort to create & import all the new graphics.

    So I think perhaps the article is misleading. Again, from an end-users's perspective, the game can't just magically upgrade all its graphics and have it equal in looks to whatever the latest high benchmark of impressiveness might be. At best, the end-user plugs in the CD/DVD into the new console (assuming it even accepts older formats) and over the internet, for a fee, newer graphics are downloadable... will users pay a small fee for this service? And more importantly, will gaming companies bother to re-create nicer graphics for old games? Is this a sustainable business model? I would venture to guess that only the most popular addictive games of all times might justify this kind of effort in a gaming company's project list.

    Having said all that, I'm all for http://en.wikipedia.org/wiki/Second_Reality

    Adeptus

    --
    No trees were killed in the making of this post; however, many trillions of electrons were horribly inconvenienced.
  13. Re:Disposable Games Vs Design Patterns by colmore · · Score: 5, Insightful

    Games aren't and shouldn't be storytelling. Games are more toycrafting with narrative metaphor.

    Story games always have finite possibility. The great games are those that combine fully independant elements so that game possibility is the exponential sum of its parts. Tieing all elements to a linear (or at best, a few linear) stories vastly reduces the number of gameplay possibilities.

    The most extreme example of this is the cutscene. Cutscenes are dead gametime, the equivalent of having static on the radio. Personally I blame anime (which also has long pointless exposition between the parts one generally cares about) If it takes more than 1 minute to get from powering up the game to get from powering on to playing a real (not training) level, then the designers are doing something very wrong. These are games, not movies, or something we should have to *train* for.

    I think geeks are killing gaming. In the early 90s PC gaming was full of countless genres of odd, off-the-wall games. Most dads I knew (I live in a University town) had Civilization, Lemmings, Kings Quest, etc. on their office computers. These days games are increasingly fast paced, increasingly involved, increasingly require dozens or even hundreds of hours of play to uncover content (locking content is a very cheap way of artificially creating interest in otherwise dull aspects of the game), increasingly require the simultaneous use of 12 buttons. Games are increasingly only for hard-core gamers, and as a working adult with very few video game playing friends it pisses me off. I don't want to play a game for ten hours before I get to the meat. I'm not going to slog through 100 hours of repetitive menu based battles to watch some cutscenes. I want simulations, things that are fun to play with the first 15 minutes you're in the game, and won't lose interest once the game runs out of script. Or if it's a scripted game, I want something more like the old adventures and american computer RPGs, where the story was revealed along the sides as a fun *game* progressed, and the reward for getting further was getting to a cool level, not getting some non-interactive cgi cartoon of 13-22 year old's idea of "hot."

    And get the hell offa my lawn ya damn hooligans.

    --
    In Capitalist America, bank robs you!