 |
|  |
 |
|
Zed-F
|
|
There is definately a real cost in terms of programming time required to create a demo and ensure that exactly what is desired to be shown is there, even starting from a complete or nearly so code base. Even seemingly simple changes required to "block off" certain aspects of the code have to be thought about carefully to ensure there are no hidden loopholes that will get around those blocks, or cause the code to crash looking for stuff that's not there, and the knock-on effects of removing/crippling some portion of the code are not always obvious. Then there's also the matter of adding in QA time to ensure that the programmers did the job right, and didn't break anything that's supposed to still be there in the process.
With a post-release demo the development team can usually afford to pay that cost unless the product is completely bug-ridden (in which case they probably would have preferred not to release in that condition in the first place.) With a pre-release demo, however, the development team has to plan this into the schedule in order to make sure that the opportunity to create a demo is there. Asking for a dev team to put out a pre-release demo when they have not planned to do one is pretty ludicrous, generally speaking. In that instance the costs for creating a demo go up dramatically as the game was not designed with a demo in mind, and there may be technical obstacles preventing the creation of a reasonably-sized demo in the first place.
In general, a post-release demo will be of better quality and more representative of the game (obviously) so I tend to prefer those. In some specific genres, however, it's easier to build a good pre-release demo. In the FPS world, usually the engine comes first, and content comes second. It's much easier to create a pre-release demo with most of the engine but very limited content for an FPS, as compared with creating a pre-release demo for a TBS like MOO3, where there's no natural breakpoint where a pre-release demo can be inserted.
I'm not sure a post-release demo has a significant impact on game sales, as probably most people that are truly interested in the game will have already got it by the time the demo comes out, and people have other sources of information about the quality of the game available (i.e. reviews, word-of-mouth.) How much a pre-release demo will help or retard sales is difficult to judge. I would tend to think that a poorly done demo or a demo that doesn't show enough of the game will not help sales, in which case it is a waste of time and resources that could have been better spent on the final game. In that sense the cost-benefit analysis would tend to favour games where the cost of producing a quality pre-release demo is relatively small (such as an FPS,) assuming the game is at a reasonable quality level to begin with. You also don't want to release a demo too much in advance of the final product or the hype machine will get out of control too quickly and peak before the game is ready for release.
|
|
|  |
 |
|
kalbear
|
|
Some times when a demo should be done:
When your game has natural stopping points. FPS games and RTS games are natural for this sort of thing, because they have levels. TBS games generally are not for the same reason.
When the engine does not take up a large percentage of the code size relative to content, or the content can be removed easily to reduce size. Again, FPS and RTS games are easy in this way, TBS games are not.
When there are cycles of programmers left to do so.
When it does not cripple the game to do so.
When the demo can actually be released on a CD or (ideally) be reasonably downloadable.
I suspect strongly that demos don't do so much in the way of selling a product anymore, not like they used to. But I'm no marketer, so I honestly don't know.
|
|
|  |
 |
|
kalbear
|
|
By crippling a game, I mean by removing the components of a game that make it fun.
Removing most tech, opponents, size, customizability, weapons, interaction...the list goes on and on. Many demos limit what kind of interaction you can have with the game. Much of that is done because the interaction that is prohibited isn't quite ready for primetime yet, and they don't want to showcase it. Other because they want to hold things back.
Removing features from builds is often hard to do, and can result in more bugs than it is worth.
I too got totally addicted to the SMAC demo. It was quite good, though it had it's own problems. It is tough to see Moo3 being done as that kind of demo, due to the amount of graphics involved - the demo likely would be huge.
After the thing ships, they should have a demo. Beforehand? Nah.
|
|
|  |
 |
|
vee4473
|
 |
New Jersey
Feb 2000 time: 00:24
|
|
Well, you have a point that removing customizing options and techs or other things that make the full game great is a setback. I understand what you mean now.
But, that is what a demo is all about isn't it? To give players a taste of what they will get with the full version.
In effect saying "Here, try this , and if you think this is good, wait until you buy the full retail version and get to design your own units!"
And by the way, holding something out of a demo for the reason of "it's not ready yet" leads once again back to my earlier thread that perhaps there are deeper problems with the game than just some elusive MP bug.
And they aren't talking about it.
What do you guys think of the "one more turn syndrome" being a HUGE hook for TBS demos.
I mean, I think it should be used. If I play Starcraft demo and finish the demo level, I say, "cool game, maybe i'll see if the full game has more to offer"
but if i play a TBS game demo and i'm about to discover a tech that will let me design this new unit so I can take over that region, but the game ends , i say "damn this game has some depth, i can't wait to buy it"
Even if it takes more time and manpower, i say the "one more turn syndrome" has incredible power to hook new gamers.
|
|
|  |
 |
