<?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[Added Relationship Types]]></title><description><![CDATA[<p dir="auto">First of all, I've been absent a while but now I'm back. <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">My uploaded map, "Another World", uses nine relationship types: Allied, Aligned, Friendly, Cooperative, Uncommitted, Uncooperative, Unfriendly, Hostile, and War. The main reason for so many is to stage changes so players can't immediately jump from neutral to war or allied. Everything works the way I desire except for two things:</p>
<ol>
<li>Because all of the relationship types have to be assigned to an archeType of which there are only three (allied, neutral, war), only three colors are used to display relationships in the politics panel. I set the allied relation to the allied archetype, the war &amp; hostile relations to the war archetype, and the rest to the neutral archetype. But I really want every relation to have it's own display color (allied = green, aligned = light green, friendly = blue, cooperative = light blue, uncommitted = gray, uncooperative = light yellow, unfriendly = yellow, hostile = orange, war = red)<br />
I found where the colors are set but they are set by archetype, not by relationship type (PoliticalStateOverview.java) but I have no idea if this can be overridden within a specific map.<br />
Any help on this would be appreciated.</li>
<li>When an AI player requests an upgrade in relations, the question dialogue pops up during that AI player's turn instead of the human player's turn. That is rather hard to monitor in a multi-player situation that also has AI players.</li>
</ol>
<p dir="auto">One last item is the size of the Politics panel (I have 18 players) won't display all at once on the screen. It would be great to be able to resize the panel.</p>
]]></description><link>https://forums.triplea-game.org/topic/3548/added-relationship-types</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 05:33:18 GMT</lastBuildDate><atom:link href="https://forums.triplea-game.org/topic/3548.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 May 2023 19:53:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Added Relationship Types on Tue, 23 May 2023 18:42:48 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">The PoliticalStateOverview.java file has the color coding for the three relationship archeTypes, meaning this functionality could be added but of course its not accessible from the mapmaking point of view.</p>
</blockquote>
<p dir="auto">As there is no Devs working on TripleA at the moment this will not change any time soon. <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
]]></description><link>https://forums.triplea-game.org/post/58547</link><guid isPermaLink="true">https://forums.triplea-game.org/post/58547</guid><dc:creator><![CDATA[TheDog]]></dc:creator><pubDate>Tue, 23 May 2023 18:42:48 GMT</pubDate></item><item><title><![CDATA[Reply to Added Relationship Types on Tue, 23 May 2023 17:56:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thedog" aria-label="Profile: thedog">@<bdi>thedog</bdi></a><br />
Yes I do utilize the "Relationships Last Extra Rounds" so players are slowed down even changing between the nine relationships. All of that works perfectly how I want, its just the visual presentation on the politics panel - color coding each relationship step would make it a lot easier to assess where you stand.</p>
<p dir="auto">The PoliticalStateOverview.java file has the color coding for the three relationship archeTypes, meaning this functionality could be added but of course its not accessible from the mapmaking point of view.</p>
]]></description><link>https://forums.triplea-game.org/post/58545</link><guid isPermaLink="true">https://forums.triplea-game.org/post/58545</guid><dc:creator><![CDATA[BeorntheBold 0]]></dc:creator><pubDate>Tue, 23 May 2023 17:56:25 GMT</pubDate></item><item><title><![CDATA[Reply to Added Relationship Types on Sun, 21 May 2023 09:50:13 GMT]]></title><description><![CDATA[<p dir="auto">Welcome back.<br />
Another World has some interesting ideas.</p>
<p dir="auto">Most of what your asking for is coded within TripleA java and so not changeable by us. (Colours for relationship types &amp; control over the Politics panel)</p>
<p dir="auto">However have you looked at;<br />
&lt;!-- If this is set, it adds or subtracks from any conditions that require a relationship to last for X rounds --&gt;<br />
<strong>&lt;property name="Relationships Last Extra Rounds" value="2" editable="true"&gt;</strong></p>
<p dir="auto">As this might give you what you want and reduce the number of relationship types to say 5 or maybe 3 ?</p>
<p dir="auto">Also you could put all the Politic steps in one block of code like;<br />
&lt;step name="wakoPolitics" 	delegate="politics" player="Wako"/&gt;<br />
&lt;step name="otomoPolitics" 	delegate="politics" player="Otomo"/&gt;<br />
&lt;step name="shimazuPolitics" 	delegate="politics" player="Shimazu"/&gt;<br />
&lt;step name="miyoshiPolitics" 	delegate="politics" player="Miyoshi"/&gt;</p>
<p dir="auto">This will keep all the Politic popups together say at the end of the turn.</p>
]]></description><link>https://forums.triplea-game.org/post/58525</link><guid isPermaLink="true">https://forums.triplea-game.org/post/58525</guid><dc:creator><![CDATA[TheDog]]></dc:creator><pubDate>Sun, 21 May 2023 09:50:13 GMT</pubDate></item></channel></rss>