You are viewing a potentially older version of this package. View all versions.
kp0hyc-PickupTabOverlay-0.4.0 icon

PickupTabOverlay

Shows tickets, reroll coins, stamps, cosmetics, and map blueprints on the Tab/objective screen.

By kp0hyc
Date uploaded 2 weeks ago
Version 0.4.0
Download link kp0hyc-PickupTabOverlay-0.4.0.zip
Downloads 94
Dependency string kp0hyc-PickupTabOverlay-0.4.0

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.3 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.3

README

Pickup Tab Overlay

Shows run pickups in the bottom-right corner while the in-game Tab/objective screen is open and syncs your items with ShandaDaPanda profile.

Features

  • Tracks tickets.
  • Tracks reroll coins.
  • Tracks stamps as collected amounts.
  • Tracks cosmetic pickups with ShandaDaPanda names, item ID, class, and ownership status.
  • Marks cosmetics as [new] when first unlocked by the pickup and [old] when already owned.
  • Tracks map blueprint pickups.
  • Can show which watched ShandaDaPanda users/friends are missing the current map cosmetic.
  • Can optionally sync your local game ownership to ShandaDaPanda.

Requirements

  • Labyrinthine
  • MelonLoader

Install

Install through Thunderstore/r2modman, or manually place PickupTabOverlay.dll in the game's Mods folder.

Start the game once after installing so MelonLoader creates the config entries in:

Steam\steamapps\common\Labyrinthine\UserData\MelonPreferences.cfg

Shandadapanda Sync Setup

  1. Sign in to https://shandadapanda.com/myprofile.
  2. Create or copy your API key from the profile API-key area.

Shandadapanda API key screen

  1. Open Labyrinthine\UserData\MelonPreferences.cfg.
  2. Find the [PickupTabOverlay] section and set:
EnableShandadapandaSync = true
ShandadapandaApiBaseUrl = "https://api.shandadapanda.com"
ShandadapandaApiKey = "paste-your-api-key-here"
ShandadapandaUsername = "your-shandadapanda-username"
SyncMode = "ReadOnly"

Use ReadOnly if you want to check items status in logs only.

SyncMode = "WritePickedCosmetics"

WritePickedCosmetics checks mapped cosmetics and custom-map blueprints you own locally, and unchecks mapped rows you do not own locally on your ShandaDaPanda profile.

Missing Owner Overlay

Missing-owner checks use the same API key. They do not require EnableShandadapandaSync=true.

Optional config:

ShowShandadapandaMissingOwners = true
ShowMissingOwnersBeforePickup = false

By default, missing-owner text appears after the map cosmetic is picked up. Set ShowMissingOwnersBeforePickup = true if you want it as soon as the map cosmetic spawns.

Notes

  • Hand/use items such as energy drinks, revive rings, flare guns, and similar carryables are intentionally ignored.
  • VerboseLogs = true can be enabled for troubleshooting.

CHANGELOG

Changelog

0.4.0

  • Add ShandaDaPanda integration and fix some items mapping.

0.2.1

  • Replace the package icon with a black-and-white pick / up text icon.
  • Remove the UseTextMeshProOverlay and UseObjectiveTextStyle preferences; TextMeshPro and objective-style matching are now forced.

0.2.0

  • Update Shandadapanda cosmetic names mapping.
  • Show mapped cosmetic names for newly discovered cosmetics instead of undiscovered item.
  • Add cosmetic status markers before the item ID: green [new] for cosmetics first unlocked by the pickup and grey [old] for cosmetics already owned before pickup.

0.1.27

  • Use the stable TextMeshPro UI setup based on generated Il2CppTMPro wrappers.
  • Lower minimum font clamps so configured sizes such as 30/28/24 are not forced larger.
  • Track tickets, reroll coins, stamps, cosmetics, and map blueprint pickups.
  • Show cosmetic ID and class when known.
  • Show undiscovered item for undiscovered cosmetics.
  • Ignore hand/carry items such as energy drinks, revive rings, flare guns, and similar equipment.