You are viewing a potentially older version of this package. View all versions.
Kevver-HoldMySpear-1.0.10 icon

HoldMySpear

A simple spear ownership mod for Valheim.

Date uploaded 6 months ago
Version 1.0.10
Download link Kevver-HoldMySpear-1.0.10.zip
Downloads 754
Dependency string Kevver-HoldMySpear-1.0.10

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

HoldMySpear

A simple spear ownership mod for Valheim.

Why? As a spear user, when playing in multi-player with friends, spears cannot be thrown without risking pickup by another player. Because of this, spear users must essentially opt-out of using the spear's special ability when playing with others to avoid confusion and/or lose their weapon.

This mod solves that issue by providing player ownership of spears.

Overview

Ownership

To take ownership of a spear, simply pick up an unowned spear.

Once owned, a spear can be disowned by throwing it on the ground and using the L-Alt + E key combination when hovering over it with your cursor.

Tips

Just like binding a spear to yourself, other players in the world may bind any unbound spear to themselves; for this reason, it's a good idea to take ownership of any spears outside of your inventory when first running this mod (spears in storage, item stands, etc).

Dependencies:

  • BepInEx 5.4.2200

Requirements

This mod must be installed on all clients who participate; players without this mod will be able to pick up all spears in the world they have access to.

Installation

Place HoldMySpear.dll into C:\Users\<username>\AppData\LocalLow\IronGate\Valheim\BepInEx\plugins and run Valheim.

Accreditation

Much of the understanding of BepInEx, Valheim and HarmonyX APIs was derived through Azumatt's BindOnEquip plugin.

The name of this project was suggested by Chee, a user on Discord.

Donations

I spend most of my time these days playing and modding Valheim. Any donations are greatly appreciated and can be given through my Buy Me A Coffee page.

Thanks to all of those who support my work! This kind of support gives me more ability to work on mods with my time :)

CHANGELOG

Changelog

1.0.10

  • Added Buy Me A Coffee info to README

1.0.7-1.0.9

  • Added ServerSync and locked isModEnabled configuration option

1.0.6

  • Added the ability to disown a dropped spear

1.0.5

  • Stops spears owned by other players from being able to be moved from a storage to the player inventory

1.0.4

  • Added ownership details to spear tooltips
  • Added a message display when trying to pickup a spear that isn't yours

1.0.3

  • This version included 1.0.1-1.0.2, which was essentially a proof of concept version of this mod, and the version needed to be bumped to change associated teams before continuing with mod development