https://steamcommunity.com/sharedfiles/filedetails/?id=1622781878
- All emojis in the Unicode standard are supported, including emoji 11
- Supported emojis
- New Emoji 11 emojis
- Send console commands from chat.
- Press
TAB
to change betweenGlobal
,Team
andConsole
chat
- Any URLs in text are automatically made clickable
- Clicking on the URL opens it in the Steam overlay browser
- See the exact time a message was sent
This chatbox has been made to behave similar to the default Garry's Mod chat
ESC
will exit the chat (but not open the main menu)- Your
console key
will not open console when typing - Pressing
ENTER
when you have not typed anything will close the chatbox and will not send an empty message - Old messages will disappear when the chatbox is not open
- Copy & paste works
- Attempting to type a message which is too long will play an alert sound and trim your message
- Emojis are shown as plaintext (e.g.
:fox_face:
) in console & logs
All of the emojis you use on Twitter, Facebook, Discord (non-custom emojis), WhatsApp, etc. are available.
See the full list here.
This chatbox also attempts to behave like the default Garry's Mod chatbox to avoid confusing users.
Everything apart from the emojis will work when you are offline. Emojis will show as squares.
Let me know! Submit an issue/feature request on GitHub.
Or comment on the workshop addon.
Let me know - GitHub
Or comment on the workshop addon.
Clone this repository.
The folder emojichat should go in your Garry's Mod addons folder.
I would recommend setting up a symbolic link garrysmod/addons/emojichat-lua
-> emojichat-repository/emojichat
.
- The files for this can be found in the
emojichat-html
directory - For the HTML chatbox, see the README in
emojichat-html
- Old commits can be found here
- Emoji images provided by twemoji
- Emoji categories and tags provided by Emojilib
- eChat used as a starting point- https://github.com/Exho1/eChat/
- Blur function created by Chessnut from NutScript