Valheim
Install

Details

Last Updated
First Uploaded
Downloads
26
Likes
0
Size
12KB
Dependency string
Modnet-LocalizationPatcher-1.0.3
Dependants
ADDatHost Valheim hosting
30% off!

Aethelgard Localization Patcher

A lightweight Harmony-based translation fallback patcher for Valheim mods.

What does it do?

Many mods (like Valheim Legends and older plugins) hardcode their ability names, descriptions, and UI text as raw C# string literals (without the $ token prefix). This prevents standard Jotunn/Valheim localization JSON dictionaries from translating them.

This plugin intercepts Localization.Localize and Localization.Translate calls at runtime, checking custom translation dictionaries in BepInEx/config/Translation/Russian/*.json for direct string matches.

Example Dictionary Format

Place your translations into BepInEx/config/Translation/Russian/ru_legends.json:

{
  "language": "Russian",
  "words": {
    "Fireball": "Огненный шар",
    "Frost Nova": "Кольцо холода",
    "Meteor": "Метеорит",
    "Berserk": "Неистовство",
    "Valkyrie": "Валькирия",
    "Mage": "Маг"
  }
}
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.