This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

Mumble with emoticons.


pxxb
 Share

Recommended Posts

Hi, I was wondering if someone could steer me in the proper direction. I wanted to implement emoticons such as twitch emoticons. When someone types in Kappa it would show the Kappa emote. I know someone created something that was server side, and was wondering how I would go along doing this client side.


Thanks.


edit1: How do I edit the source code when it's all .dll?

Link to comment
Share on other sites

  • 5 months later...
  • Administrators

The dll stuff is binary code.

You will have to edit the source code.

That’s not really trivial though, and if you have no idea about C++ at all may be an interesting journey.


How to build: http://wiki.mumble.info/wiki/BuildingWindows

Source code: https://github.com/mumble-voip/mumble

Build environment: https://github.com/mumble-voip/mumble-releng

About C++: https://en.wikipedia.org/wiki/C%2B%2B

About DLL: https://en.wikipedia.org/wiki/Dynamic-link_library

Link to comment
Share on other sites

 Share

×
×
  • Create New...