You are viewing a potentially older version of this package. View all versions.
Vapok-FastItemTransfer-2.0.0 icon

FastItemTransfer

A Valheim Quality of Life Mod that provides Right Click functionality to move items between Player Inventory and Containers.

Date uploaded 5 days ago
Version 2.0.0
Download link Vapok-FastItemTransfer-2.0.0.zip
Downloads 147
Dependency string Vapok-FastItemTransfer-2.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 icon
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.2350
ValheimModding-Jotunn-2.30.1 icon
ValheimModding-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.30.1
ValheimModding-YamlDotNet-16.3.1 icon
ValheimModding-YamlDotNet

Shared version 16.3.0 of YamlDotNet from Antoine Aubry and contributors, net47 package for use in Valheim mods. Maintained by the ValheimModding team.

Preferred version: 16.3.1

README

Fast Item Transfer by Vapok

Fast Item Transfer is a lightweight, seamless quality-of-life mod for Valheim that enables instant item movement between the player's inventory and open containers (chests, carts, ships, etc.) using a simple right-click.

Designed with performance and compatibility in mind, it provides smooth, responsive inventory management with zero per-frame overhead and smart cross-mod detection.


✨ Features

  • Instant One-Click Transfer: Right-click any unequipped item in your player inventory while a container is open to instantly send it to the container. Right-click an item in a container to instantly send it to your player inventory.
  • Smart Stacking: Items automatically merge into existing matching stacks in the target inventory or populate the first available slot.
  • Audio & Visual Feedback: Plays vanilla item transfer sounds and particle effects upon successful item moves.
  • Zero Performance Impact: Operates strictly on user interaction without any per-frame update loops or polling overhead.
  • Real-Time Configuration: Toggle the mod on or off on the fly using the in-game BepInEx Configuration Manager (default hotkey: F1).

🧩 Cross-Mod Compatibility & Integrations

Fast Item Transfer is built to play nicely with your modded Valheim setup:

  • 🎒 AdventureBackpacks:
    • Dynamic Coexistence: Fast Item Transfer includes built-in live detection for AdventureBackpacks. If AdventureBackpacks is installed and its Quick Transfer configuration is active, Fast Item Transfer will automatically defer and let AdventureBackpacks handle right-click transfers without conflicts or double-moves. If AdventureBackpacks has Quick Transfer disabled, Fast Item Transfer will seamlessly handle transfers as normal.
  • 📦 Quick Stack, Store & Sort Mods:
    • Compatible with mods such as Quick Stack Store, Auto Split Stack, and Quick Stack Sort.
  • 🛡️ Custom Inventory & Equipment Slot Mods:
    • Explicit grid-validation safeguards prevent unintended interactions with custom inventory grids or special slot extensions (e.g., Jewelcrafting, Equipment and Quick Slots).
  • ⚠️ Conflicting Standalone Mods:
    • Automatically detects and gracefully yields if conflicting legacy plugins (such as blumaye.quicktransfer) are detected in your load order.

📦 Installation

Automatic Installation (Recommended)

Install using your preferred mod manager (e.g., r2modman or Thunderstore Mod Manager).

Manual Installation

  1. Ensure BepInEx Pack for Valheim and Jötunn, the Valheim Library are installed.
  2. Download the latest release package from Thunderstore or GitHub Releases.
  3. Extract FastItemTransfer.dll into your Valheim/BepInEx/plugins/ directory (or create a FastItemTransfer subfolder).

📋 Patch Notes

See the full changelog in CHANGELOG.md or on Thunderstore.


👥 Credits & Contact

Vapok Gaming

CHANGELOG

2.0.7 - Headless Dedicated Server Bypass & Valheim 1.0.15 Alignment

  • Headless Dedicated Server Bypass: Added an early exit check during Awake() on headless dedicated servers to prevent client GUI right-click transfer hooks from loading on servers without graphics devices.
  • Valheim 1.0.15 Alignment: Updated all game assembly references and internalized Vapok.Valheim.Common 3.13.1015.
2.0 Changelog History (Valheim Release) (click to expand)

2.0.6 - Splash Window Updates & Valheim 1.0.14 Alignment

  • Splash Window Updates:
    • Telemetry is now unchecked when first loaded (Opt-In visibility)
    • Added Send Error Logs (Opt-Out)
    • Privacy Policy is now available directly in-game
    • Added Data Disclaimers on hover over checkboxes for transparency on what data is sent
  • Valheim 1.0.14 Alignment: Updated game assembly references and internalized 3.12.1014.

2.0.5 - Jewelcrafting Font Compatibility

  • Fixed: Jewelcrafting packages it's own font which was overriding part of a vanilla font, causing the Splash screen to appear blank.

2.0.4 - Updated README with Telemetry Information

  • Updated the README.md with Anonymous Telemetry information per request of mod stores.

2.0.3 - Unified Splash Screen & Telemetry Controls

  • Unified Startup Splash Screen: Integrated with a centralized startup splash screen.
    • Added configurable Show on Game Startup which can be enabled or disabled in the configuration file.
  • Anonymous Telemetry:
    • Added configurable Enable Anonymous Telemetry configuration which can be enabled or disabled in the configuration file.
      • Defaults to enabled with auto-opt-in on launch. Uncheck to Opt-Out
      • ANONYMOUS DATA ONLY - I track version number and usage data. No personal data is ever collected. For more information, see the Privacy Policy.

2.0.1 - Dependency & Compatibility Maintenance

  • Dependency Updates: Updated Jotunn and BepInEx runtime package bindings.
  • Compatibility Maintenance: Verified compatibility against the latest Valheim 1.0 release.
  • Documentation Improvements: Standardized README, user guides, and technical patch documentation.

2.0.0 - Valheim 1.0 Release & Cross-Mod Compatibility

  • Valheim 1.0 Support: Fully updated and verified for Valheim 1.0.
  • AdventureBackpacks Dynamic Compatibility: Automatically detects if AdventureBackpacks is installed and active; defers right-click transfers when AdventureBackpacks has Quick Transfer enabled to prevent duplicate operations or conflicts.
  • Third-Party Inventory Safety: Added inventory grid validation to safely ignore custom mod inventory panels (e.g. equipment slots, jewelcrafting).
  • Competing Mod Optimization: Cached detection for competing quick transfer mods to eliminate unnecessary checks and log spam.
  • Audio & Visual Polish: Transfer effects only trigger when an item or stack is successfully moved.
  • Performance Optimizations: Streamlined interaction event handling with zero idle CPU overhead.
  • Updated Framework: Migrated to Jotunn 2.30.0 and Vapok.Valheim.Common 3.2.1012.
1.0 Changelog History (Valheim Early Access) (click to expand)

1.0.3 - Valheim Updates

  • Updates for Valheim 0.216.9.

1.0.2 - Valheim and BepInEx Updates

  • Updates for Valheim 0.214.2 and BepInEx 5.4.21.
  • General cleanup and maintenance.

1.0.1 - Module Compatibility

  • Reworked logic to make Fast Item Transfer friendly with other inventory mods (Auto Split Stack, Quick Stack Sort).

1.0.0 - Initial Release

  • Initial release providing right-click functionality to instantly move items between player inventory and open containers.