RaincloudTheDragon-MerchantStacker icon

MerchantStacker

Buy stackable Silksong merchant refills in bulk — quantity picker in shop with live cost.

Last updated 3 days ago
Total downloads 81
Total rating 0 
Categories Mods
Dependency string RaincloudTheDragon-MerchantStacker-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

silksong_modding-BepInExPack_Silksong-1.0.3 icon
silksong_modding-BepInExPack_Silksong

BepInEx modloader, preconfigured and ready to use for Silksong

Preferred version: 1.0.3

README

MerchantStacker

QOL mod for Hollow Knight: Silksong — buy stackable merchant refills (rosary strings, shard pouches, etc.) in bulk instead of mashing confirm.

Demonstration

comparison

Features

  • On eligible infinite-stock shop items with a stack ceiling, the normal purchase confirm becomes a quantity confirm
  • Same Silksong yes/no dialog — d-pad ±1 / right stick ±5 (hold accelerates); cost and item count update live
  • Confirm buys that many; cancel backs out with no purchase
  • Works for merchant shops and rosary stringing machines (e.g. Greymoor)

Install

  1. Install BepInExPack Silksong
  2. Drop MerchantStacker.dll into BepInEx/plugins (or install via Thunderstore / r2modman)
  3. Configure in BepInEx/config/io.github.raincloudthedragon.merchantstacker.cfg (or F1 Configuration Manager)

Build

Example:

dotnet new silksongpath --silksong-install-path "[Path to your Steam Library]/steamapps/common/Hollow Knight Silksong"
dotnet build -c Release

Requires .NET SDK that can compile netstandard2.1 projects. Local SilksongPath.props is gitignored.