Page 1 of 1

Iconzz [Server Mod]

Posted: Mon Aug 08, 2022 1:53 am
by Tyoda
This is a small mod api that adds functionality to easily register any new icon to the game. You probably only need it if a mod instructed you to download it.

Features:
  • Add a 32x32 icon to the game by simply calling the addIcon method before onServerStarted, like this:

    Code: Select all

    short iconId = Iconzz.getInstance().addIcon("IconName", "mods/ExampleMod/icons/IconName.png");
  • Slight fixes and improvements to the icons in the game.

To download click here

For the source code and further explanation head to the gitlab page: https://gitlab.com/tyoda-wurm/Iconzz

And if you want to see an example of a mod using it check out the IconzzExample mod or the PiggyBank mod.


NOTE: Using this mod along with other mods that add icons to the game (but not using this mod to do it) might lead to either this or the other mod's icons not showing up properly.

Re: Iconzz [Server Mod]

Posted: Wed Aug 10, 2022 7:44 am
by Tyoda
Released 1.3.1:
Iconzz-0.1.3.1.zip
  • Fix not working on some servers with "complicated" names

Re: Iconzz [Server Mod]

Posted: Tue Aug 23, 2022 6:20 pm
by Kenabil
This is a nice addition! Good job!

/Kenabil

Re: Iconzz [Server Mod]

Posted: Wed Aug 24, 2022 2:10 pm
by Tyoda
Thanks! I hope people start using it lol! I guess there aren't many new/updated mods that add new items that need icons, so it's going to be a while...


BTW I've added a wiki page for the mod.

Re: Iconzz [Server Mod]

Posted: Tue Feb 07, 2023 11:33 pm
by Tyoda
Just released 0.1.4.1:
Iconzz-0.1.4.1.zip
  • Character window icons now get refreshed 10 seconds after login
  • Added .config file where the character window fix can be turned off or adjusted

Re: Iconzz [Server Mod]

Posted: Wed Mar 27, 2024 6:35 pm
by Tyoda
I guess I didn't post about 1.4.2 when I released it, so here it is:
Iconzz-0.1.4.2.zip
  • Fixed the issue where plank papers would be renamed to "blank blank paper" if they were in a backpack that's equipped.