You are viewing a potentially older version of this package. View all versions.
PipMods-AutoPickupIgnorer-1.0.5 icon

AutoPickupIgnorer

Allows the player to specify which items will and won't be auto-picked-up.

Date uploaded 7 months ago
Version 1.0.5
Download link PipMods-AutoPickupIgnorer-1.0.5.zip
Downloads 377
Dependency string PipMods-AutoPickupIgnorer-1.0.5

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2200 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.2200

README

AutoPickupIgnorer

by Pip

This project is a recreation of an old mod that I used to love, but which sadly has not been maintained in some time. The mod allows the player to specify which items will and won't be auto-picked-up.

Once Valheim is run with the mod installed, a config file will be created (Pip.AutoPickupIgnorer.cfg). In order to ignore an item for auto-pickup, open the config file remove the # in front of the item.

There is also a configurable hotkey (' by default) that will toggle the pickup behavior between three states:

  1. Ignore items as specified by the config file
  2. Ignore all items
  3. Default Valheim behavior (pickup items unless you have previously dropped them)

Source: Github

Install with BepInEx

If not using the Thunderstore mod manager, copy AutoPickupIgnorer.dll into the BepInEx/plugins folder

CHANGELOG

Release 1.0.5

  • Cleaned up main class by moving some code
  • Optimize ignore list construction
  • Move messages to top-left
  • Remove unused ValheimItem class

Release 1.0.4

  • It's now okay to put spaces after commas in the config file
  • Update README

Release 1.0.3

  • Move isModded flag to class Awake()
  • Remove debugging logging statements
  • Fix name of config file in README