<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Binary Creativity</title>
	<atom:link href="http://www.binarycreativity.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binarycreativity.com</link>
	<description>Matt Gilgenbach's blog on game development and creativity through this nascent medium of self expression.</description>
	<lastBuildDate>Mon, 19 Sep 2011 05:22:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on The Case Against Data Driven Design by Amumu</title>
		<link>http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136823</link>
		<dc:creator>Amumu</dc:creator>
		<pubDate>Mon, 19 Sep 2011 05:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136823</guid>
		<description>Thanks. Things make sense now.</description>
		<content:encoded><![CDATA[<p>Thanks. Things make sense now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Case Against Data Driven Design by Matt</title>
		<link>http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136821</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 18 Sep 2011 16:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136821</guid>
		<description>Supporting mods may or may not make sense for a particular game. A lot of games are console only, so mod support is not really a concern. A lot of games with mod support such as id and Valve&#039;s games require you to code most of your game logic rather than opting for visual editors.

Warcraft 3 took over 4 years. Starcraft took 7. If you can ship a product when it&#039;s done, you can do these types of things. If you are building your own technology, and you don&#039;t have a ton of time and money, it&#039;s not possible to get tools at Blizzard&#039;s level. 

When making a game, your biggest concern should be finishing that game. If you can&#039;t put together a great game, then it doesn&#039;t matter how good the mod support is. It won&#039;t catch on and people won&#039;t make mods. When you have a great product bringing in a lot of money, then you can spend a ton of time making a sequel with all the features you want.</description>
		<content:encoded><![CDATA[<p>Supporting mods may or may not make sense for a particular game. A lot of games are console only, so mod support is not really a concern. A lot of games with mod support such as id and Valve&#8217;s games require you to code most of your game logic rather than opting for visual editors.</p>
<p>Warcraft 3 took over 4 years. Starcraft took 7. If you can ship a product when it&#8217;s done, you can do these types of things. If you are building your own technology, and you don&#8217;t have a ton of time and money, it&#8217;s not possible to get tools at Blizzard&#8217;s level. </p>
<p>When making a game, your biggest concern should be finishing that game. If you can&#8217;t put together a great game, then it doesn&#8217;t matter how good the mod support is. It won&#8217;t catch on and people won&#8217;t make mods. When you have a great product bringing in a lot of money, then you can spend a ton of time making a sequel with all the features you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Case Against Data Driven Design by Amumu</title>
		<link>http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136817</link>
		<dc:creator>Amumu</dc:creator>
		<pubDate>Sun, 18 Sep 2011 04:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136817</guid>
		<description>Well the community I mentioned is the community of that game. Take Warcraft for example. With the World Editor, game rules and game scenarios can be created completely, just like the original Warcraft (which I don&#039;t think not many people play now) and DOTA (which is still very popular). Original Warcraft, DOTA and various game maps were created from that program, which brings Warcraft lots of popularity. Starcraft II also has such map editor, but more powerful, that people can create role playing, action game or FPS game from it: http://www.youtube.com/watch?v=joNPrnY4K_4

With this approach, users don&#039;t have to look at the codebase, but they still can reuse the game elements. But of course, the editor is more complex than just drag and drop.</description>
		<content:encoded><![CDATA[<p>Well the community I mentioned is the community of that game. Take Warcraft for example. With the World Editor, game rules and game scenarios can be created completely, just like the original Warcraft (which I don&#8217;t think not many people play now) and DOTA (which is still very popular). Original Warcraft, DOTA and various game maps were created from that program, which brings Warcraft lots of popularity. Starcraft II also has such map editor, but more powerful, that people can create role playing, action game or FPS game from it: <a href="http://www.youtube.com/watch?v=joNPrnY4K_4" rel="nofollow">http://www.youtube.com/watch?v=joNPrnY4K_4</a></p>
<p>With this approach, users don&#8217;t have to look at the codebase, but they still can reuse the game elements. But of course, the editor is more complex than just drag and drop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Case Against Data Driven Design by Matt</title>
		<link>http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136814</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 17 Sep 2011 18:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136814</guid>
		<description>I&#039;m a little lost. What community are you talking about? 

Also, I&#039;m not sure you have the right idea for starting a sequel. I&#039;m pretty sure everyone always starts with the game code for the previous game. You don&#039;t have to look at the old codebase because everything there is still there. If you decide that you want to get rid of something, you can delete it or change it. 

If you are working with a scripting language or some sort of visual scripting language, you have no advantage in this situation. 

I&#039;m not sure your analogies are helpful in this situation. Game logic is complex interdependent systems. Obviously you should make everything as independent as possible and as reusable as possible, but I don&#039;t think anyone has ever architected a system where you can just drop in components independent of each other and call it a new game. If such a system existed, it would be pretty horrible to work with because you couldn&#039;t make any assumptions about what other systems are there and what sort of objects your characters are interacting with.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a little lost. What community are you talking about? </p>
<p>Also, I&#8217;m not sure you have the right idea for starting a sequel. I&#8217;m pretty sure everyone always starts with the game code for the previous game. You don&#8217;t have to look at the old codebase because everything there is still there. If you decide that you want to get rid of something, you can delete it or change it. </p>
<p>If you are working with a scripting language or some sort of visual scripting language, you have no advantage in this situation. </p>
<p>I&#8217;m not sure your analogies are helpful in this situation. Game logic is complex interdependent systems. Obviously you should make everything as independent as possible and as reusable as possible, but I don&#8217;t think anyone has ever architected a system where you can just drop in components independent of each other and call it a new game. If such a system existed, it would be pretty horrible to work with because you couldn&#8217;t make any assumptions about what other systems are there and what sort of objects your characters are interacting with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Case Against Data Driven Design by Amumu</title>
		<link>http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136810</link>
		<dc:creator>Amumu</dc:creator>
		<pubDate>Sat, 17 Sep 2011 05:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136810</guid>
		<description>Hi Matt,

That was a great answer. There is something I want to note.

&quot;You can share game code between games regardless of what method you choose. I&#039;m not really sure what you are getting at with this point. Even if you aren&#039;t using a scripting language or visual tool to define some behaviors, you should be architecting your gameplay code into reusable components as much as you can&quot;
You are right. In the programmer&#039;s perspective, either code or visual component is reusable. However, as you pointed out, the community might need it too. Also, I&#039;ve seen a lot of games, the next sequel is just a difference in gameplay/graphics. I think by using visual editor will greatly enhance the productivity (also for other applications which are not games, I prefer to write code than drag and drop like in Visual Studio, since it is more controllable and faster), because we don&#039;t have to look at the old codebase and manually take out what we need. 

I can imagine the game engine is like the IDE for the game, pretty much like Visual Studio to the general application, where things can be dragged and dropped. Except Visual Studio is IDE for general application, while game engine is for game specific. What do you think about this?</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>That was a great answer. There is something I want to note.</p>
<p>&#8220;You can share game code between games regardless of what method you choose. I&#8217;m not really sure what you are getting at with this point. Even if you aren&#8217;t using a scripting language or visual tool to define some behaviors, you should be architecting your gameplay code into reusable components as much as you can&#8221;<br />
You are right. In the programmer&#8217;s perspective, either code or visual component is reusable. However, as you pointed out, the community might need it too. Also, I&#8217;ve seen a lot of games, the next sequel is just a difference in gameplay/graphics. I think by using visual editor will greatly enhance the productivity (also for other applications which are not games, I prefer to write code than drag and drop like in Visual Studio, since it is more controllable and faster), because we don&#8217;t have to look at the old codebase and manually take out what we need. </p>
<p>I can imagine the game engine is like the IDE for the game, pretty much like Visual Studio to the general application, where things can be dragged and dropped. Except Visual Studio is IDE for general application, while game engine is for game specific. What do you think about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Case Against Data Driven Design by Amumu</title>
		<link>http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136806</link>
		<dc:creator>Amumu</dc:creator>
		<pubDate>Fri, 16 Sep 2011 18:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarycreativity.com/2006/09/14/the-case-against-data-driven-design/#comment-136806</guid>
		<description>Hi Matt,

I posted a question related to your article on Stack Exchange: http://gamedev.stackexchange.com/questions/17331/game-engine-and-data-driven-design

Please visit if you have time. I want to hear your opinion as well.</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>I posted a question related to your article on Stack Exchange: <a href="http://gamedev.stackexchange.com/questions/17331/game-engine-and-data-driven-design" rel="nofollow">http://gamedev.stackexchange.com/questions/17331/game-engine-and-data-driven-design</a></p>
<p>Please visit if you have time. I want to hear your opinion as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio 2010 and Platform SDKs by iestyn</title>
		<link>http://www.binarycreativity.com/2011/03/06/visual-studio-2010-and-platform-sdks/#comment-132445</link>
		<dc:creator>iestyn</dc:creator>
		<pubDate>Sun, 10 Jul 2011 07:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarycreativity.com/?p=82#comment-132445</guid>
		<description>I found an alternate solution here:

http://www.gamedev.net/topic/570455-strange-windows-sdk-errors/page__view__findpost__p__4644522

...so you don&#039;t need to upgrade your DX SDK in order to make it work (which was not an option for me, since I needed to continue using D3D8), you can change your include path ordering instead. Phew!

Anyway, many thanks (and good thinking) for pasting the errors - this allowed Google to lead me here, and your post and the other link above helped me sort out this upgrade mess :)</description>
		<content:encoded><![CDATA[<p>I found an alternate solution here:</p>
<p><a href="http://www.gamedev.net/topic/570455-strange-windows-sdk-errors/page__view__findpost__p__4644522" rel="nofollow">http://www.gamedev.net/topic/570455-strange-windows-sdk-errors/page__view__findpost__p__4644522</a></p>
<p>&#8230;so you don&#8217;t need to upgrade your DX SDK in order to make it work (which was not an option for me, since I needed to continue using D3D8), you can change your include path ordering instead. Phew!</p>
<p>Anyway, many thanks (and good thinking) for pasting the errors &#8211; this allowed Google to lead me here, and your post and the other link above helped me sort out this upgrade mess <img src='http://www.binarycreativity.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on So You Want To Be A Game Programmer? How to get out of college and into games by arthur</title>
		<link>http://www.binarycreativity.com/2006/10/09/so-you-want-to-be-a-game-programmer-how-to-get-out-of-college-and-into-games/#comment-108154</link>
		<dc:creator>arthur</dc:creator>
		<pubDate>Wed, 16 Feb 2011 15:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarycreativity.com/2006/10/09/so-you-want-to-be-a-game-programmer-how-to-get-out-of-college-and-into-games/#comment-108154</guid>
		<description>Hey.

Very detailed article you have here :)

I even did get some good advice from your information.
Keep it up the great work you done here.

Thanks.

Arthur</description>
		<content:encoded><![CDATA[<p>Hey.</p>
<p>Very detailed article you have here <img src='http://www.binarycreativity.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I even did get some good advice from your information.<br />
Keep it up the great work you done here.</p>
<p>Thanks.</p>
<p>Arthur</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What made Bill Gates so successful and why Microsoft won&#8217;t be the same without him by anonymous</title>
		<link>http://www.binarycreativity.com/2006/06/28/what-made-bill-gates-so-successful-and-why-microsoft-wont-be-the-same-without-him/#comment-46550</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Fri, 21 May 2010 17:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarycreativity.com/2006/06/28/what-made-bill-gates-so-successful-and-why-microsoft-wont-be-the-same-without-him/#comment-46550</guid>
		<description>hey, my first post</description>
		<content:encoded><![CDATA[<p>hey, my first post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on So You Want To Be A Game Programmer? How to get out of college and into games by Akhila Nand</title>
		<link>http://www.binarycreativity.com/2006/10/09/so-you-want-to-be-a-game-programmer-how-to-get-out-of-college-and-into-games/#comment-37472</link>
		<dc:creator>Akhila Nand</dc:creator>
		<pubDate>Wed, 07 Apr 2010 18:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarycreativity.com/2006/10/09/so-you-want-to-be-a-game-programmer-how-to-get-out-of-college-and-into-games/#comment-37472</guid>
		<description>Hi, Brother !

  I liked your site and the effort..
I really appreciate you for this..

Thanks, Keep improving and keep smiling, because its life :)

Take care..
Warm Regards: Akhila Nand (INDIA)</description>
		<content:encoded><![CDATA[<p>Hi, Brother !</p>
<p>  I liked your site and the effort..<br />
I really appreciate you for this..</p>
<p>Thanks, Keep improving and keep smiling, because its life <img src='http://www.binarycreativity.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Take care..<br />
Warm Regards: Akhila Nand (INDIA)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
