Iconzz [Server Mod]

Mods for installing on servers, created by the forum's talented developers.
Post Reply
Tyoda
Cart loader
Cart loader
Posts: 29
Joined: Mon Jul 25, 2022 11:08 pm

Iconzz [Server Mod]

Post 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.
Last edited by Tyoda on Wed Mar 27, 2024 6:32 pm, edited 1 time in total.

Tyoda
Cart loader
Cart loader
Posts: 29
Joined: Mon Jul 25, 2022 11:08 pm

Re: Iconzz [Server Mod]

Post by Tyoda »

Released 1.3.1:
Iconzz-0.1.3.1.zip
  • Fix not working on some servers with "complicated" names
Last edited by Tyoda on Wed Mar 27, 2024 6:35 pm, edited 2 times in total.

User avatar
Kenabil
Soldier
Soldier
Posts: 87
Joined: Sun Jul 26, 2020 10:32 am
Location: Awakening
Contact:

Re: Iconzz [Server Mod]

Post by Kenabil »

This is a nice addition! Good job!

/Kenabil

Tyoda
Cart loader
Cart loader
Posts: 29
Joined: Mon Jul 25, 2022 11:08 pm

Re: Iconzz [Server Mod]

Post 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.

Tyoda
Cart loader
Cart loader
Posts: 29
Joined: Mon Jul 25, 2022 11:08 pm

Re: Iconzz [Server Mod]

Post 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
Last edited by Tyoda on Wed Mar 27, 2024 6:35 pm, edited 1 time in total.

Tyoda
Cart loader
Cart loader
Posts: 29
Joined: Mon Jul 25, 2022 11:08 pm

Re: Iconzz [Server Mod]

Post 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.

Post Reply