On The Difficulty Of Developing Open Source Games
Thanks to an anonymous reader for pointing to a Competitive Enterprise Institute essay for discussing lessons learned by looking at the history of open-source games (PDF link, text version as posted to Politech list.) The piece suggests that "generally, games have not been a success story for the open source community", arguing that "...the consensus among gamers and developers is that open source games still lag behind proprietary games in originality, sophistication, and artwork; many are clones of earlier
proprietary or shareware games." It notes that "...the open source business model seems to have trouble coming up with large initial investments at the cutting edge of innovation, where risks are greatest", and then suggests some larger lessons for governmental public policy on open-source software.
... is that the open source mevement lacks good artists, you know, open source apps are usually well-coded but lack a good GUI, in games, good graphics / sounds greatly affect the gaming experience, so developing a good open source game requires programmers (already available) and artists (aren't there yet unfortunately).
The IT section color scheme sucks.
http://www.capitalresearch.org/search/orgdisplay.a sp?Org=CEI200
The CEI appears to be a pro-business lobbying organization. Their donors list is a who's-who of US automobile and oil companies.
The article referenced can be summed up as: "There aren't very many open source games, therefore governments shouldn't open source code they pay to have written and shouldn't have procurement policies that prefer open source code." No real effort is made at connecting the thesis and conclusion. (Governments don't buy many games--America's Army aside.)
I'm not certain why a very minor article from a propaganda organization would be considered newsworthy.
Most people can't afford to develop games full time without getting paid. The software industry has become more mature in figuring out ways to make people buy games. People who do want to develop games as a hobby tend to use ready made editors. The Warcraft 3 editor is extremely powerful and can make games well beyond the RTS genre. These "new games" are open source by default but can be protected if you really want to (most people don't). Many people downright encourage manipulation of source (check out wardraft for example).
-- Political fascism requires a Fuhrer.
The talented folk who do [art and graphics design] well all have jobs doing it for a living. So they sure aren't going to want to do it in their spare time. ...as opposed to the programmers who program in their spare time?
I think it's primarily a difference in mentality and subculture. A lot of these design artists don't have an 'open-source community.' Why this is, and why the two communities are different, is left as an exercise to the reader.
Wtf? This is modded up?
Yeah, us programmers. Easy work with lots of free time. Why just yesterday I rolled out of bed around 11AM, scooted off to work for an hour or so, then came back home to work on my open source project.
Ahhh, drawing, that's hard work my friend. Manly work. Many is the day I've seen tortured, broken, artists rubbing their nubby, dirty, worn fingers; sore from the back breaking illustration marathons.
In my experience, as a programmer married to an artist, they're not too different.
The fact is *most* open source projects are done by students or the unemployed. There are exceptions to that where there is a business supporting the product (i.e. apache or the linux kernel) but the majority of projects are done by students.
Artists would release their work into the public domain for the same reason people writing GPLd code do. Recognition, enjoyment, chicks, whatever.
However I think the concept of open source, giving something away that could be sold is pretty unique to software development right now. I find it humorous that people just give away all their work myself.
This could be its own Ask Slashdot post, but it seems relevant enough here. It's clear why Linux makes people money. Because it's not trivial to put together a distribution, people will pay for one. People will also pay for support. And Linus gets paid to do speeches. It's clear why things like Zope or JBoss make money. Because it's not trivial to build a website, people will pay someone else to do it or they'll pay for training. It's clear how a multiplayer game could make money. Sell subscriptions to access the servers hosting the game. But a single-player game seems the most contradictory to an open source model. People buy the game and essentially throw it away (as a couple other posters have mentioned). If others can just redistribute the game for free and undercut the cost of the original developer, then the developer has no incentive to produce the game in the first place. And the better the game is, the less money you would make, because the game would spread that much faster. I'm trying to get into game development, and I can see only three reasons for making open source software: I think I can make a game that's so great that other people want to advertise on my site. I think I can make a game that's so great people will want to buy t-shirts and hats. Or I think I can make a game that's good enough that a company will hire me--to help make a proprietarty game! Can someone dispute this?