The BepInEx console will not appear when launching like it does for other games on Thunderstore (you can turn it back on in your BepInEx.cfg file). If your PEAK crashes on startup, add -dx12 to your launch parameters.

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.
By TeamOog
Last updated | 3 days ago |
Total downloads | 4368 |
Total rating | 0 |
Categories | Quality Of Life Cosmetics |
Dependency string | TeamOog-PeakClearCosmetics-1.7.2 |
Dependants | 4 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.75301README
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