You are viewing a potentially older version of this package. View all versions.
ModdedBoon-Valheim_Rearm_Mod-1.0.2 icon

Valheim Rearm Mod

This is a simple mod that re-equips your left and right items that you had equipped before swimming.

Date uploaded a week ago
Version 1.0.2
Download link ModdedBoon-Valheim_Rearm_Mod-1.0.2.zip
Downloads 157
Dependency string ModdedBoon-Valheim_Rearm_Mod-1.0.2

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Valheim Rearm Mod

This is a simple mod that re-equips your left and right items that you had equipped before swimming. No more accidentally throwing punches when you thought you had a weapon equipped during a chase!

This should work with any item that is equipable in your left and right hand.

The goal of this mod was to just provide a QOL update without impacting any meaningful game mechanics, such as being able to fight in water.

Requirements

If you use Vortex or another mod manager, you need nothing else! Although you'll want to make sure you have the latest BepInEx installed via Vortex.

If you are installing this manually, you'll need BepInEx Valheim from Thunderstore.

Install

  • Mod Manager (recommended)
    1. Click the Mod Manager Download button on the Files tab
  • Manual
    1. Download with the Manual Download button on the Files tab and extract the files.
    2. Install BepInEx Valheim from Thunderstore
    3. Put the ValheimRearmMod.dll in your BepInEx plugin folder

Source

https://github.com/RecklessBoon/Valheim-Rearm-Mod

Reporting Issues

You can report issues here, but it would also be best (and reach me faster) if you put issues on the GitHub repository (linked in the Source section) as well.

Extra

I'm interested in making more mods. If you have ideas for a mod, feel free to message them to me and I might just make it!

CHANGELOG

Version 1.0.2

  • Uses reverse patch to call built-in method for re-equiping items.
  • Patch no longer responsible for caching items.
  • Ensures that patch is only applied to owned Player object.

Version 1.0.1

  • Update documentation for Thunderstore compatibility

Version 1.0.0

  • Initial commit
  • Uses plugin based cache for housing items when entering the water
  • Uses EquipItem function to rearm them when leaving the water
  • Attaches to the Player::Update function to determine swimming state enter/exit trigger