You are viewing a potentially older version of this package. View all versions.
youxia173-EasyBackpackHold-1.0.1 icon

EasyBackpackHold

Hold B to open the backpack on your back without dropping it. Works after recent PEAK updates.

Date uploaded a day ago
Version 1.0.1
Download link youxia173-EasyBackpackHold-1.0.1.zip
Downloads 3481
Dependency string youxia173-EasyBackpackHold-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

EasyBackpackHold

Hold a key to open the backpack on your back without dropping it.

This is a maintained alternative to nickklmao-EasyBackpack, which broke after PEAK game updates (OpenBackpackWheel signature change + fragile IL hook).

Features

  • Hold B (configurable) to open the equipped backpack wheel; release to close
  • Optional alternative keybind
  • Correct slot counts for backpack types:
    • Normal backpack / fannypack: storage slots
    • Jetpack / Rocketpack: no storage slots (fuel UI only, like vanilla)
  • Can open a carried teammate's backpack if they have one equipped

Install

  1. Install BepInExPack PEAK
  2. Install this mod with a Thunderstore mod manager, or extract so the DLL ends up in BepInEx/plugins/
  3. Disable / uninstall the old nickklmao-EasyBackpack if you still have it (avoid conflicts)

Config

After first launch: BepInEx/config/youxia173.EasyBackpackHold.cfg

Key Default Description
BackpackKey B Hold to open backpack
AlternativeBackpackKey None Optional second key

Notes

  • Chinese alias: 长按B打开背包
  • Author: 游侠173

Changelog

See CHANGELOG.md.

CHANGELOG

Changelog

1.0.1

  • Fix Jetpack / Rocketpack incorrectly showing 4 storage slots when opened with B
  • Jetpack / Rocketpack now use slotCount = 0 (fuel UI only), matching vanilla

1.0.0

  • Initial release
  • Hold B to open equipped backpack without dropping
  • Compatible with current PEAK OpenBackpackWheel(slotCount, backpackType) API
  • Harmony-based interact hold (no fragile IL hook)