<?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 on: Compatibility Thoughts</title>
	<atom:link href="http://www.gameproducer.net/2009/04/04/compatibility-thoughts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/</link>
	<description>I bake games. Indie style.</description>
	<lastBuildDate>Thu, 16 May 2013 13:23:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: zoulou</title>
		<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/comment-page-1/#comment-136517</link>
		<dc:creator>zoulou</dc:creator>
		<pubDate>Fri, 02 Oct 2009 16:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=2785#comment-136517</guid>
		<description>[I know that taking away Leadwerks and proceeding with BlitzMax alone would help build more compatible game, but it also means major change - and delay - in the project.]

i would rather go for the future and not look back. Soon Geforce GTX 300, radeon 5xxx or Larabee will be out with more power you can imagine. 
i would rather check the video card when launching the game and popup a message &#039;you 3D card does not meet minimal requirements to run this game, please upgrade&#039;. Who cares if the guy with a notebook and a geforce 6200LE cannot run your game ?</description>
		<content:encoded><![CDATA[<p>[I know that taking away Leadwerks and proceeding with BlitzMax alone would help build more compatible game, but it also means major change - and delay - in the project.]</p>
<p>i would rather go for the future and not look back. Soon Geforce GTX 300, radeon 5xxx or Larabee will be out with more power you can imagine.<br />
i would rather check the video card when launching the game and popup a message &#8216;you 3D card does not meet minimal requirements to run this game, please upgrade&#8217;. Who cares if the guy with a notebook and a geforce 6200LE cannot run your game ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shadhex</title>
		<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/comment-page-1/#comment-134192</link>
		<dc:creator>shadhex</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=2785#comment-134192</guid>
		<description>I was almost tempted to do something similar with my current game I&#039;m working on.  Essentially, I&#039;m using an engine based on Objective-c for my IPhone game (using cocos2d).  Although I find the engine is doing it&#039;s job, the fact that it is in Objective-C instead of my trusty old C++ is really slowing me down.  The alternative would be to change the engine, or rewrite the thing in C++.  I was almost tempted to do so, then decided against it.  I just have to put up with the fact that if I want to develop on the iphone, knowing Objective-C will be an advantage in the long run.  So I kept the engine as it was, and I&#039;m using as much c++ as I can, when I can to make up some of the lost time.

In the end, no one release perfect software, but it&#039;s still very important to release.  Learn what you can from this project, and apply those learning in your next endeavor.</description>
		<content:encoded><![CDATA[<p>I was almost tempted to do something similar with my current game I&#8217;m working on.  Essentially, I&#8217;m using an engine based on Objective-c for my IPhone game (using cocos2d).  Although I find the engine is doing it&#8217;s job, the fact that it is in Objective-C instead of my trusty old C++ is really slowing me down.  The alternative would be to change the engine, or rewrite the thing in C++.  I was almost tempted to do so, then decided against it.  I just have to put up with the fact that if I want to develop on the iphone, knowing Objective-C will be an advantage in the long run.  So I kept the engine as it was, and I&#8217;m using as much c++ as I can, when I can to make up some of the lost time.</p>
<p>In the end, no one release perfect software, but it&#8217;s still very important to release.  Learn what you can from this project, and apply those learning in your next endeavor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juuso Hietalahti</title>
		<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/comment-page-1/#comment-134084</link>
		<dc:creator>Juuso Hietalahti</dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=2785#comment-134084</guid>
		<description>I wrote stuff here, check it out: &lt;a href=&#039;http://www.gameproducer.net/2009/04/06/compatibility-thoughts-part-3-the-missing-chapter/&#039; rel=&quot;nofollow&quot;&gt;here&#039;ll be the dragons&lt;/a&gt;.

@Scurvy Lobster:
&quot;If you change from 3D to 2D you might piss of most of the established fan base. That could waste a lot of hard work for done for your community.&quot;
Yeh, indeed - I know. This is a major thing (and I&#039;ve gently asked about the current fan base about this). 

@Anonymous: 
Yeh, I&#039;m testing a quite new version... which has so far required quite many changes to my existing code &amp; assets :)

@d.evil:
It&#039;s Leadwerks engine problem (or &quot;ATI cards problem&quot; as they say id ;). I&#039;ve told people to &quot;try out their evaluation kit&quot; and the scren close black.
It doesn&#039;t use DirectX, it uses OpenGL. Shaders Model 3.0.

@Jake:
I cannot release with current (old) tech, since the game won&#039;t work with ATI cards. Good points on other things though.

@Anonymous Alex: 
Yeh, the dynamic shadows are indeed kind of like &quot;required&quot; for this type of game (well, almost at least :). 

I do agree that Leadwerks has good points, and that updating drivers can sort issues... but I wonder how many people are willing to do that.

&lt;i&gt;&quot;This is your hobby project and your life doesn’t depend on it.&quot;&lt;/i&gt;
Well, this project actually has the biggest budget I&#039;ve had for a game so far. :)

In earlier games I&#039;ve used mainly time, but this time I&#039;ve spent quite a bit of time &amp; money and I do this stuff for commercial purposes... as in to build &amp; grow my company :)

---

Thanks for the help everybody</description>
		<content:encoded><![CDATA[<p>I wrote stuff here, check it out: <a href='http://www.gameproducer.net/2009/04/06/compatibility-thoughts-part-3-the-missing-chapter/' rel="nofollow">here&#8217;ll be the dragons</a>.</p>
<p>@Scurvy Lobster:<br />
&#8220;If you change from 3D to 2D you might piss of most of the established fan base. That could waste a lot of hard work for done for your community.&#8221;<br />
Yeh, indeed &#8211; I know. This is a major thing (and I&#8217;ve gently asked about the current fan base about this). </p>
<p>@Anonymous:<br />
Yeh, I&#8217;m testing a quite new version&#8230; which has so far required quite many changes to my existing code &#038; assets :)</p>
<p>@d.evil:<br />
It&#8217;s Leadwerks engine problem (or &#8220;ATI cards problem&#8221; as they say id ;). I&#8217;ve told people to &#8220;try out their evaluation kit&#8221; and the scren close black.<br />
It doesn&#8217;t use DirectX, it uses OpenGL. Shaders Model 3.0.</p>
<p>@Jake:<br />
I cannot release with current (old) tech, since the game won&#8217;t work with ATI cards. Good points on other things though.</p>
<p>@Anonymous Alex:<br />
Yeh, the dynamic shadows are indeed kind of like &#8220;required&#8221; for this type of game (well, almost at least :). </p>
<p>I do agree that Leadwerks has good points, and that updating drivers can sort issues&#8230; but I wonder how many people are willing to do that.</p>
<p><i>&#8220;This is your hobby project and your life doesn’t depend on it.&#8221;</i><br />
Well, this project actually has the biggest budget I&#8217;ve had for a game so far. :)</p>
<p>In earlier games I&#8217;ve used mainly time, but this time I&#8217;ve spent quite a bit of time &#038; money and I do this stuff for commercial purposes&#8230; as in to build &#038; grow my company :)</p>
<p>&#8212;</p>
<p>Thanks for the help everybody</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/comment-page-1/#comment-134061</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 06 Apr 2009 08:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=2785#comment-134061</guid>
		<description>Sometimes, I&#039;m also trapped in the &quot;compatibility issue&quot; when designing my engine. It&#039;s so annoying, but I hope by the time I get to the game, the engine would be so well wrapped that these details won&#039;t affect the game&#039;s code.

I&#039;m also thinking that using vertex and pixel shaders should not be a problem these days. Of course it depends on the game. If you do a 2D Hidden Object game, I don&#039;t see a point to risk it . But this is not your case.

Having your game in 3D is a good thing. Mainly for the dynamic shadows that are a &quot;must have&quot; in any horror game.

----

Now if you want to avoid Leadwerks because it&#039;s special requirements (multiple render targets for deferred rendering ) there you may have a point. It will lower the hardware requirements and it will probably work for more people with old drivers.

Render targets are a real issue for old/bad video drivers. I&#039;ve seen commercial games that showed me the &quot;black screen&quot; or whatever color it was, without any warning message (probably the game engine receives no  error codes). To mention a few I remember now: Myst IV, So Blonde (badly broken shadows), Azada2. A drivers update and it all worked fine.

The best thing to do is to talk to the people who experienced problems and see if they or you (or Leadwerks) can fix them.

Dropping Leadwerks would make you miss the deferred rendering advantages and you&#039;ll need a complex lighting system to limit the lights per object, etc.

---------

So my advice is not to give up on 3D because of compatibility issues. You can drop Leadwerks if you decide it doesn&#039;t cover enough of your audience, but you don&#039;t have to give up 3D and not even shaders.

If you&#039;re still thinking about 2D, it might be because you don&#039;t think your game looks good enough in 3D to worth the effort and the requirements compromise (I&#039;m sure Diablo 3 developers have no such thoughts). If so, make an analysis (by checking similar games) to see if you can have it better looking in 2D or if you can improve it as it is.

Keep the good work, and don&#039;t worry about releasing a new game each year. This is your hobby project and your life doesn&#039;t depend on it. Nor your credibility, as someone suggested it.

Alex</description>
		<content:encoded><![CDATA[<p>Sometimes, I&#8217;m also trapped in the &#8220;compatibility issue&#8221; when designing my engine. It&#8217;s so annoying, but I hope by the time I get to the game, the engine would be so well wrapped that these details won&#8217;t affect the game&#8217;s code.</p>
<p>I&#8217;m also thinking that using vertex and pixel shaders should not be a problem these days. Of course it depends on the game. If you do a 2D Hidden Object game, I don&#8217;t see a point to risk it . But this is not your case.</p>
<p>Having your game in 3D is a good thing. Mainly for the dynamic shadows that are a &#8220;must have&#8221; in any horror game.</p>
<p>&#8212;-</p>
<p>Now if you want to avoid Leadwerks because it&#8217;s special requirements (multiple render targets for deferred rendering ) there you may have a point. It will lower the hardware requirements and it will probably work for more people with old drivers.</p>
<p>Render targets are a real issue for old/bad video drivers. I&#8217;ve seen commercial games that showed me the &#8220;black screen&#8221; or whatever color it was, without any warning message (probably the game engine receives no  error codes). To mention a few I remember now: Myst IV, So Blonde (badly broken shadows), Azada2. A drivers update and it all worked fine.</p>
<p>The best thing to do is to talk to the people who experienced problems and see if they or you (or Leadwerks) can fix them.</p>
<p>Dropping Leadwerks would make you miss the deferred rendering advantages and you&#8217;ll need a complex lighting system to limit the lights per object, etc.</p>
<p>&#8212;&#8212;&#8212;</p>
<p>So my advice is not to give up on 3D because of compatibility issues. You can drop Leadwerks if you decide it doesn&#8217;t cover enough of your audience, but you don&#8217;t have to give up 3D and not even shaders.</p>
<p>If you&#8217;re still thinking about 2D, it might be because you don&#8217;t think your game looks good enough in 3D to worth the effort and the requirements compromise (I&#8217;m sure Diablo 3 developers have no such thoughts). If so, make an analysis (by checking similar games) to see if you can have it better looking in 2D or if you can improve it as it is.</p>
<p>Keep the good work, and don&#8217;t worry about releasing a new game each year. This is your hobby project and your life doesn&#8217;t depend on it. Nor your credibility, as someone suggested it.</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Birkett</title>
		<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/comment-page-1/#comment-134057</link>
		<dc:creator>Jake Birkett</dc:creator>
		<pubDate>Mon, 06 Apr 2009 05:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=2785#comment-134057</guid>
		<description>Agree with much of what is said.  Finish game in current tech and release.  You may loose a certain percent through compatibility issues (any idea what %?) but at least the game will be done and out there.  You may be able to work with cooperative testers and Leadworks to narrow down the issue and fix it (if it affects high enough % to bother with instead of working on marketing and you next game instead).

As for 2D zombie game, forget it (unless isometric like Zombie Shooter).  The audience for zombie games expects 3D and a 2D game would feel to much like a free game.  Get it out soon and ride the popular zombie wave before it dies down (forgive pun).</description>
		<content:encoded><![CDATA[<p>Agree with much of what is said.  Finish game in current tech and release.  You may loose a certain percent through compatibility issues (any idea what %?) but at least the game will be done and out there.  You may be able to work with cooperative testers and Leadworks to narrow down the issue and fix it (if it affects high enough % to bother with instead of working on marketing and you next game instead).</p>
<p>As for 2D zombie game, forget it (unless isometric like Zombie Shooter).  The audience for zombie games expects 3D and a 2D game would feel to much like a free game.  Get it out soon and ride the popular zombie wave before it dies down (forgive pun).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juuso Hietalahti</title>
		<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/comment-page-1/#comment-134056</link>
		<dc:creator>Juuso Hietalahti</dc:creator>
		<pubDate>Mon, 06 Apr 2009 05:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=2785#comment-134056</guid>
		<description>Holy crap... now this post really got comments. I think I gotta reply all these in a minute :)</description>
		<content:encoded><![CDATA[<p>Holy crap&#8230; now this post really got comments. I think I gotta reply all these in a minute :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d.evil</title>
		<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/comment-page-1/#comment-134036</link>
		<dc:creator>d.evil</dc:creator>
		<pubDate>Sun, 05 Apr 2009 19:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=2785#comment-134036</guid>
		<description>We&#039;ll I think that Ovogame have right with relation between tech changing and doing final release. It&#039;s better to drill problem instead of escaping to another (I bet there&#039;s more of them waiting for you If you change framework/engine/libraries). Frequent changing can be long, long way or even no-way.

And as Scurvy Lobster suggested - check thing with different DX releases - It can be the problem.

Other case is that he said about community - I also think that people waiting for DW that already seen 3D version would be pissed of if you suddenly switch to 2D...</description>
		<content:encoded><![CDATA[<p>We&#8217;ll I think that Ovogame have right with relation between tech changing and doing final release. It&#8217;s better to drill problem instead of escaping to another (I bet there&#8217;s more of them waiting for you If you change framework/engine/libraries). Frequent changing can be long, long way or even no-way.</p>
<p>And as Scurvy Lobster suggested &#8211; check thing with different DX releases &#8211; It can be the problem.</p>
<p>Other case is that he said about community &#8211; I also think that people waiting for DW that already seen 3D version would be pissed of if you suddenly switch to 2D&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/comment-page-1/#comment-134033</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 05 Apr 2009 18:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=2785#comment-134033</guid>
		<description>I recommend using the latest version of the engine because there were issues with ATI drivers that were not fixed until recently.  If you decide you want to make a 2D game, that is your decision.  My experience has been that if you try to please everyone, you are better off just making two separate products because the capabilities and needs are so different.</description>
		<content:encoded><![CDATA[<p>I recommend using the latest version of the engine because there were issues with ATI drivers that were not fixed until recently.  If you decide you want to make a 2D game, that is your decision.  My experience has been that if you try to please everyone, you are better off just making two separate products because the capabilities and needs are so different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scurvy Lobster</title>
		<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/comment-page-1/#comment-134028</link>
		<dc:creator>Scurvy Lobster</dc:creator>
		<pubDate>Sun, 05 Apr 2009 15:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=2785#comment-134028</guid>
		<description>And one more thing. If you change from 3D to 2D you might piss of most of the established fan base. That could waste a lot of hard work for done for your community.</description>
		<content:encoded><![CDATA[<p>And one more thing. If you change from 3D to 2D you might piss of most of the established fan base. That could waste a lot of hard work for done for your community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scurvy Lobster</title>
		<link>http://www.gameproducer.net/2009/04/04/compatibility-thoughts/comment-page-1/#comment-134024</link>
		<dc:creator>Scurvy Lobster</dc:creator>
		<pubDate>Sun, 05 Apr 2009 12:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=2785#comment-134024</guid>
		<description>It sound like a lot of your players don&#039;t have a new version of DirectX installed. Be sure to put a web installer in your installer so that they can upgrade to the latest builds. In my experience it&#039;s normal that people still can be running builds from 2006 and 2007. That is still DirectX 9 but not in the latest version.

Other than that: read the book &#039;Masters of Doom&#039; by David Kushner. It gives a great perspective on changing tech in mid development.</description>
		<content:encoded><![CDATA[<p>It sound like a lot of your players don&#8217;t have a new version of DirectX installed. Be sure to put a web installer in your installer so that they can upgrade to the latest builds. In my experience it&#8217;s normal that people still can be running builds from 2006 and 2007. That is still DirectX 9 but not in the latest version.</p>
<p>Other than that: read the book &#8216;Masters of Doom&#8217; by David Kushner. It gives a great perspective on changing tech in mid development.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
