Does anyone know what is required to add a new strategic icon to an unit blueprint?
For example, I want to change StrategicIconName in unit buleprint:
bp.StrategicIconName = "icon_experimental_generic",
to
bp.StrategicIconName = "icon_structure4_intel",
I created the following icon files in
\modName\textures\ui\common\game\strategicicons\
- icon_structure4_intel.dds
- icon_structure4_intel_rest.dds
- icon_structure4_intel_over.dds
- icon_structure4_intel_selected.dds
- icon_structure4_intel_selectedover.dds
However, my unit does not have any strategicic icon in the construction menu nor in the game main window. Is there some other location where files for a new strategic icon should be placed in a mod?