This application generates strategic icons of configurable sizes for the game "Supreme Commander: Forged Alliance Forever".
Generated icons size can be changed with ICON_HEIGHT constant in sizes.py source file.
Change icon size and run the application with command:
python main.py
Generated icons will be placed into done_icons (PNGs) and done_ddss (DDSs) directories. Resulting DDS files are ready to be put into the game mod.
Application requires two packages to be installed into system or virtual python environment:
These can be installed with the following command:
pip install -r requirements.txt
However, Wand requires additional libraries. More on that can be found on the Wand PyPI page.