https://github.com/cooperly/peak-simpleunlocker
A PEAK cosmetic unlocker mod that just gets the job done. (w/ Sash Colors + Ascents)
https://github.com/cooperly/peak-simpleunlocker
Last synced: 11 months ago
JSON representation
A PEAK cosmetic unlocker mod that just gets the job done. (w/ Sash Colors + Ascents)
- Host: GitHub
- URL: https://github.com/cooperly/peak-simpleunlocker
- Owner: Cooperly
- License: gpl-3.0
- Created: 2025-08-14T19:56:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T20:17:02.000Z (11 months ago)
- Last Synced: 2025-08-14T22:10:33.175Z (11 months ago)
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleUnlocker

A dead simple customizable unlocker for anything within PEAK that requires progression or some type of objective to be complete.
- `Cosmetics` (Enabled by default)
- Unlocks all Cosmetics, even if you don't have it unlocked in the base game.
- Non destructive. (Relocks items if the mod or config option is disabled)
- Works with Cosmetics that require an objective (ex. Beat all Ascents) other than earning an achievement.
- Doesn't fill your Sash with accolades you haven't obtained (by not modifying achievements) unlike some unlockers.
- `Sash Colors`
- Pick freely between all Sashes from Blue to Gold.
- Doesn't lock Ascents based on your chosen Sash Color.
- Uses your highest ascent Sash (like Vanilla) if disabled.
- `Ascents`
- Unlocks all Ascents for you to play.
- Still allows you to unlock Sashes for Vanilla / without the mod.
- May allow you to fast track Sashes by playing a higher Ascent than you could normally play.
## Configuration
You can modify all aspects from this mod by modifying the config file at `BepInEx/config/club.freewifi.void.SimpleUnlocker.cfg`, modifying it ingame is not possible at this time.
Default Config
```properties
## Settings file was created by plugin SimpleUnlocker v1.0.0
## Plugin GUID: club.freewifi.void.SimpleUnlocker
[General]
## Unlocks all Cosmetics within the game.
# Setting type: Boolean
# Default value: true
Unlock Cosmetics = true
## Changes your Sash color. Default value will select your Sash color based on your highest completed ascent, this will not affect which Ascents you have available.
# Setting type: SashColor
# Default value: Default
# Acceptable values: Blue, Green, LightGreen, Black, Brown, Red, Purple, Silver, Gold, Default
Sash = Default
## Unlocks all Ascents within the game.
# Setting type: Boolean
# Default value: false
Unlock Ascents = false
```