<?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: Build 20100609</title>
	<atom:link href="http://visual77.com/blog/2010/06/build-20100609/feed/" rel="self" type="application/rss+xml" />
	<link>http://visual77.com/blog/2010/06/build-20100609/</link>
	<description>Ramblings from Steve Phillips</description>
	<lastBuildDate>Tue, 13 Sep 2011 20:36:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Carrarn</title>
		<link>http://visual77.com/blog/2010/06/build-20100609/comment-page-1/#comment-3036</link>
		<dc:creator>Carrarn</dc:creator>
		<pubDate>Wed, 22 Sep 2010 06:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://visual77.com/blog/?p=622#comment-3036</guid>
		<description>Ah yes i noticed that aswel, however sofar i have not needed the exact timer yet. 

I have however started making functions to calculate the things you talk about, because i will need them in the future. It isnt impossible, just anoying. 

Sofar i have only really started paying atention to the crystal part, the vespine is more of the same and can be added after.

What im doing right now is working with a normalized resource per second derived from the time it takes 1 harvester to bring back 5 resources and the number of harvesters.  

I have narrowed it down to 2 super functions i will need,  1 is to get the resources still needed for a building as fast as possible, the 2e to use any time from buildings that are still beeing build to increase the resource per second or the start of new buildings depending on mulitple targets selected.

