<?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[How to mimic "fog of war" if there is a way?]]></title><description><![CDATA[<p dir="auto">Example ideas;</p>
<p dir="auto">1- Getting an estimate of enemy strenghts rather than seeing the exact enemy numbers like not seeing 4 enemy infantry instead 1-10 infantry.</p>
<p dir="auto">2- Making calculator less accurate.</p>
<p dir="auto">Just like any of them.</p>
]]></description><link>https://forums.triplea-game.org/topic/2812/how-to-mimic-fog-of-war-if-there-is-a-way</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 17:58:27 GMT</lastBuildDate><atom:link href="https://forums.triplea-game.org/topic/2812.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Jun 2021 15:18:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Sun, 13 Jun 2021 21:07:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/butterw" aria-label="Profile: butterw">@<bdi>butterw</bdi></a><br />
A quick thought, the unit count for human players could be;</p>
<ul>
<li>Traffic lighted, eg. Green(low numbers), Amber(medium numbers), Red(high numbers)</li>
<li>Ideally the above bandings would <strong>not</strong> be fixed, but would be dynamic, based on the largest stack on the current map for the current turn, although this might not be possible.  If it was fixed then some maps with low unit count might never get to the higher banding.</li>
</ul>
<p dir="auto">Whatever you decide, put me down for giving feedback.</p>
]]></description><link>https://forums.triplea-game.org/post/50576</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50576</guid><dc:creator><![CDATA[TheDog]]></dc:creator><pubDate>Sun, 13 Jun 2021 21:07:12 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Fri, 18 Jun 2021 12:23:19 GMT]]></title><description><![CDATA[<p dir="auto">I don't know if fog of war makes senses gameplay-wise (it isn't a thing in Axis &amp; Allies) but it could maybe be added as an option in Triplea.<br />
I think it may be a way to give a small advantage to the AI and help in creating a more casual game, where calculating battle odds is less critical.</p>
<p dir="auto">I've been able to do the following simple code modification:</p>
<ul>
<li>Unit counts for Human players will optionnally be displayed on the map as fog(x) instead of x the unit count.</li>
<li>It's possible to cheat by looking in the territory tab for enemy zones or in tooltips, but it should at least allow to test the feature against the AI.</li>
</ul>
<p dir="auto">I haven't had time to playtest the feature myself, <a href="https://forums.triplea-game.org/topic/2798/achievable-improvements-to-the-triplea-user-interface/42?page=3">but I hope to make a dev build available next week,</a> so that others may give some feedback.</p>
<p dir="auto">While it makes sense that a Human player would know is own units count, there may also be some benefit to simplifying the unit count display on the map for new players.</p>
<p dir="auto">EDIT:<br />
The setting can be changed in <code>Engine Setting &gt; Game &gt; Map show unit count</code>.<br />
1: Normal count<br />
2: applies fog to AI players count<br />
3: applies fog to all players<br />
the list could be extended to switch between different fog functions.</p>
<p dir="auto">! Changes are only applied on redraw (which may only occur at end of a given players turn). To force a redraw (mapPanel .resetMap()), click the current option in View menu &gt; Unit Size.</p>
<p dir="auto">currently only one Fog Function is implemented:</p>
<pre><code>private String unitCountwithFog(int count) {
  return count&gt;80 ? "C": count&gt;40 ? "L": count&gt;25 ? "B"  
       : count&gt;15 ? "A": count&gt;7  ? "X": count&gt;3  ? "V"
       : count&gt;1  ? "2": String.valueOf(count);
  }
