Qua8ion-SkillCatchUp icon

SkillCatchUp

Remembers your skill levels when you die and lets you regain them up to 10x faster, slowing down as you get close. Made for hardcore worlds that wipe skills on death. Client-side only.

By Qua8ion
Last updated a day ago
Total downloads 210
Total rating 1 
Categories Mods Tweaks Client-side Utility AI Generated
Dependency string Qua8ion-SkillCatchUp-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 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.2350

README

SkillCatchUp

Dying hurts less in the long run. The mod remembers your skill levels at the moment you die, and every skill that is below its remembered level gains experience faster until it is back.

Made for worlds with the hardcore death penalty, where death wipes all skills to zero. It works the same way with the normal penalty: the 5% you lose comes back faster.

How it works

  • On death, right before the game wipes or lowers your skills, the level of every skill is saved as its target. Targets are stored in the character file, so they travel with the character to any world or server.
  • While a skill is below its target, the experience it gains is multiplied: x10 at level 0, going down in a straight line to x3 right before the target.
  • Once the target is reached, the skill gains at normal speed again. A message tells you the skill is back.
  • If you die again before catching up, the targets are not lost: every skill keeps the highest level it was ever remembered at. One setting switches this to "overwrite with the levels of the latest death".

Example with a target of 88: level 0 gains x10, level 22 gains x8.3, level 44 gains x6.5, level 87 gains x3.1, level 88 and above gains x1.

Skills window

For every skill that is being boosted:

  • an arrow on the skill icon;
  • a light green bar from your current level up to the target, with a bright end cap;
  • the target level as a light green number at the right end of the bar.

Skills wiped by a hardcore death normally vanish from the window until you use them again. The mod lists them right away, at level 0, so you can see everything you have to regain.

Installation

Client-side only. The server does not need it, and other players can play without it — each player who wants the catch-up installs the mod for themselves.

  • Mod manager: install as usual.
  • Manual: put SkillCatchUp.dll into BepInEx/plugins.

Skills you lost before installing the mod cannot be recovered: there was nothing to remember them.

Configuration

BepInEx/config/qua8ion.valheim.skillcatchup.cfg

Section Key Default Description
General Enabled true Remember skill levels on death and speed up regaining them
General LogSnapshots true Write the remembered targets to the BepInEx log on every death
Boost StartMultiplier 10 Multiplier at level 0
Boost EndMultiplier 3 Multiplier right before the target is reached
Boost KeepHighestTarget true true: a second death keeps the highest remembered level of every skill. false: targets are overwritten with the levels you had at the moment of the latest death
Interface ShowInSkillsDialog true Arrow, target bar and target number in the skills window
Interface ShowLostSkills true List wiped skills in the skills window right away, at level 0
Interface TargetColor 99E659FF Colour of the arrow, the bar and the number
Interface NotifyRecovered true Message when a skill gets back to its target

Compatibility

  • Other skill gain bonuses (Rested, world modifiers, other mods) stack with this one by multiplication.
  • Skills added by other mods are remembered and boosted like the vanilla ones.
  • Removing the mod is safe: the saved targets stay in the character file as an unused text value.

How to check

BepInEx/LogOutput.log gets a line on every death: Death: remembered targets for N skills …. In game: die, open the skills window — lost skills are listed with an arrow, a light green bar and the target number.