Modification for Space Engineers. Install via Steam Workshop.
Replaces default monochromatic icons of blocks, items, tools and weapons with colorful icons. More info in the Steam workshop description.
Scripts require texconv cli tool and ImageMagick to be installed and in path.
texconv.exe -ft png -o . "path\to\texture.dds"
.\makedds.ps1
This takes all PNG and XCF from .\textures\modded
and saves them as DDS to .\ColorfulItems\Textures\GUI\Icons
.
.\gen_lcdtexturedef.ps1
This generates sbc files with LCDTextureDefinitions for icons to be used in user scripts.
.\install.ps1
Run this to copy the mod directory (.\ColorfulItems
) to the game's directory for local mods.