Skip to content

PrashantMohta/EmoteWheel

Repository files navigation

EmoteWheel

A mod for the game Hollow Knight that allows players to send emotes over HkmpPouch.

Creating your own Emotes

All Emotes are Satchel.Animation files, where the name of the JSON file is the name of the emote, you can have each emote in any sub-directory structure for organization purposes but the paths in the JSON must be a relative path to the image file.

Here's an example Satchel.Animation

{
	"frames": ["1.png"],
	"fps": 1,
	"loop": true
}

This file will load an image 1.png as a static image.

Example directory structure : image

This will add an emote by the name of angelsus to your game.

Credits

Default Emotes provided by Torny (@tornyzang)

About

Allows using custom emotes with HKMP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages