The problem is that determining supply takes time. Doing it for all units on land is one thing, but calculating it for every land hex on the map is a lot more.ORIGINAL: Zorachus99
Feature Request: Show supply Severity: High
A function which shows all current 'in supply' hexes. Just a button to darken hexes so you can determine current supply status would be incredibly helpful. Of course you want to show supply both offensively and defensively when toggling this type of overlay.
Just noticed that you weren't using such a function in the tutorials, when it seems such a natural function to automate.
The unit markers are useful, but don't paint the picture in a complete way. I often complain when I make mistakes in supply simply because I couldn't tell in any obvious way what my supply status is. The pacific map is considerably complex with Japans network of ports providing coastal supply.
As a replacement solution, you can move a unit and immediately have its supply status updated. This also explains why showing in-supply hexes dynamically is so time consuming. A moving HQ can affect the suppy status for a lot of hexes if it is part of a chain of supply. Moving a unit so it cuts a supply link can have the same effect (or 'repairing' a supply link). I worry about the time to keep the units' status up-to-date. Doing the same for the whole map, seems too time consuming.