https://github.com/anuar2k/emotesystem
https://github.com/anuar2k/emotesystem
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anuar2k/emotesystem
- Owner: anuar2k
- Created: 2017-12-24T14:52:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T15:21:28.000Z (over 8 years ago)
- Last Synced: 2025-04-11T22:51:35.717Z (about 1 year ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*Note: This module requires some changes [from this PR](https://github.com/MovingBlocks/Terasology/pull/3200) to be merged into the game's engine.*
# EmoteSystem
EmoteSystem is a module, which lets you express emotions in the game! Currently, only customized chat
messages are avaiable.
To create a new emote, you need a prefab with a piece of code like this:
```json
{
"EmoteSystem:Emote": {
"message": "Help me!"
}
}
```
Other modules also can register their own emotes! (just include a prefab)
#### Usage:
Press **C** key to open a selection screen, move your mouse cursor over the emote you want to express and release the key.
Press **F9** key to open the configuration screen (currently it's just a dummy).