You are viewing a potentially older version of this package.
View all versions.
PickupTabOverlay
Shows tickets, reroll coins, stamps, cosmetics, and map blueprints on the Tab/objective screen.
By kp0hyc
| Date uploaded | 2 weeks ago |
| Version | 0.2.1 |
| Download link | kp0hyc-PickupTabOverlay-0.2.1.zip |
| Downloads | 57 |
| Dependency string | kp0hyc-PickupTabOverlay-0.2.1 |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.3README
Pickup Tab Overlay
Shows run pickups in the bottom-right corner while the in-game Tab/objective screen is open.
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.
Requirements
- Labyrinthine
- MelonLoader
Install
Install through Thunderstore/r2modman, or manually place PickupTabOverlay.dll in the game's Mods folder.
Configuration
Settings are created under UserData\MelonPreferences.cfg after first launch.
Important options:
Enabled: enable or disable the overlay.HeaderFontSize,RowFontSize,FooterFontSize: fallback/configured font sizes.MaxVisibleItems: maximum number of pickup rows before the overlay collapses the rest.VerboseLogs: troubleshooting logs.
Notes
Tested locally on Windows with Labyrinthine 1.0.3 and MelonLoader 0.7.2.
CHANGELOG
Changelog
0.2.1
- Replace the package icon with a black-and-white
pick/uptext icon. - Remove the
UseTextMeshProOverlayandUseObjectiveTextStylepreferences; 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
Il2CppTMProwrappers. - Lower minimum font clamps so configured sizes such as
30/28/24are not forced larger. - Track tickets, reroll coins, stamps, cosmetics, and map blueprint pickups.
- Show cosmetic ID and class when known.
- Show
undiscovered itemfor undiscovered cosmetics. - Ignore hand/carry items such as energy drinks, revive rings, flare guns, and similar equipment.