cortex-command-community / Cortex-Command-Legacy-Mod-Converter

MIT License
4 stars 5 forks source link

Automatically generate a thumbnail for mod.io using the IconFile #65

Closed MyNameIsTrez closed 1 year ago

MyNameIsTrez commented 3 years ago

First off, check if Preview.png already exists. If so, don't bother with the rest of this.

Regex this part in the Index.ini file to get the path to the IconFile: IconFile = ContentFile\n<whitespace>Path = (.*)\n

Note: IconFiles can be any size, they don't even have to be rectangular!

MyNameIsTrez commented 1 year ago

Closing old issues.