Icon Badges Nullius


Adds letters (badges) to the corner of icons, so steel, iron, silicon and silver look different. User settings control whether English or Scientific names are used. Just download this mod, and let it install the other mods it needs.

Utilities
6 months ago
1.1
49
Owner:
CricketB
Source:
https://github.com/CricketBr/icon-bad...
Homepage:
https://github.com/CricketBr/icon-bad...
License:
MIT
Created:
6 months ago
Latest Version:
0.2.03 (6 months ago)
Factorio version:
1.1
Downloaded by:
49 users

Adds letters (badges) to the corner of icons, so steel, iron, silicon and silver look different. User settings control whether English or Scientific names are used.

Just download this mod, and let it install the other mods it needs.

For Modders

Icon Badges Nulliusis the data, and a few function calls, for Icon Badges by Galdoc and Icon Badges Groups to work with Nullius.

It has a (large!) csv-like file listing all the icons, and a badge for each badgegroup the icon is in. It also has data for the settings menu, so the player can choose which badgegroups to use, eg metals-group-english or metals-group-scientific.

This mod then calls functions in Icon Badges Groups to:
- create the game settings (English or scientific metals).
- convert the csv-like file to a lua table.
- call Icon Badges for each item, so Icon Badges can create the badge.

I'm open to suggestions for badges. If it's just a few changes, just send me your suggestions. If it's more, please contact me first, so we can find the best way to do it. Creating more badges and badgegroups (eg scientific terms for metals) is easy but tedious.

I can be reached through Discussion on the mod portal, and as Cricket in the SeaBlock and Nullius Discords.

More details on how it works are in the Icon Badges Groups mod.

If you want to use it for another modpack, use the Nullius one for a template, since it shows how to use custom code for Nullius boxes.

Many thanks to Galdoc for Icon Badges and Jodokus31 for csv-to-lua .