|
kalbear
|
|
By removing things, I was talking more about not just features, but actual code behavior. That's a common thing about doing demos, because you're trying to artificially limit a product that depends on certain things that you don't want to reveal.
An example of what I'm not talking about: not including weapons in a FPS demo. Sure, those weapons would otherwise be in the game, but you can easily make it so that a weapon or two doesn't show up, because they're controllable. Heck, you can simply make it so they don't show up at all in the level (another modular object) and the player will never see 'em. Problem solved.
Something similar could be done with, say, races. Make it so that only two races are playable. You could possibly limit tech, though I doubt it - the trees are too interrelated, and there's a lot of 'preview' code that requires tech that you might not want to show. Turn limits are an artificial way of limiting, and they are good, but they require actually adding a whole nother bit of code to the game engine itself in order to fix that - and that requires work by devs and testers to make sure that it functions. Add to it the whole packaging it up in a palatable, executable form, making sure it works on X machine with Y graphics, and you've got the potential for some serious amounts of work.
I should know - we're working on hammering out a demo of a cell phone to CES as we speak, and it's a pain. We have to do it to meet goals, and it was known, but there's lots of things and corners that we're having to work on - and while we're doing that, the real product sits idly by.
|
|
|  |
 |
|
vee4473
|
 |
New Jersey
Feb 2000 time: 00:24
|
|
Kal
I'm not gonna parse coding language with you. Because i'm not a software programmer. I'm a mechanical designer. I know all about making demo units for show from a mechanical standpoint, not software.
All i'm trying to get across is a logical conclusion that anyone should make.
And that is if many game companies, inclusing TBS companies, can make a demo, then I don't believe it is unreasonable to expect the makers of MOO3 to be able to do the same.
Unless they can't because they don't know how, which again points to either IG being in over their heads from a publishing standpoint or the developer being not as good as they should be.
Demos are part of the gaming world I think.
But, hey, we are at a standstill here with this discussion.
I say, i'm really with you Kal and everyone else, when I say let's hope MOO3 is the best it can be!!!
I hope no one takes my posts in the wrong way, I just am very spirited in my love for these games.
We're all together in the end for wanting a great game!
|
|
|  |
 |
|
kalbear
|
|
Well, my main argument is not that they can't do a demo, or that it can't be a good demo - both are demonstratably false. I'm arguing that unless they've budgeted time for it and planned in advance, a demo is often quite a bit more work than what most people think, and that work delays the main product.
My main goal was to educate folks that believe that demos should be easy and quick, since they're just a simplified version of the game. Simple doesn't make it easier to put out, always, and not all games are designed for that sort of thing.
|
|
|  |
 |
|
kalbear
|
|
I personally can't speak about QS's coding practices, but I seriously doubt that any game put out these days has that much kludge code. Games are simply too complex for that kind of thing to work, and require significant amounts of engineering to function properly. Usually ,that is.
Look at the source for Quake or Quake 2 some time to get a better idea about this sort of thing. It's quite good, really, even considering The Carmack was behind it.
If you plan a game with a demo in mind, I bet you could do one reasonably easy; some games, however, aren't particularly modular in nature, and this model doesn't fit so well.
|
|
|  |
 |
|
Zed-F
|
|
I'd have to agree with Kalbear, there's no reason to think QS could not have done a demo had they chosen to do so while planning the product. However, it's a non-trivial operation, requires a significant amount of effort, and must be justified.
I wonder if the SMAC developers consider the SMAC demo a success, from a financial standpoint (which is why they did it.) The demo may have been good quality-wise, but that does not mean it had a good return on investment -- did it help sales enough to justify the time spent, or would that time have been better spent on a patch or on getting a jump start on the next product?
I also wonder if the SMAC demo was released before or after the game. That one at least should be easy to answer.
|
|
|  |
 |
|
Mongoose
|
|
Harrisburg,PA USA
Apr 1999 time: 00:24
|
|
SMAC demo was released two months before the game.
SMAX demo was also released before the x-pack, but I cannot recall the interval.
Civ3 had no demo...maybe it didn't pay off in SMAC. Maybe it's a publisher decision and EA said do it and IG said don't.
|
|
|  |
 |
|
DavesWorld
|
|
They could offer a demo that lets you play one of only a handful of the preset (story) races, and only lets you play for twenty or fifty turns (or something). Or the demo could give you a single tactical battle to play with.
I get very suspcious when a company doesn't offer a demo these days. The no-demo trend is rapidly becoming a "game has problems" indicator, IMO.
|
|
|  |
 |
|
Skanky Burns
|
 |
Skanky Bastard Quartermaster
Aug 2001 time: 14:24
|
|
Civ 3 had the name and reputation - a demo probably wouldn't have increased sales by much.
Demo's don't really suit TBS though. A demo in these types of games generally are limited to 20 or 50 or whatever turns, meaning that most games will get you doing some exploration and possibly some expansion, but not enough time to get a feel for how the end-game plays.
Compare this to say the Deus Ex demo. In that one you played an entire mission, and got to do an "entire iteration of a gaming cycle". By which I mean you enter the level, do scouting, initial attack, ...(other stuff here)... , find the boss' location, finish the mission. It gave you a feel for all aspects of the game, let you try out all the steps you would be doing in each mission, giving you a complete overview of how the full game would perform.
|
|
|  |
 |
|
Kc7mxo
|
 |
