lekima-ReplaceSkillIcons icon

ReplaceSkillIcons

A simple client-side mod to replace skill icons, supporting all vanilla and non-vanilla skills.

By lekima
Last updated 2 weeks ago
Total downloads 140
Total rating 0 
Categories Tweaks Client-side Utility
Dependency string lekima-ReplaceSkillIcons-1.0.0
Dependants 1 other package depends on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Description

A simple client-side mod to replace skill icons, supporting all vanilla and non-vanilla skills.

How to replace skill icons

  • Name your custom icon file skill_id.png, replace skill_id with the internal skill ID*
  • Put the icon file(s) into the BepInEx/config/ReplaceSkillIcons folder
  • Enjoy!

How to find internal skill IDs

  • Press F5 in-game to open the console window (more info)
  • Type raiseskill (with an empty space at the end)
  • Press Tab to cycle through all the skill IDs, find yours and take note.

Known issues

  • Non-vanilla skills won't show their custom icons in cheatraiseskill messages (normal raiseskill messages are not affected)

Changelog

  • 1.0 Initial release

Credits

  • KG for writing the mod