You are viewing a potentially older version of this package. View all versions.
WaporVave-PEAKEmoteLib-1.0.0 icon

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-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403
PEAKModding-PEAKLib_Core-1.6.0 icon
PEAKModding-PEAKLib_Core

Core module of the PEAKLib community API.

Preferred version: 1.6.0
PEAKModding-PEAKLib_UI-1.6.1 icon
PEAKModding-PEAKLib_UI

UI module of the PEAKLib community API.

Preferred version: 1.6.1

README

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_Dance2 state with the custom animation data.

[0.2.0] - 2025-10-26

Added

  • A new RegisterEmote overload to BaseUnityPluginExtensions to allow registering an emote directly from an Emote object.

[0.1.0] - 2025-10-26

Added

  • Everything (all initial functionality)