PeakClearCosmetics
Adds a 'Clear Cosmetics' button in Passport and F10 hotkey to safely clear equipped cosmetics/accessories with live UI refreshYou must select another cosmetic to refresh the Passport! This is my first ever mod and I relied on ChatGPT for many parts.PeakClearCosmetics
Adds a Clear Cosmetics button in the Passport and an F10 hotkey to safely clear equipped cosmetics/accessories with live UI refresh. You must select another cosmetic to refresh the Passport! This is my first ever mod and I relied on ChatGPT for many parts.
Features
- Button visible only while Passport UI is open
- Clears PlayerPrefs + Photon custom properties (no hard ExitGames dependency)
- Light-touch UI refresh (no menu spam)
- Safety options via config, dry-run mode, verbose logging
Install
Drop the BepInEx folder into your PEAK install or your Thunderstore profile.
This package depends on BepInExPack_PEAK and will be pulled in automatically by mod managers.
Config (BepInEx/config/com.tmh.peak.clearcosmetics.cfg)
[Debug]
VerboseLogging = true
[Detection]
PassportObjectNameContains = Canvas_HUD;Canvas;Passport
[General]
Hotkey = F10
[Safety]
DryRun = false
[UI]
ShowButton = true
ButtonX = 20
ButtonY = 20
[Compatibility]
TargetMultiCosmetic = true
TargetMoreCustomizations = true
ReassertClearFrames = 5