Im using recursive methods and external parameters for this. As soon as i got some stuff working il post something here.</description>
		<content:encoded><![CDATA[<p>Ah yes i noticed that aswel, however sofar i have not needed the exact timer yet. </p>
<p>I have however started making functions to calculate the things you talk about, because i will need them in the future. It isnt impossible, just anoying. </p>
<p>Sofar i have only really started paying atention to the crystal part, the vespine is more of the same and can be added after.</p>
<p>What im doing right now is working with a normalized resource per second derived from the time it takes 1 harvester to bring back 5 resources and the number of harvesters.  </p>
<p>I have narrowed it down to 2 super functions i will need,  1 is to get the resources still needed for a building as fast as possible, the 2e to use any time from buildings that are still beeing build to increase the resource per second or the start of new buildings depending on mulitple targets selected.</p>
<p>Im using recursive methods and external parameters for this. As soon as i got some stuff working il post something here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: visual77</title>
		<link>http://visual77.com/blog/2010/06/build-20100609/comment-page-1/#comment-3032</link>
		<dc:creator>visual77</dc:creator>
		<pubDate>Tue, 21 Sep 2010 15:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://visual77.com/blog/?p=622#comment-3032</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-3030&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-3030&quot; rel=&quot;nofollow&quot;&gt;Carrarn&lt;/a&gt; :&lt;/strong&gt;
                                    &lt;p&gt;
                                      Hi,
                                    &lt;/p&gt;
                                    &lt;p&gt;
                                      Ik just found this, i saw your tool on the web and couldnt find any of the others until i saw some links here &lt;img src=&quot;http://visual77.com/blog/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot;/&gt;
                                    &lt;/p&gt;
                                    &lt;p&gt;
                                      I hope u dont mind but i added some time stuff to your basic version on &lt;a href=&quot;http://sc2build.com/&quot; rel=&quot;nofollow&quot;&gt;http://sc2build.com/&lt;/a&gt;
                                    &lt;/p&gt;
                                    &lt;p&gt;
                                      i tried mailing it to you seeing as it isnt my code but the gmail thingie is just a handle for chat.
                                    &lt;/p&gt;
                                    &lt;p&gt;
                                      I might take a go at something similar 2, but im confused why your all having trouble with the time? Isnt adding a time per unit and a total time at the top sufficient? (atleast for my uses it is)
                                    &lt;/p&gt;
                                  &lt;/blockquote&gt;

The problem with calculating time is that it isn&#039;t simply cumulative like minerals or gas is. If you make 4 probes, and a pylon on 9 supply, you can&#039;t just say that the time is 4*17 + 25, because the 3rd and 4th probes overlap with the pylon. In addition, there are other oddities like chronoboost and having multiple unit producing structures.

I&#039;ve been trying a number of things to calculate the correct time with precision, but nothing has worked out very well.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-3030"><p>
<strong><a href="#comment-3030" rel="nofollow">Carrarn</a> :</strong></p>
<p>
                                      Hi,
                                    </p>
<p>
                                      Ik just found this, i saw your tool on the web and couldnt find any of the others until i saw some links here <img src="http://visual77.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"/>
                                    </p>
<p>
                                      I hope u dont mind but i added some time stuff to your basic version on <a href="http://sc2build.com/" rel="nofollow">http://sc2build.com/</a>
                                    </p>
<p>
                                      i tried mailing it to you seeing as it isnt my code but the gmail thingie is just a handle for chat.
                                    </p>
<p>
                                      I might take a go at something similar 2, but im confused why your all having trouble with the time? Isnt adding a time per unit and a total time at the top sufficient? (atleast for my uses it is)
                                    </p>
</blockquote>
<p>The problem with calculating time is that it isn&#8217;t simply cumulative like minerals or gas is. If you make 4 probes, and a pylon on 9 supply, you can&#8217;t just say that the time is 4*17 + 25, because the 3rd and 4th probes overlap with the pylon. In addition, there are other oddities like chronoboost and having multiple unit producing structures.</p>
<p>I&#8217;ve been trying a number of things to calculate the correct time with precision, but nothing has worked out very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carrarn</title>
		<link>http://visual77.com/blog/2010/06/build-20100609/comment-page-1/#comment-3030</link>
		<dc:creator>Carrarn</dc:creator>
		<pubDate>Tue, 21 Sep 2010 12:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://visual77.com/blog/?p=622#comment-3030</guid>
		<description>Hi,

Ik just found this, i saw your tool  on the web and couldnt find any of the others until i saw some links here :)

I hope u dont mind but i added some time stuff to your basic version on http://sc2build.com/ 

i tried mailing it to you seeing as it isnt my code but the gmail thingie is just a handle for chat.

I might take a go at something similar 2, but im confused why your all having trouble with the time? Isnt adding a time per unit and a total time at the top sufficient? (atleast for my uses it is)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Ik just found this, i saw your tool  on the web and couldnt find any of the others until i saw some links here <img src='http://visual77.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I hope u dont mind but i added some time stuff to your basic version on <a href="http://sc2build.com/" rel="nofollow">http://sc2build.com/</a> </p>
<p>i tried mailing it to you seeing as it isnt my code but the gmail thingie is just a handle for chat.</p>
<p>I might take a go at something similar 2, but im confused why your all having trouble with the time? Isnt adding a time per unit and a total time at the top sufficient? (atleast for my uses it is)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai</title>
		<link>http://visual77.com/blog/2010/06/build-20100609/comment-page-1/#comment-2979</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Thu, 09 Sep 2010 20:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://visual77.com/blog/?p=622#comment-2979</guid>
		<description>Hey guys, I also responded in the TL forums. I, too, have been building a similar tool (http://sc2.mallea.net). Time calculations are a b!$%^! I have simply left it at basic addition, until I can figure out a better strategy. It&#039;s cool to find other people with similar ideas!</description>
		<content:encoded><![CDATA[<p>Hey guys, I also responded in the TL forums. I, too, have been building a similar tool (<a href="http://sc2.mallea.net" rel="nofollow">http://sc2.mallea.net</a>). Time calculations are a b!$%^! I have simply left it at basic addition, until I can figure out a better strategy. It&#8217;s cool to find other people with similar ideas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: visual77</title>
		<link>http://visual77.com/blog/2010/06/build-20100609/comment-page-1/#comment-2883</link>
		<dc:creator>visual77</dc:creator>
		<pubDate>Fri, 13 Aug 2010 15:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://visual77.com/blog/?p=622#comment-2883</guid>
		<description>There was a problem with the refinery not showing up, but I fixed that hours before your comment. Perhaps your browser is caching the older javascript file? Try doing a full refresh, which is ctrl+f5 in firefox and chrome.</description>
		<content:encoded><![CDATA[<p>There was a problem with the refinery not showing up, but I fixed that hours before your comment. Perhaps your browser is caching the older javascript file? Try doing a full refresh, which is ctrl+f5 in firefox and chrome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sky</title>
		<link>http://visual77.com/blog/2010/06/build-20100609/comment-page-1/#comment-2880</link>
		<dc:creator>Sky</dc:creator>
		<pubDate>Fri, 13 Aug 2010 02:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://visual77.com/blog/?p=622#comment-2880</guid>
		<description>Is it just me or is the Refinery missing under the Terran buildings list? The Refinery icon is lined to Orbital Command =\</description>
		<content:encoded><![CDATA[<p>Is it just me or is the Refinery missing under the Terran buildings list? The Refinery icon is lined to Orbital Command =\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: visual77</title>
		<link>http://visual77.com/blog/2010/06/build-20100609/comment-page-1/#comment-2878</link>
		<dc:creator>visual77</dc:creator>
		<pubDate>Thu, 12 Aug 2010 19:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://visual77.com/blog/?p=622#comment-2878</guid>
		<description>Thanks. Good luck to you, too.

I&#039;m very open to some collaborative work on these projects. It&#039;s clear we had extremely similar ideas, and it could greatly benefit both tools to bounce some ideas back and forth.

The time calculations are a huge pain. Multiple unit producing structures, reactors, chronoboosts, etc., all throw off timing a good amount. I&#039;ve also toyed around with mineral calculations, based on how many workers are available, but MULEs will mess that up, and then I have to do energy calculations to know when MULEs can even be made.

Did you try anything that didn&#039;t make it to your final build?</description>
		<content:encoded><![CDATA[<p>Thanks. Good luck to you, too.</p>
<p>I&#8217;m very open to some collaborative work on these projects. It&#8217;s clear we had extremely similar ideas, and it could greatly benefit both tools to bounce some ideas back and forth.</p>
<p>The time calculations are a huge pain. Multiple unit producing structures, reactors, chronoboosts, etc., all throw off timing a good amount. I&#8217;ve also toyed around with mineral calculations, based on how many workers are available, but MULEs will mess that up, and then I have to do energy calculations to know when MULEs can even be made.</p>
<p>Did you try anything that didn&#8217;t make it to your final build?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://visual77.com/blog/2010/06/build-20100609/comment-page-1/#comment-2877</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 12 Aug 2010 17:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://visual77.com/blog/?p=622#comment-2877</guid>
		<description>It is really strange seeing someone go through the same road blocks that I did. I too struggled with the URL values (still struggling) and time calculations I&#039;d imagine are a pain in the ass. GL to you.</description>
		<content:encoded><![CDATA[<p>It is really strange seeing someone go through the same road blocks that I did. I too struggled with the URL values (still struggling) and time calculations I&#8217;d imagine are a pain in the ass. GL to you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
