GK2CraftMax
Adds a MAX button to Graveyard Keeper 2 crafting interfaces, plus LB/RB shortcuts for changing crafting quantities by 10.Graveyard Keeper 2 - Craft Max
A small quality-of-life mod for Graveyard Keeper 2 that adds a MAX button to the crafting interface.
The button automatically selects the maximum number of crafts possible with the currently available ingredients.
Features
- Adds a MAX button next to the vanilla craft quantity controls
- Automatically calculates the maximum craftable amount
- Supports recipes with multiple ingredients
- Uses the currently selected ingredient variants
- Supports fuel crafting and respects the remaining fuel capacity
- Adds a MAX button for Study Table Science decomposition
- Science MAX decomposes all available selected items
- Full mouse and controller support
- LB/RB decrease/increase the crafting quantity by 10 while the crafted result is focused
- Preserves the normal Graveyard Keeper 2 crafting and queue system
- Designed to match the vanilla crafting UI
Requirements
- Graveyard Keeper 2
- BepInEx 5.4.23.5
Installation
- Install BepInEx 5.4.23.5.
- Extract the archive into your Graveyard Keeper 2 installation directory.
The DLL should end up here:
BepInEx/plugins/GK2CraftMax/GK2CraftMax.dll
Usage
Open a crafting window and press MAX.
The selected craft quantity will be set to the maximum amount possible with the currently available ingredients.
With a controller, focus the crafted result and press LB to subtract 10 or RB to add 10. Each press changes the quantity once; increases respect available ingredients and remaining fuel capacity. This works in normal, fuel, and single-craft windows (including the Kiln and Compost Pile). Existing fuel queues are edited immediately, matching the vanilla quantity controls. Study Table Science decomposition has no quantity selector and keeps its existing MAX behavior.
Building
Create a local Directory.Build.props based on Directory.Build.props.example and set GameDir to your Graveyard Keeper 2 installation.
Then run:
dotnet build -c Release
