You are viewing a potentially older version of this package. View all versions.
fallguysteam-FG_Sticker_Emotes-2.3.0 icon

FG Sticker Emotes

Fall Guys-style sticker emotes for PEAK, rebuilt with configurable animated bubbles and custom PNG support.

Date uploaded 4 hours ago
Version 2.3.0
Download link fallguysteam-FG_Sticker_Emotes-2.3.0.zip
Downloads 16
Dependency string fallguysteam-FG_Sticker_Emotes-2.3.0

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.75301 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.75301
PEAKModding-PEAKLib_Core-1.7.2 icon
PEAKModding-PEAKLib_Core

Core module of the PEAKLib community API.

Preferred version: 1.7.2
PEAKModding-PEAKLib_UI-1.6.2 icon
PEAKModding-PEAKLib_UI

UI module of the PEAKLib community API.

Preferred version: 1.6.2
WaporVave-PEAKEmoteLib-1.0.0 icon
WaporVave-PEAKEmoteLib

An API for adding custom emotes to the game PEAK

Preferred version: 1.0.0

README

FG Sticker Emotes

Fall Guys風のステッカーをPEAKのエモートホイールへ追加します。

使い方

  1. Rを長押ししてエモートホイールを開きます。
  2. マウスホイールまたはページボタンで追加ページへ移動します。
  3. ステッカーを選ぶと、全員の画面でキャラクターの頭上に表示されます。

パーティー全員がこのMODと依存MODを導入する必要があります。

ステッカー

  • シアワセ / Happy
  • カナシイ / Sad
  • イカリ / Angry
  • ビックリ / Surprised
  • ターキー / Turkey
  • 助けて / Help
  • 今いくよ / On My Way
  • こっちだよ / Over Here
  • ありがとう / Thanks

BepInEx/plugins/FGStickerEmotes/icons に追加のPNGファイルを入れると、そのファイル名でカスタムステッカーとして登録されます。同じステッカーを表示するには全プレイヤーのファイル構成を揃えてください。

ステッカー表示時には対応するFall Guys風サウンドが再生されます。BepInEx/plugins/FGStickerEmotes/sounds にアイコンと同名の .ogg または .wav を置くと、追加ステッカーにも音を割り当てられます(例: turkey.pngturkey.wav)。

設定

初回起動後に BepInEx/config/MuTu.FGStickerEmotes.cfg が作成されます。

  • Duration: 表示秒数
  • Scale: ステッカーの大きさ
  • HeightOffset: 頭上からの高さ
  • HorizontalOffset: カメラ基準の左右位置
  • AnimatePop: 出現アニメーション
  • LoadCustomPngFiles: 追加PNGの自動登録
  • Enabled: ステッカー音声の有効・無効
  • Volume: ステッカー音量
  • SpatialBlend: 2D/3D音声の割合

ゲーム内で位置を変える

ステッカーを表示しながら次のキーを押すと、位置を見ながら調整できます。変更は自動保存されます。奥行き方向は変わりません。

  • 左Alt + ↑ / ↓: 上下へ移動
  • 左Alt + ← / →: 左右へ移動
  • 左Alt + Home: 初期位置へ戻す

開発

dotnet build .\FGStickerEmotes\FGStickerEmotes.csproj -c Release
.\scripts\deploy.ps1
.\scripts\package.ps1

Credits / Notice

  • Custom emote integration: PEAKEmoteLib
  • Sticker artwork: Fall Guys / Mediatonic

This is an unofficial, non-commercial fan-made mod. It is not sponsored, endorsed, or administered by Epic Games, Inc. or Mediatonic Limited.

CHANGELOG

Changelog

2.3.0

  • Added the Help, On My Way, Over Here, and Thanks stickers.
  • Added matching sounds extracted from the supplied Fall Guys gameplay clip.

2.2.0

  • Removed the So Unfortunate and Witch Magic stickers.
  • Added in-game keyboard controls for vertical and horizontal sticker positioning.
  • Position changes are saved automatically and never change sticker depth.

2.1.0

  • Added synchronized sounds for Happy, Sad, Angry, Surprised, and Turkey stickers.
  • Added automatic OGG/WAV sound loading for built-in and custom stickers.
  • Added configurable sound enablement, volume, and positional 3D audio.

2.0.1

  • Kept stickers fully above the character by calculating their height from the sprite bounds.
  • Preserved the sticker's world depth; no camera-facing position offset is applied.
  • Added the So Unfortunate and Witch Magic stickers.
  • Added the Turkey sticker.

2.0.0

  • Rebuilt the mod as a maintainable source project.
  • Fixed the package/plugin version mismatch.
  • Added configurable duration, size, height, and pop animation.
  • Added Japanese and English emote names.
  • Added automatic loading of extra PNG stickers from the icons folder.
  • Improved head tracking and runtime asset cleanup.
  • Changed the default display duration to the documented five seconds.