<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[offset round=&quot;0&quot;]]></title><description><![CDATA[<p dir="auto">from POS2 "offset is used by the xml exporter to have a game begin in a round other than round 1"</p>
<p dir="auto">Not real familiar with this. Is there anyway to use this as a "map option" or is it only for the xml export that would then hardwire it into a different xml ?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forums.triplea-game.org/topic/3005/offset-round-0</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 17:02:50 GMT</lastBuildDate><atom:link href="https://forums.triplea-game.org/topic/3005.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 30 Oct 2021 14:18:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to offset round=&quot;0&quot; on Sun, 31 Oct 2021 03:10:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.triplea-game.org/uid/7">@lafayette</a>  right on yea I wanted to have a "map option" activate which rd the game would start for games that have multiple scenarios with different start dates. That way I could keep it all in 1 xml and not have to update multiple ones.</p>
<p dir="auto">Only way I know of, is to make a trigger for each instance that would need adjusting, which is a lot. I thought if it was possible to only do a couple code lines and bingo, it would be sweet lol</p>
]]></description><link>https://forums.triplea-game.org/post/52661</link><guid isPermaLink="true">https://forums.triplea-game.org/post/52661</guid><dc:creator><![CDATA[beelee]]></dc:creator><pubDate>Sun, 31 Oct 2021 03:10:27 GMT</pubDate></item><item><title><![CDATA[Reply to offset round=&quot;0&quot; on Sat, 30 Oct 2021 22:16:07 GMT]]></title><description><![CDATA[<p dir="auto">The round offset should affect the starting round. Here is the code involved:</p>
<pre><code>  private int round = 1;
  private int roundOffset = 0;

  public int getRound() {
    return round + roundOffset;
  }
</code></pre>
<p dir="auto">A round offset of 9 would imply the game starts at round '10' instead of round '1'.</p>
<p dir="auto">I'm not sure how overall that would be useful. Though, there could be some non-obvious uses for game export as mentioned that I'm not aware of.</p>
]]></description><link>https://forums.triplea-game.org/post/52656</link><guid isPermaLink="true">https://forums.triplea-game.org/post/52656</guid><dc:creator><![CDATA[LaFayette]]></dc:creator><pubDate>Sat, 30 Oct 2021 22:16:07 GMT</pubDate></item><item><title><![CDATA[Reply to offset round=&quot;0&quot; on Sat, 30 Oct 2021 15:20:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.triplea-game.org/uid/29">@cernel</a>  right on thanks. I'll look at what Frostion did</p>
]]></description><link>https://forums.triplea-game.org/post/52647</link><guid isPermaLink="true">https://forums.triplea-game.org/post/52647</guid><dc:creator><![CDATA[beelee]]></dc:creator><pubDate>Sat, 30 Oct 2021 15:20:59 GMT</pubDate></item><item><title><![CDATA[Reply to offset round=&quot;0&quot; on Sat, 30 Oct 2021 14:48:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.triplea-game.org/uid/11">@beelee</a> From discussions I had with Veqryn, I believe this item exists soley for tracking the round of the game when creating a game file out of a game in progress (using the "Export game.xml File (Beta)" function). Since then, at least <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.triplea-game.org/uid/28">@Frostion</a> used this item in its Age of Tribes map to create late-game scenarios feigning the game has been played up to this point (for example, the first round of "Age of Tribes: Cold War" is 66), but I recall Veqryn was not approving of such usage.</p>
]]></description><link>https://forums.triplea-game.org/post/52646</link><guid isPermaLink="true">https://forums.triplea-game.org/post/52646</guid><dc:creator><![CDATA[Cernel]]></dc:creator><pubDate>Sat, 30 Oct 2021 14:48:02 GMT</pubDate></item></channel></rss>