Perkus
Prince
Since patch .62, once you have coal revealed via tech, it no longer appears at the top of the screen in the list of strategic resources. I've been able to diagnose it as follows: in the file Assets\UI\InGame\TopPanel.lua, the following test is now failing for coal:
if (Game.GetResourceUsageType(iResourceLoop) == ResourceUsageTypes.RESOURCEUSAGE_STRATEGIC) then
Coal is no longer marked as a strategic resource, and now gets treated as a bonus resource instead for display purposes. I believe the entry for coal in the ResourceUsageType table has been whacked by accident.
My saves are heavily modded, I'm sure somebody else can confirm this, though.
if (Game.GetResourceUsageType(iResourceLoop) == ResourceUsageTypes.RESOURCEUSAGE_STRATEGIC) then
Coal is no longer marked as a strategic resource, and now gets treated as a bonus resource instead for display purposes. I believe the entry for coal in the ResourceUsageType table has been whacked by accident.
My saves are heavily modded, I'm sure somebody else can confirm this, though.