You are viewing a potentially older version of this package. View all versions.
someone15145-XPNotifications-1.0.1 icon

XPNotifications

Shows skill XP gains notifications.

Date uploaded 3 months ago
Version 1.0.1
Download link someone15145-XPNotifications-1.0.1.zip
Downloads 136
Dependency string someone15145-XPNotifications-1.0.1

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333

README

XP Notifications

A simple Valheim mod that shows skill XP gains notifications.

Features

  • Shows notifications for every skill XP gain
  • Customizable notification text
  • Displays:
    • Current progress percent
    • XP gained from the action
    • Current XP
    • XP required for the next level
  • Optional toggle for running skill XP
  • Adjustable text size
  • Full support for :contentReference[oaicite:0]{index=0}

Default Notification Format

{0}% ({2}/{3}) [+{1}]

Where:

  • {0} = current percentage
  • {1} = XP gained this action
  • {2} = current accumulator XP
  • {3} = XP needed for next level

Example:

{0}% ({2}/{3}) [+{1}] -> Axes: 42.3% (1.27/3.56) [+0.5]

Configuration

Setting Description Default
ShowXPNotifications Enable or disable all XP notifications true
ShowRunXP Show notifications for the Running skill false
NotificationFormat Notification format string {0}% ({2}/{3}) [+{1}]
NotificationTextSizeXP Text size of the notification 14
NotificationPosition Where to show the notification TopLeft

Requirements

  • BepInEx

Installation

  1. Install BepInEx
  2. Place XPNotifications.dll into BepInEx/plugins
  3. Launch the game

Credits

Created by someone15145