<?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[Help with Objectives on a friend&#x27;s mod]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">A friend of mine has created a mod of a fantasy world of their creation. We are trying to figure out how to see the "Objectives" Tab and add objectives to it. I've spend an exorbitant amount of time trying to figure it out and I am dumb. The mod is fully functional and we are testing the "balance" in various game runs, but we just can't wrap our heads around Objectives currently. I will say I haven't tested to see if they even work, but without the Objectives tab there's no way for the players to see it visually so I wanted that fixed first. I've looked on the forums here and seen about naming conventions with the map.yml file matching mapName in the game xml file. I've tested both with and without underscores in the name within the objective properties file to no avail. I sourced from other mods to see what their code says and nothing seems to line up simply.  I even went from the current stable 2.5 version to the current 2.7 version as of today, 5/5/26. I just can't figure it out. I'm uploading the current iteration of the mod that functions, including the nonfunctioning objectives properties file and objectives in the game xml file.</p>
<p dir="auto"><a href="https://github.com/Zealossus/TripleA-Vlandriel-Mod-Help" target="_blank" rel="noopener noreferrer">Friend's Mod</a></p>
<p dir="auto">Any help or advice is greatly appreciated. Thank you in advance.</p>
]]></description><link>https://forums.triplea-game.org/topic/4316/help-with-objectives-on-a-friend-s-mod</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 07:18:04 GMT</lastBuildDate><atom:link href="https://forums.triplea-game.org/topic/4316.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 May 2026 01:40:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help with Objectives on a friend&#x27;s mod on Wed, 06 May 2026 06:44:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zealossus" aria-label="Profile: Zealossus">@<bdi>Zealossus</bdi></a><br />
<strong>Bravo</strong>, on your mod!<br />
It looks good.</p>
<p dir="auto">You were so close to getting it to work<br />
<img src="/assets/uploads/files/1778049573153-299a5476-c9f2-4731-8a37-a88b1aa83984-image.jpeg" alt="299a5476-c9f2-4731-8a37-a88b1aa83984-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">.<br />
From what I remember, as Im not a fan of Objectives, as the AI does not understand them.</p>
<p dir="auto">.<br />
In the <strong>xml</strong>, removed the apostrophe</p>
<pre><code>&lt;info name="Fading Light of Vlandriel" version="1.0"/&gt;
</code></pre>
<p dir="auto">.<br />
In  <strong>map.yml</strong> removed the apostrophe and put quotes around the map name</p>
<pre><code>- {game_name: "Fading Light of Vlandriel", file_name: fadinglightofvlandriel.xml}
</code></pre>
<p dir="auto">.<br />
In  <strong>objectives.properties</strong> note the # comments, xml info name with <strong>_ replacing spaces</strong></p>
<pre><code># Fading Light of Vlandriel
# xml info name with _ replacing spaces
Objectives.Panel.Name=Objectives
Fading_Light_of_Vlandriel.TABLEGROUP.01;Imperium=objectiveAttachment_Imperium_1_Control_Altairis
Fading_Light_of_Vlandriel.Imperium;objectiveAttachment_Imperium_1_Control_Altairis=&lt;b&gt;10 PUs&lt;/b&gt; if the Imperium captures the Reformist capital of Altairis.
Fading_Light_of_Vlandriel.TABLEGROUP.02;Reformists=objectiveAttachment_Reformists_1_Control_Ylleria
Fading_Light_of_Vlandriel.Reformists;objectiveAttachment_Reformists_1_Control_Ylleria=&lt;b&gt;10 PUs&lt;/b&gt; if the Reformists capture the Imperialist capital of Ylleria.
</code></pre>
]]></description><link>https://forums.triplea-game.org/post/77161</link><guid isPermaLink="true">https://forums.triplea-game.org/post/77161</guid><dc:creator><![CDATA[TheDog]]></dc:creator><pubDate>Wed, 06 May 2026 06:44:19 GMT</pubDate></item></channel></rss>