</code></pre>
]]></description><link>https://forums.triplea-game.org/post/50575</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50575</guid><dc:creator><![CDATA[butterw]]></dc:creator><pubDate>Fri, 18 Jun 2021 12:23:19 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 21:58:50 GMT]]></title><description><![CDATA[<p dir="auto">Fog of war isn't realistic either since nations usually have some informations about the enemy strenght before attacking/defending.</p>
<p dir="auto">Unlimited stacks are also issue which I would prefer either limiting stacks or giving increasing penalties if a nation stack so many units in an area like increasing upkeep etc...</p>
]]></description><link>https://forums.triplea-game.org/post/50514</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50514</guid><dc:creator><![CDATA[Schulz]]></dc:creator><pubDate>Thu, 10 Jun 2021 21:58:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 21:52:22 GMT]]></title><description><![CDATA[<p dir="auto">I suggest that those who like the "Fog of War" check out the game "Wars Across the World". It is an area movement game with fog of war rules.</p>
<p dir="auto">It does not work very well. The problem is that unlimited stacking and the fog of war do not work together well. Putting most of your units into 1 super-stack is even more effective when your opponent can't see it.</p>
<p dir="auto">Having a game with realistic fog of war rules, would require other changes to the game. If would require a more realistic combat &amp; logistic system. Something like a generalized version of Columbia Games's block game system.</p>
]]></description><link>https://forums.triplea-game.org/post/50513</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50513</guid><dc:creator><![CDATA[RogerCooper]]></dc:creator><pubDate>Thu, 10 Jun 2021 21:52:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 21:50:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: schulz">@<bdi>schulz</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/butterw" aria-label="Profile: butterw">@<bdi>butterw</bdi></a>  I'm not quite sold on this dynamic being a good fit for fog of war. Especially if the fog of war map being  a first of its kind.  But its an interesting idea though. What would help is another feature request. lol</p>
<p dir="auto">The ability to name your units/ resources with 2 names. One following stricter rules since it is the code. The second would be just a simple name for players and follows very loose rules, but really would not require the rules at all. Since they are more artistic flare than anything.</p>
<p dir="auto">example:</p>
<p dir="auto">Each potential German infantry brought into the game is designated Inf-0001-G up to Inf-9999-G within the xml. But the players see perhaps just German Infantry for all. They could be named indentically or completely differently since this is a artistic description only.</p>
<p dir="auto">As I ponder the idea further. This might already be feasible. Via production frontiers or Tech Categories. And tooltips of course.</p>
]]></description><link>https://forums.triplea-game.org/post/50512</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50512</guid><dc:creator><![CDATA[General_Zod]]></dc:creator><pubDate>Thu, 10 Jun 2021 21:50:19 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 14:07:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/butterw" aria-label="Profile: butterw">@<bdi>butterw</bdi></a> Ok. Alternative;</p>
<p dir="auto">1–5----------1<br />
6-10---------2<br />
11-15--------3<br />
16-20--------4<br />
21-25--------5</p>
<p dir="auto">Then limiting stacks not having more than 25 total units.</p>
]]></description><link>https://forums.triplea-game.org/post/50499</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50499</guid><dc:creator><![CDATA[Schulz]]></dc:creator><pubDate>Thu, 10 Jun 2021 14:07:44 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 13:47:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: schulz">@<bdi>schulz</bdi></a><br />
Single character counts are ideal, 2 character counts may be acceptable, anything longer is troublesome. The more crowded the map, the worse it becomes. A longer textual description can be provided elsewhere.</p>
<p dir="auto">20-49 does seem a bit wide, you would essentially have no idea what you are up against, it may work better in a fantasy setting than ww2.</p>
]]></description><link>https://forums.triplea-game.org/post/50498</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50498</guid><dc:creator><![CDATA[butterw]]></dc:creator><pubDate>Thu, 10 Jun 2021 13:47:19 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 13:10:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/butterw" aria-label="Profile: butterw">@<bdi>butterw</bdi></a> Would "20.49" aspect be fine if I could keep unit pattern very small like only 3 type land units? If it would be still problem then probably  median number becomes the only choice.</p>
<p dir="auto">I agree too much symbols would be confusing, I'd go with informative estimate numbers.</p>
]]></description><link>https://forums.triplea-game.org/post/50497</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50497</guid><dc:creator><![CDATA[Schulz]]></dc:creator><pubDate>Thu, 10 Jun 2021 13:10:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 13:01:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: schulz">@<bdi>schulz</bdi></a><br />
20.49 could be a good code for a range, but to display as a map unit count, anything more than 2 char is too long. In the end, it does depend how common these large stacks are. The alternative would be to display just the median value 35.</p>
<p dir="auto">Roman numerals would be my suggestion: V (5), X (10).<br />
The next values are L(50), C(100), D(500), M(1000),<br />
with the possibility of XV 15 and XX 20.<br />
Alphabet letters (AB) could be used for in between values, but too many symbols just ends up being confusing.</p>
]]></description><link>https://forums.triplea-game.org/post/50496</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50496</guid><dc:creator><![CDATA[butterw]]></dc:creator><pubDate>Thu, 10 Jun 2021 13:01:45 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 10:12:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/butterw" aria-label="Profile: butterw">@<bdi>butterw</bdi></a> What would be the best and easy way to represent these estimations? I know nothing about coddings beside creating maps.</p>
<p dir="auto">Just realizes how overlapping it would be to replace "22" with  "Lots (20-49) of infantry"</p>
<p dir="auto">What about using "20-49", "20 49" or "20.49" representing these "22" units?</p>
<p dir="auto">I think symbols might be hard to get into. I wouldn't prefer being forced to check constanty which symbol represents which amount of units.</p>
]]></description><link>https://forums.triplea-game.org/post/50493</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50493</guid><dc:creator><![CDATA[Schulz]]></dc:creator><pubDate>Thu, 10 Jun 2021 10:12:34 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 09:43:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: schulz">@<bdi>schulz</bdi></a><br />
For unit counts drawn on the map it's an easy code modification.<br />
you just need to write a String f(int x) method where x is the stack unit count. Names wouldn't be possible on the map, you need to either use either numbers or a symbol V, X, etc.<br />
The text describing the meaning of a symbol could be included in the tooltip though.</p>
<p dir="auto">Something that could maybe be included is a slightly random overlapping display:</p>
<ul>
<li>1 would mean 1 (75%) or 2.</li>
<li>2 would mean likely 2 (50%), but possibly 1-3.</li>
<li>V would mean 3-9.</li>
<li>X would be 8+<br />
Whatever the logic defined in f, it would likely have to be hardcoded,  at least initially.</li>
</ul>
]]></description><link>https://forums.triplea-game.org/post/50492</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50492</guid><dc:creator><![CDATA[butterw]]></dc:creator><pubDate>Thu, 10 Jun 2021 09:43:59 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 09:25:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/general_zod" aria-label="Profile: general_zod">@<bdi>general_zod</bdi></a> Simply seeing all amount of units in territories as estimation. For example,</p>
<p dir="auto">Few	1–4<br />
Several	5–9<br />
Pack	 10–19<br />
Lots	20–49<br />
Horde	50–99<br />
Throng	100–249<br />
Swarm	250–499<br />
Zounds	500–999</p>
<p dir="auto">We'd see these words instead of exact numbers.</p>
<p dir="auto">For example if a territory contains 22 infantry we'd see "Lots (20-49) of infantry"</p>
<p dir="auto">I would like to learn if somebody is able to implement it.</p>
]]></description><link>https://forums.triplea-game.org/post/50491</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50491</guid><dc:creator><![CDATA[Schulz]]></dc:creator><pubDate>Thu, 10 Jun 2021 09:25:05 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 08:18:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/general_zod" aria-label="Profile: general_zod">@<bdi>general_zod</bdi></a><br />
Drawing foggy unit counts only requires a one line hack to the code:<br />
so it could actually be provided as a non-default display option if it is of interest. Feedback from playtest would be needed to go further.<br />
You'd probably need to turn off tooltips on the map, and you should also be able to see full unit counts for your own units.</p>
<p dir="auto"><img src="https://raw.githubusercontent.com/butterw/ui/main/assets/UnitsDrawer_stack-draw_count-Fog_mod.png" alt="alt text" class=" img-fluid img-markdown" />.</p>
]]></description><link>https://forums.triplea-game.org/post/50487</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50487</guid><dc:creator><![CDATA[butterw]]></dc:creator><pubDate>Thu, 10 Jun 2021 08:18:03 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 07:19:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/butterw" aria-label="Profile: butterw">@<bdi>butterw</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/ebbe" aria-label="Profile: ebbe">@<bdi>ebbe</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: Schulz">@<bdi>Schulz</bdi></a> I would think that if fog of war was to come to fruition in some form then quite a few changes would be necessitated.</p>
<p dir="auto">What are you guys envisioning as "fog of war" being?  What would the parameters look like?</p>
<p dir="auto">When I envision fog of war, within TripleA limitations , and using a comfortable size  3000x6000 map.  I would lean towards each unit being able to see into neighboring enemy territory with either a chance to see all or none. Or a chance to see from 10% accuracy to 100% accuracy for all enemy presence.</p>
<p dir="auto">Some units would be bad at this and others would be excellent. Recon units for land air and sea can see or probe deeper with great accuracy for instance.</p>
<p dir="auto">Would make sense to have terrain effects be major factors on the fog effect.  To see wider swaths, special ops would go in via ground or specialized aircraft to do surveillance. I would allow up to 4 territories deep if your nation has invested in correct equipment and training.</p>
<p dir="auto">Battle outcomes would hinge on validity of what you can actually see with accuracy.</p>
<p dir="auto">Something like this might play well and not just add extra steps to the game with no true benefits.</p>
<p dir="auto">)</p>
]]></description><link>https://forums.triplea-game.org/post/50484</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50484</guid><dc:creator><![CDATA[General_Zod]]></dc:creator><pubDate>Thu, 10 Jun 2021 07:19:24 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 05:16:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ebbe" aria-label="Profile: ebbe">@<bdi>ebbe</bdi></a> Or maybe, you are just allowed to spy on 1 territory.<br />
Should make games against the AI more of a challenge.</p>
<p dir="auto">A foggy stack unit count could be for ex:</p>
<ul>
<li>default (no count): 1 or 2 units</li>
<li><strong>V</strong>: less than 8</li>
<li><strong>X</strong>: 8 or more.</li>
</ul>
]]></description><link>https://forums.triplea-game.org/post/50480</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50480</guid><dc:creator><![CDATA[butterw]]></dc:creator><pubDate>Thu, 10 Jun 2021 05:16:29 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 04:45:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/butterw" aria-label="Profile: butterw">@<bdi>butterw</bdi></a>  And the Territory Tab is a spoiler than,  but that is a choice... <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>https://forums.triplea-game.org/post/50478</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50478</guid><dc:creator><![CDATA[ebbe]]></dc:creator><pubDate>Thu, 10 Jun 2021 04:45:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Thu, 10 Jun 2021 04:31:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: schulz">@<bdi>schulz</bdi></a><br />
You get to know precise unit counts when you engage in battle.</p>
<p dir="auto">UnitsDrawer.java is where rendering of units takes place.</p>
]]></description><link>https://forums.triplea-game.org/post/50477</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50477</guid><dc:creator><![CDATA[butterw]]></dc:creator><pubDate>Thu, 10 Jun 2021 04:31:55 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Wed, 09 Jun 2021 22:37:14 GMT]]></title><description><![CDATA[<p dir="auto">I think being totally blind to everything would be unrealistic too and it would make games pure luck dependent.</p>
<p dir="auto">I'd want nations having an estimate information about frontline enemy units which might make risky offenses-defenses more viable plus giving better change the loser side possibly turning the tide of war.</p>
]]></description><link>https://forums.triplea-game.org/post/50471</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50471</guid><dc:creator><![CDATA[Schulz]]></dc:creator><pubDate>Wed, 09 Jun 2021 22:37:14 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Wed, 09 Jun 2021 21:40:59 GMT]]></title><description><![CDATA[<p dir="auto"><strong>View &gt; Edit Map Font and Color &gt; Font = 0</strong>, and unit counts will no longer be rendered on the map.</p>
]]></description><link>https://forums.triplea-game.org/post/50469</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50469</guid><dc:creator><![CDATA[butterw]]></dc:creator><pubDate>Wed, 09 Jun 2021 21:40:59 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Wed, 09 Jun 2021 21:13:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ebbe" aria-label="Profile: ebbe">@<bdi>ebbe</bdi></a> A feature request to disable via xml or properties, somewhere that its locked for remainder of game will suffice. To either completely disable history viewing or partially.  A delegate with stepProperties would be sweet.</p>
<p dir="auto">Then a hand full of possible solutions and proposals sound feasible.</p>
<p dir="auto">I think that there is an edit delegate (unavailable to normal xml usage, probably because its too powerful for us mere humans, hehe.</p>
]]></description><link>https://forums.triplea-game.org/post/50466</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50466</guid><dc:creator><![CDATA[General_Zod]]></dc:creator><pubDate>Wed, 09 Jun 2021 21:13:47 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Wed, 09 Jun 2021 21:19:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/butterw" aria-label="Profile: butterw">@<bdi>butterw</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: schulz">@<bdi>schulz</bdi></a>   @General_Zodd<br />
yes , it is one of my primary wishes too...<br />
even after reading all discussions on the topic whenever coming forward......and being aware after all responds that the basic game mechanics are not suitable</p>
<p dir="auto">Just remember a message from General Zodd writing:<br />
<em><strong>Fog of war can be pulled off to an extent. The history however is still a an issue.<br />
I haven't been keeping updated with a changes but as I recall, there needs to be a method of preventing a player from simply looking in history for information on enemy movements.</strong></em></p>
<p dir="auto">and I myself  tried (maybe pretty naive <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" />  )    <strong>covering units up with a image file exactly the texture / shape of the territory , via a "miscelaneous"-map....  or "decorations-map...</strong> they seem to remain on top... but there seems to be no way of getting triggers connected to them to place or remove them... and if it would be possible there still be the terr. info.. revealing the units.....<br />
<strong>the only way I managed is a very "poor"variant:</strong><br />
and only on 1st turn of game by placing a Country token on all US and Soviet Terr's s out of reach of any Axis in the 1st turn<br />
and replace them with the units that should be positioned them<br />
just before all allied players'turn start..<br />
not really useful and I guess tjust to have the feeling what might have been possible with a real fog of war ;_<br />
..  yes I still keep dreaming of it"</p>
]]></description><link>https://forums.triplea-game.org/post/50462</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50462</guid><dc:creator><![CDATA[ebbe]]></dc:creator><pubDate>Wed, 09 Jun 2021 21:19:19 GMT</pubDate></item><item><title><![CDATA[Reply to How to mimic "fog of war" if there is a way? on Wed, 09 Jun 2021 17:42:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: schulz">@<bdi>schulz</bdi></a><br />
Try playing against the AI with pieces hidden.  Do not use the territory tab unless you have units or are the owner of a territory/zone.</p>
<p dir="auto">You can check the end of turn report and players tab.</p>
]]></description><link>https://forums.triplea-game.org/post/50461</link><guid isPermaLink="true">https://forums.triplea-game.org/post/50461</guid><dc:creator><![CDATA[butterw]]></dc:creator><pubDate>Wed, 09 Jun 2021 17:42:50 GMT</pubDate></item></channel></rss>