As with most of Maxis' games, it'll be more of a toy, than an actual game, whether you like it or not
Announcement
Collapse
No announcement yet.
Spore/Sim Everything...
Collapse
X
-
Originally posted by Adagio
Anything wrong with that? Some people like to spend a few sunday hours playing solitaire
I don't know, I think the game might be pretty popular if only because it's like the Sims taken to the next step. That's more or less logical. But then... logical things I guess are pretty much known to not be blockbusters when it comes to games. They don't flop, but they don't do Sims-well, either, it's the weird new things. So who knows.
Vovan
Comment
-
Originally posted by Bkeela
I get the impression it will be a game for people who love to create content - one vast sandpit for people to play around with.(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Comment
-
I've just being doing some more research into procedural programming, procedural textures and animations.
If you have not heard of the 96KB Doom 3 style game, click here: http://www.theprodukkt.com/kkrieger.html#dload
The game uses procedural programming for all graphics (except maybe 1 or 2 rendered textures) The game itself is quite simple, but no less simple than most FPS games really. It goes to show you the power of procedural graphics.
I had also created a thread on another game which also uses procedural programming: Infinity.
Anyway, as I was looking into it all, I came across www.speedtree.com which shows you the level of graphics capable using just procedural programming, texturing, animation. Download the demo and the video's and you will be convinced this is the way games will go in the near future for 2 main reasons:
1. CPU's are faster than they were 10 years ago (FYI, procedural programming came before pre-rendered texures and models, but had to stop because of CPU speed and instead switched to utilizing memory).
2. Generating models, textures, animations, etc, takes a crap load of time, costing millions.be free
Comment
-
Originally posted by Sn00py
It goes to show you the power of procedural graphics.
Originally posted by Sn00py
I had also created a thread on another game which also uses procedural programming: Infinity.
Originally posted by Sn00py
(FYI, procedural programming came before pre-rendered texures and models, but had to stop because of CPU speed and instead switched to utilizing memory).
Originally posted by Sn00py
2. Generating models, textures, animations, etc, takes a crap load of time, costing millions.(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Comment
-
Anyway, as I was looking into it all, I came across www.speedtree.com which shows you the level of graphics capable using just procedural programming, texturing, animation.
I haven't seen that before. It is, indeed, quite impressive. Thanks for the link, Sn00py.
Originally posted by Urban Ranger
I guess what you mean is generating graphics from the output of an iterative system. The most famous examples are fractals.
Originally posted by Urban Ranger
Not sure what you mean. Procedural programming was what we did before the advent of object oriented programming. We still do it for quick and dirty stuff.
Originally posted by Urban Ranger
I guess that depends on the models in question and the precision required. For example, Newton's laws are still very good in most cases (for macro objects not moving very fast).
Vovan
Comment
Comment