Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
MegingjordReforged
Enhanced belt variants expanding the legendary Megingjord with specialized Viking-themed equipment.
By NoxiousVex
| Date uploaded | 2 days ago |
| Version | 1.0.0 |
| Download link | NoxiousVex-MegingjordReforged-1.0.0.zip |
| Downloads | 84 |
| Dependency string | NoxiousVex-MegingjordReforged-1.0.0 |
This mod requires the following mods to function
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.2333ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.29.2README
Megingjord Reforged: Enhanced Belt Variants
Overview
Megingjord Reforged: Enhanced Belt Variants expands the legendary Megingjord belt by introducing multiple specialized belt variants designed around different playstyles without replacing the vanilla Megingjord Belt from Haldor..
Each belt represents a different aspect of Viking power, offering unique bonuses while requiring the Megingjord belt in its default crafting recipe maintaining compatibility with server-authoritative serversync configuration and multiplayer gameplay.
The goal of this project is to provide meaningful progression choices without replacing Valheim's existing systems.
Why Megingjord Reforged?
Rather than replacing Valheim's original Megingjord utility belt, this mod expands it into multiple legendary belt end-game variants that encourage specialized playstyles while preserving the spirit of vanilla progression.
Features
Legendary Belt Variants
Megingjord Reforged introduces several unique belt variants:
Developer Note:
Will be evaluating balance comparison between belts, open to feedback. available to reach me on discord:
noxiousvex.
Aedigjord
The Rage Belt
A combat-focused belt designed for warriors seeking increased strength and endurance.
Features:
- Increased carry capacity
- Increased armor
- Improved health regeneration
- Increased Club skill effectiveness
- Increased Sword skill effectiveness
- Increased adrenaline gain
Seidgjord
The Seidr Belt
A mystical belt designed for magic users and Eitr-based builds.
Features:
- Improved Eitr regeneration
- Increased ElementalMagic skill effectiveness
- Increased BloodMagic skill effectiveness
Skadigjord
The Agility Belt
A mobility-focused belt designed around speed, stamina efficiency, and exploration.
Features:
- Improved stamina regeneration
- Reduced stamina costs for movement-related actions
- Increased Bow skill effectiveness
- Increased Crossbow skill effectiveness
Alagjord
The Aquatic Belt
A water-focused belt designed for sailors and explorers.
Features:
- Improved stamina regeneration
- Reduced stamina costs to swimming
- Swimming bonuses
- Fishing bonuses
- Increased Swimming skill effectiveness
Fornmegingjord
The Ancient Gatherer Belt
A legendary version of the original Megingjord focused on Gathering resources.
Features:
- Enhanced carry capacity
- Improved woodcutting efficiency
- Improved mining efficiency
Configuration
Megingjord Reforged uses a server-authoritative ServerSync configuration system.
ServerSync
When connected to a server: • Server configuration overrides compatible client settings. • Client configuration files are never permanently modified. • Original client settings are restored after disconnecting. • Version compatibility is verified during connection.
Config Synchronization includes:
- Belt recipe settings
- Crafting station settings
- Crafting station levels
- Belt effect modifiers
Developer Note:
Version tracking is
Major.Minor.Patch- Server and Client must be on the same version.
Compatibility
Dependencies
BepInEx- https://thunderstore.io/c/valheim/p/denikson/BepInExPack_Valheim/Jötunn- https://thunderstore.io/c/valheim/p/ValheimModding/Jotunn/
Confirmed Compatible:
AzuExtendedPlayerInventoryby AzumattTradersExtendedby shudnalExtraSlotsby shudnal
UnCompatible Mods:
- No confirmed incompatiblities yet.
- Caution with mods that modify/remove the vanilla Megingjord belt
Installation
Manual Installation
- Install BepInEx for Valheim.
- Install Jötunn.
- Place
MegingjordReforged.dllinto:
BepInEx/plugins/
- Launch Valheim.
Multiplayer
Megingjord Reforged supports multiplayer environments.
The server controls synchronized gameplay configuration.
Requirements:
- Install the mod on the server.
- Ensure all players have matching mod versions.
Configuration Options
Available configuration categories:
General
- Enable Mod
- Enable Server Sync
Belts
- Crafting station configuration
- Crafting level configuration
- Recipe configuration
Belts - Effects
- Most belt effect values are configurable.
- Certain core effects remain fixed to preserve each belt's intended identity.
May see an update down the line that makes all effects completely configurable.
Versioning
Current Release - v1.0.0
Initial public release.
Includes:
- 5 themed variant Belts
- Configurable Crafting Station + Crafting Station Level
- Configurable Recipe
- Visual Status effect while belt is equipped
- Visual Tooltip on Belts
- Multiplayer Version verification management system
- ServerSync framework with server authoritative Runtime configuration overrides
Future Plans
- Additional belt variants
- Progression-based upgrade paths
- Additional configuration options
- Expanded advanced features
Credits
Created by: Noxious Vex
Built using: • BepInEx • Jötunn • Harmony
License
Megingjord Reforged uses a custom license designed to allow gameplay use, server hosting, and modpack inclusion while protecting original work.
See the LICENSE file included with this project for full terms.
Support
For issues, bug reports, and suggestions: Feature requests are welcome. Bug reports should include: • Mod version • Game version • BepInEx version • Player.log (Ideally with Debug Logging enabled from Config)
Discord Username:
noxiousvex
GitHub:
Add repository URL
Thunderstore:
Add release URL
CHANGELOG
Changelog
All notable changes to Megingjord Reforged: Enhanced Belt Variants will be documented in this file.
This project follows a structured release history using semantic versioning.
[1.0.0] - Initial Release
Added
Belt Variants
- Added Aedigjord (Rage Belt)
- Added Seidgjord (Seidr Belt)
- Added Skadigjord (Agility Belt)
- Added Alagjord (Aquatic Belt)
- Added Fornmegingjord (Ancient Gatherer Belt)
Belt Systems
- Added custom belt definitions.
- Added cloned belt prefabs using the vanilla Megingjord as a base.
- Added custom status effects for every belt variant.
- Added custom tooltips for all belts.
- Added configurable crafting stations.
- Added configurable crafting station levels.
- Added configurable recipes.
- Added custom belt texture colors
- Added custom belt icon colors
- Added custom status effect icons
Configuration
- Added structured configuration management.
- Added belt-specific configuration categories.
- Added configurable belt effect values.
- Added advanced configuration category.
- Added automatic configuration formatting system.
- Added configuration format version tracking.
Multiplayer
- Added server-authoritative ServerSync framework.
- Added runtime configuration overrides.
- Added synchronized crafting configuration.
- Added synchronized recipe configuration.
- Added synchronized belt effect configuration.
- Added ServerSync schema version validation.
- Added multiplayer version compatibility verification.
Internal Systems
- Added Belt Registry.
- Added Status Effect Registry.
- Added ServerSync Registry.
- Added Runtime Configuration Override system.
- Added ServerSync serialization system.
- Added ServerSync package validation.
- Added Version Manager.
- Added Config Formatter.
- Added centralized logging system.
Compatibility
- Added BepInEx support.
- Added Jötunn integration.
- Added Harmony patching framework.
Notes
This is the first public release of Megingjord Reforged.
The project introduces multiple specialized Megingjord variants while maintaining compatibility with dedicated servers and multiplayer gameplay through a server-authoritative synchronization system.