Kansas City, Kansas
Jan 1970 time: 21:24
|
|
Is there a rule that says a demo has to come out before the game? lots of companies release demos after the game has been released, and when most of the team can be spared to work on it.
Right now, Moo3 has missed deadline after deadline, but its supposedly, "almost there." There is absolutely NO reason to waste the team's time working on a demo, when they're most likely desperate to get the game itself done. After its released, maybe we'll see a demo. But personally, I don't want to see a demo before the release, I just want them to finish the game.
Ooh! Speaking of demos, I just played the Delta Force Blackhawk Down SP demo, and all I got to say is, SWEET!

|
|
|  |
 |
|  |
 |
|
DavesWorld
|
|
quote: There is absolutely NO reason to waste the team's time working on a demo, when they're most likely desperate to get the game itself done. |
Reason 1) To preview the product for consumers so they may make a more eductated purchase decision.
Not issuing a demo smacks of "give us the money before you find out" I still haven't seen any previews discuss gameplay hardly at all (the Wargamer preview did, the gamespy and so far here have been fluff).
Just pointing out there's at least *one* reason. There are a few others, surely.
|
|
|  |
 |
|
Sabaron
|
|
Santa Rosa, CA
Dec 2002 time: 05:24
|
|
Well, does anyone else remember one of the big problems with SMAC's demo? People would crack it to remove the 100 turn limit... still not as good as the full game, but it still hurt sales.
|
|
|  |
 |
|
Kc7mxo
|
 |
Kansas City, Kansas
Jan 1970 time: 21:24
|
|
quote:
I guess you don't believe the company when they say that the game is done and just in final testing. |
Its been in final testing for a while. I don't pay attention to news briefs from the forum anymore, I just watch for gone gold statements.
quote:
Reason 1) To preview the product for consumers so they may make a more eductated purchase decision.
Not issuing a demo smacks of "give us the money before you find out" I still haven't seen any previews discuss gameplay hardly at all (the Wargamer preview did, the gamespy and so far here have been fluff). Just pointing out there's at least *one* reason. There are a few others, surely. |
As I said, they can make the demo AFTER the game is released. Much like blizzard has done with Warcraft 3, and many other companies have done with other games.
I'm not against companies releasing demos, I actually prefer it. I typically play the game before I buy it, regardless of the status of a demo. I've been burned by too many reviews and stores who won't take returns.
But in this case, I want them to finish the product FIRST. Then, when they're done, they can make the demo if they want.
|
|
|  |
 |
|
Bill_in_PDX
|
|
The Wilderness of Orygun
Nov 2001 time: 21:24
|
|
quote: Originally posted by vee4473
I guess you don't believe the company when they say that the game is done and just in final testing.
|
I don't know about the other guy who posted that to which you are responding, but as for me, yeah, I think at this point I don't believe that the game is done and in final testing. It has now been 5 weeks since it was "going to be gold any day now", and still not done, so clearly something is going on.
I am still looking forward to the game, but this sort of growing problem does not bode well for what will be delivered despite the glowing support of our local BT team.
|
|
|  |
 |
|
Bernie Rubber
|
|
Well, all these delays (like everything) can be taken in more then one way.
1. They could be trying to make the game an instant classic, and need the extra time so that it blows your mind.
2. It could be a bit farther off, and they really aren't sure how long it'll take... a few days, a few weeks.. etc.
3. They could be lying outright, but the beta testers seem to counterindicate that.
Also, it's been just about done for longer then five weeks...
|
|
|  |
 |
|
Bill_in_PDX
|
|
The Wilderness of Orygun
Nov 2001 time: 21:24
|
|
Well, I was going from last missed deadline, when the assurances were given that it will be gold any time now. I am well aware that was just one of several missed deadlines.
|
|
|  |
 |
|
Canadian Beaver
|
|
no demo just the game already
|
|
|  |
 |
|
LDiCesare
|
|
La Ferté sous Jouarre France
Jan 2001 time: 05:24
|
|
Demos are justified if hardware is a limitation. I use demos mostly to see whether I can run a game on my computer. If I can, I buy, if not I don't.
Otherwise, demos of games I am not interested in always fail to hold me for more than 10 minutes.
If the game is not in a series, a demo may be justified too. I will look at a demo of the new NobodyEverHeardOfIt game, but not of SimCity 4084 because I already know what simcity looks like.
MOO3 hardware requirements are low, so there is little need of a demo on that side, and the name is known, so there is little need for a demo on that one. Not doing a demo was thus understandable. Not doing it now with all their release delays I understand even more.
|
|
|  |
 |
|
Dr Strangelove
|
|
There have been times when playing a demo made a major difference in whether I bought a game or not. I very much appreciate the opportunity to see if a particular game will play on my system. There is nothing like getting a game that technically should play on my system only to find that it doesn't to send me into pledges to never buy that company's products again.
|
|
|  |
 |
|
Don K Hotay
|
|
Boston
Aug 2001 time: 00:24
|
|
how would you go about creating a demo for this game? Are you a CivIII fan, and if so, did it matter that Firaxis didn't release one?
|
|
|  |
All times are GMT. The time now is 05:24. Apolyton Time is 00:24. |
top of page
|
|
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|