
PEAK
You are viewing a potentially older version of this package. View Latest Version

This mod manages to allow adding more customization options by utilizing AssetBundle.
Most parts are inspired from CustomHats.
You can build from source with .NET SDK, this project requires .NET 9.0.
Open MoreCustomizations.csproj file, then find GameDir and DestDir property.
You need to change it for your environment.

GameDir : Installation path of PEAK. (i.e. it should be ended with ...steamapps/common/PEAK)DestDir : Distribution path of compiled results. (i.e. parent directory of BepInEx.)Open this repository in terminal, run below command will compile and distribute result to your BepInEx plugins path.
dotnet build ./src
You can create ThunderStore package with below command.
dotnet publish ./src --configuration Release
This will produces package files to src/bin/ThunderStore.