<?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: My problem with most RTS</title>
	<atom:link href="http://arcadeberg.com/causerie/my-problem-with-most-rts/feed/" rel="self" type="application/rss+xml" />
	<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/</link>
	<description>aka. &#34;Learning Game Design with Arcade Berg&#34;</description>
	<lastBuildDate>Sun, 04 Dec 2011 00:32:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nyerguds</title>
		<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/comment-page-1/#comment-5739</link>
		<dc:creator>Nyerguds</dc:creator>
		<pubDate>Sat, 27 Nov 2010 17:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://arcadeberg.com/?p=663#comment-5739</guid>
		<description>This is an easy one. Play turn-based strategy.</description>
		<content:encoded><![CDATA[<p>This is an easy one. Play turn-based strategy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/comment-page-1/#comment-4587</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 21 May 2010 09:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://arcadeberg.com/?p=663#comment-4587</guid>
		<description>thx for you reply.

i have already the starcraft-beta, but it consists only of a multiplayer-agent.. there is no stuff included like the editor. the videos around (i think) are made by blizzard employees with deep knowledge of the editor-mechanics. 

but the thing is: i dont know if modding an existing rts helps if you want to change _controlling_ mechanics. for example: i have developped a mechanic called autoselecting.. this is how it works: 
- you select a group and move to battle
- in battle you want to do quick movement micro (with your melee for example)
- select unit a, hold down SHIFT rightclick to move unit a
- next unit to a gets autoselected, rightlick to move unit b
- next unit to b gets autoselected, rightclick to move unit c

so you do 4 clicks instead of 6 and your mouse cursor targets at area you want to move instead of shuffeling forth and back like crazy.
this is just one of the simplier technique which isnt so simple to mod because its nothing that can be done by altering some behavior scripts. maybe im wrong.. if you know that someting like this is possible.

@unity3d: unity3d looks nice and you can quickly develop a fps or 3rd person platformer, but if you want to implement a (2d) rts game with 3d graphics.. it just gets messy because the whole shiny editor thing helps nothing. there is only one (amateur) rts-project out there mady with unity.. and it died after unit selection and movement. :-(

so main problem still exists: prototyping rts-mechanics.
maybe modding is best approach but me and my team never really done that before. 

hey isnt this problem worth a post in your blog? ;-))
cheers!</description>
		<content:encoded><![CDATA[<p>thx for you reply.</p>
<p>i have already the starcraft-beta, but it consists only of a multiplayer-agent.. there is no stuff included like the editor. the videos around (i think) are made by blizzard employees with deep knowledge of the editor-mechanics. </p>
<p>but the thing is: i dont know if modding an existing rts helps if you want to change _controlling_ mechanics. for example: i have developped a mechanic called autoselecting.. this is how it works:<br />
- you select a group and move to battle<br />
- in battle you want to do quick movement micro (with your melee for example)<br />
- select unit a, hold down SHIFT rightclick to move unit a<br />
- next unit to a gets autoselected, rightlick to move unit b<br />
- next unit to b gets autoselected, rightclick to move unit c</p>
<p>so you do 4 clicks instead of 6 and your mouse cursor targets at area you want to move instead of shuffeling forth and back like crazy.<br />
this is just one of the simplier technique which isnt so simple to mod because its nothing that can be done by altering some behavior scripts. maybe im wrong.. if you know that someting like this is possible.</p>
<p>@unity3d: unity3d looks nice and you can quickly develop a fps or 3rd person platformer, but if you want to implement a (2d) rts game with 3d graphics.. it just gets messy because the whole shiny editor thing helps nothing. there is only one (amateur) rts-project out there mady with unity.. and it died after unit selection and movement. <img src='http://arcadeberg.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>so main problem still exists: prototyping rts-mechanics.<br />
maybe modding is best approach but me and my team never really done that before. </p>
<p>hey isnt this problem worth a post in your blog? <img src='http://arcadeberg.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )<br />
cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arcade</title>
		<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/comment-page-1/#comment-4585</link>
		<dc:creator>Arcade</dc:creator>
		<pubDate>Thu, 20 May 2010 18:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://arcadeberg.com/?p=663#comment-4585</guid>
		<description>@alex
Hey!

Well, the best thing that comes to mind would be the Starcraft 2 Editor. I haven&#039;t tried it myself, but you do really radical stuff with it, using only the editor. Maybe you can try and get your hands on a beta-key which I THINK you get if you pre-order the game.

There are many youtube-videos on different things people have made with it, as well as some demos from the devs.

You can find one here:
http://arcadeberg.com/causerie/blizzards-new-editor/

Other than that, I don&#039;t know what&#039;s fast and what&#039;s not. I think you can mod C&amp;C: Generals, but I don&#039;t know if you can change the core mechanics at all.

If you want to create something from scratch, I recommend Unity3D which you can use for free and get at unity3d.com.

Lemme know how it goes!

Regards,
Arcade</description>
		<content:encoded><![CDATA[<p>@alex<br />
Hey!</p>
<p>Well, the best thing that comes to mind would be the Starcraft 2 Editor. I haven&#8217;t tried it myself, but you do really radical stuff with it, using only the editor. Maybe you can try and get your hands on a beta-key which I THINK you get if you pre-order the game.</p>
<p>There are many youtube-videos on different things people have made with it, as well as some demos from the devs.</p>
<p>You can find one here:<br />
<a href="http://arcadeberg.com/causerie/blizzards-new-editor/" rel="nofollow">http://arcadeberg.com/causerie/blizzards-new-editor/</a></p>
<p>Other than that, I don&#8217;t know what&#8217;s fast and what&#8217;s not. I think you can mod C&#038;C: Generals, but I don&#8217;t know if you can change the core mechanics at all.</p>
<p>If you want to create something from scratch, I recommend Unity3D which you can use for free and get at unity3d.com.</p>
<p>Lemme know how it goes!</p>
<p>Regards,<br />
Arcade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/comment-page-1/#comment-4584</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 20 May 2010 17:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://arcadeberg.com/?p=663#comment-4584</guid>
		<description>hi! i work on a design document for quite a while now, which covers a lot of gameplay features i found here. and now i am presenting you the main problem in creating new rts gameplay: you can&#039;t prototype in just a few weeks! this fact drives me crazy because you have to code all gameplay before you can fiend out if it works or not. 
i searched a lot for rts-engines but either they are too readymade so you can&#039;t manipulate the core mechanics without hacking the hole thing (e.g. spring) or they stuck at prealpha level.

have you any suggestions to solve this problem?
cheers!</description>
		<content:encoded><![CDATA[<p>hi! i work on a design document for quite a while now, which covers a lot of gameplay features i found here. and now i am presenting you the main problem in creating new rts gameplay: you can&#8217;t prototype in just a few weeks! this fact drives me crazy because you have to code all gameplay before you can fiend out if it works or not.<br />
i searched a lot for rts-engines but either they are too readymade so you can&#8217;t manipulate the core mechanics without hacking the hole thing (e.g. spring) or they stuck at prealpha level.</p>
<p>have you any suggestions to solve this problem?<br />
cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arcade</title>
		<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/comment-page-1/#comment-4447</link>
		<dc:creator>Arcade</dc:creator>
		<pubDate>Thu, 08 Apr 2010 20:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://arcadeberg.com/?p=663#comment-4447</guid>
		<description>@Alex
Yes, in a way you&#039;re truly alive. I really liked Shogun: Total War. But it&#039;s the same problem. I had all these units that I always knew exactly what I wanted them to do, but I seldom could wrap my head around controlling all the troops in an effective manner.</description>
		<content:encoded><![CDATA[<p>@Alex<br />
Yes, in a way you&#8217;re truly alive. I really liked Shogun: Total War. But it&#8217;s the same problem. I had all these units that I always knew exactly what I wanted them to do, but I seldom could wrap my head around controlling all the troops in an effective manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/comment-page-1/#comment-4446</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 08 Apr 2010 20:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://arcadeberg.com/?p=663#comment-4446</guid>
		<description>Have you tried the &quot;total war&quot;-series? I know it&#039;s less of an &quot;gather resources spit out unit&quot; but its on the battlefield you are truly alive, don&#039;t you think?</description>
		<content:encoded><![CDATA[<p>Have you tried the &#8220;total war&#8221;-series? I know it&#8217;s less of an &#8220;gather resources spit out unit&#8221; but its on the battlefield you are truly alive, don&#8217;t you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arcade</title>
		<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/comment-page-1/#comment-3249</link>
		<dc:creator>Arcade</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://arcadeberg.com/?p=663#comment-3249</guid>
		<description>I think I see your point, but if I understand you correctly there is still the problem of the player with the über-micro will still always win, unless the AI is at an extreme level. But hey, it could happen. :)

But indeed, the vision is one of the biggest problem with this, and playing on &quot;over-view&quot; would help with this.

And in truth, IF the AI were to present itself adequate, then it might work.

Thanks for sharing your thoughts.</description>
		<content:encoded><![CDATA[<p>I think I see your point, but if I understand you correctly there is still the problem of the player with the über-micro will still always win, unless the AI is at an extreme level. But hey, it could happen. <img src='http://arcadeberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But indeed, the vision is one of the biggest problem with this, and playing on &#8220;over-view&#8221; would help with this.</p>
<p>And in truth, IF the AI were to present itself adequate, then it might work.</p>
<p>Thanks for sharing your thoughts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike C</title>
		<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/comment-page-1/#comment-3248</link>
		<dc:creator>Mike C</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://arcadeberg.com/?p=663#comment-3248</guid>
		<description>Perhaps an approach would be an increased role for AI (stay with me here).

I can envision a chain-of-command idea, where you are at the general-level, and you have computer controlled commanders beneath you.  Pre-game could involve ordered priority lists (I found FFXII clever in this regard) per commander.  Units would be assigned to squads dynamically as they are built... again based on task and priority.

I think, ideally, this would free up your vision (which is always the challenge for me) to focus on the battlefield broadly.  I think you could preserve micro as a game element as well by allowing the general to take over for a commander on the fly... but if the macro is solid and the AI is sufficient, the necessity of micro might be minimalized (perhaps even just a matter of &quot;fun&quot; rather than being strictly and markedly advantageous).</description>
		<content:encoded><![CDATA[<p>Perhaps an approach would be an increased role for AI (stay with me here).</p>
<p>I can envision a chain-of-command idea, where you are at the general-level, and you have computer controlled commanders beneath you.  Pre-game could involve ordered priority lists (I found FFXII clever in this regard) per commander.  Units would be assigned to squads dynamically as they are built&#8230; again based on task and priority.</p>
<p>I think, ideally, this would free up your vision (which is always the challenge for me) to focus on the battlefield broadly.  I think you could preserve micro as a game element as well by allowing the general to take over for a commander on the fly&#8230; but if the macro is solid and the AI is sufficient, the necessity of micro might be minimalized (perhaps even just a matter of &#8220;fun&#8221; rather than being strictly and markedly advantageous).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/comment-page-1/#comment-3024</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Mon, 31 Aug 2009 16:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://arcadeberg.com/?p=663#comment-3024</guid>
		<description>I think you&#039;re starting from the wrong direction. You&#039;re starting with a complex system and try to simplify it.

Try instead to start from zero and add complexity when you have the core mechanics down. It&#039;s very easy to make a game more complex but you need your system of control first.

For instance: if you have 5 units that control perfectly, give them two different weapons to choose from and the possibility of adding a shield. Instant exponential complexity of strategy.</description>
		<content:encoded><![CDATA[<p>I think you&#8217;re starting from the wrong direction. You&#8217;re starting with a complex system and try to simplify it.</p>
<p>Try instead to start from zero and add complexity when you have the core mechanics down. It&#8217;s very easy to make a game more complex but you need your system of control first.</p>
<p>For instance: if you have 5 units that control perfectly, give them two different weapons to choose from and the possibility of adding a shield. Instant exponential complexity of strategy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arcade</title>
		<link>http://arcadeberg.com/causerie/my-problem-with-most-rts/comment-page-1/#comment-2858</link>
		<dc:creator>Arcade</dc:creator>
		<pubDate>Sat, 22 Aug 2009 21:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://arcadeberg.com/?p=663#comment-2858</guid>
		<description>@gutek
I think you have some valid points.

I&#039;m thinking that the best result would probably come from starting all over again from the beginning, instead of changing what we have.

But as I said, I have no idea how.</description>
		<content:encoded><![CDATA[<p>@gutek<br />
I think you have some valid points.</p>
<p>I&#8217;m thinking that the best result would probably come from starting all over again from the beginning, instead of changing what we have.</p>
<p>But as I said, I have no idea how.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

