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

PEAKEmoteLib

An API for adding custom emotes to the game PEAK

Date uploaded a week ago
Version 0.2.0
Download link WaporVave-PEAKEmoteLib-0.2.0.zip
Downloads 2603
Dependency string WaporVave-PEAKEmoteLib-0.2.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 by scrolling with the mouse wheel.

Usage

See the wiki for implementation details and examples.

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.

[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)