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

XPNotifications

Добавляет уведомления о получении опыта.

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

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 in the top-left corner.

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}% +{1} ({2}/{3})

Where:

  • {0} = current percentage
  • {1} = XP gained from the action
  • {2} = current XP
  • {3} = XP required for the next level

Example:

Axes: 42.3% +0.15 (1.27/3.56)

Configuration

Setting Description Default
ShowXPNotifications Enable or disable XP notifications true
ShowRunXP Show XP notifications for running false
NotificationTextSizeXP Notification text size 14
NotificationFormat Custom notification format string {0}% +{3}

Requirements

  • BepInEx

Installation

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

Credits

Created by someone15145