This package has been deprecated and may no longer be maintained. We recommend looking for an alternative.
Piggyback Fix
Compatibility fix for the original Piggyback mod (by nakaz0ra). Restores carrying mates after the 2026-08-12 PEAK update. Apache 2.0, fork of the original.Changelog
1.4.5
- Fix README.md
1.4.4 (compatibility fix, community-maintained)
Restores the original Piggyback 1.4.3 for the PEAK game update of 2026-08-12.
Fixed:
BackpackSlot.hasBackpackfield was removed by the game update; all 7 references now useBackpackSlot.IsEmpty()(backpackType == BackpackType.None). This was the cause of the "cannot switch items" / repeatedMissingFieldExceptionerrors.MainCameraMovement.Spectate()was changed toSpectate(bool useGhost); the spectate delegate now bindsAction<MainCameraMovement, bool>and is invoked withuseGhost:falsewhile carried. This was the cause of ~3400ArgumentException: method arguments are incompatibleper session.
Changed (build):
- Version bumped 1.4.3 → 1.4.4 to denote the fix.
- Rebuilt against the updated game assemblies (including Unity.InputSystem).
Unchanged:
- All gameplay logic, config keys, and plugin GUID (
nakazora.peak.piggyback) are identical to the original 1.4.3.
1.4.3 (original, by nakaz0ra)
- Original release. See https://github.com/nakaz0ra/peak-piggyback
