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.
PEAKEmoteLib
An API for adding custom emotes to the game PEAK
| Date uploaded | a day ago |
| Version | 1.0.0 |
| Download link | WaporVave-PEAKEmoteLib-1.0.0.zip |
| Downloads | 2959 |
| Dependency string | WaporVave-PEAKEmoteLib-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
PEAKEmoteLib
PEAKEmoteLib is a library offering an API for adding custom emotes to the game PEAK.
Extra emotes are added to additional pages on the wheel, which can be accessed with the vanilla "next" and "previous" buttons, or by scrolling with the mouse wheel.
Usage
See the wiki for implementation details and examples.
Sample
For a sample mod using PEAKEmoteLib to add a custom emote to the game, see "Fortnite Default Dance Emote" (Thunderstore) (GitHub).
Issues
Please report bugs and feature requests to the GitHub Issues page.
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2025-11-05
This version represents the first "full" release of PEAKEmoteLib. It integrates the new vanilla changes made to the emote wheel system introduced in the game's Roots update.
Added
- Documentation comments to source code
Changed
- Custom emotes now appear in pages on the vanilla emote wheel's pagination system, replacing a bespoke pagination implementation.
Fixed
- Playing a custom emote no longer permanently overrides the (previously unused, but now used as the "shimmy" vanilla emote)
A_Scout_Emote_Dance2state with the custom animation data.
[0.2.0] - 2025-10-26
Added
- A new
RegisterEmoteoverload toBaseUnityPluginExtensionsto allow registering an emote directly from anEmoteobject.
[0.1.0] - 2025-10-26
Added
- Everything (all initial functionality)