FG Sticker Emotes
Fall Guys-style sticker emotes for PEAK, rebuilt with configurable animated bubbles and custom PNG support.
By fallguysteam
| Date uploaded | 21 hours ago |
| Version | 2.2.0 |
| Download link | fallguysteam-FG_Sticker_Emotes-2.2.0.zip |
| Downloads | 41 |
| Dependency string | fallguysteam-FG_Sticker_Emotes-2.2.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.75301README
FG Sticker Emotes
Fall Guys風のステッカーをPEAKのエモートホイールへ追加します。
使い方
Rを長押ししてエモートホイールを開きます。- マウスホイールまたはページボタンで追加ページへ移動します。
- ステッカーを選ぶと、全員の画面でキャラクターの頭上に表示されます。
パーティー全員がこのMODと依存MODを導入する必要があります。
ステッカー
- シアワセ / Happy
- カナシイ / Sad
- イカリ / Angry
- ビックリ / Surprised
- ターキー / Turkey
BepInEx/plugins/FGStickerEmotes/icons に追加のPNGファイルを入れると、そのファイル名でカスタムステッカーとして登録されます。同じステッカーを表示するには全プレイヤーのファイル構成を揃えてください。
ステッカー表示時には対応するFall Guys風サウンドが再生されます。BepInEx/plugins/FGStickerEmotes/sounds にアイコンと同名の .ogg または .wav を置くと、追加ステッカーにも音を割り当てられます(例: turkey.png と turkey.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
iconsfolder. - Improved head tracking and runtime asset cleanup.
- Changed the default display duration to the documented five seconds.