pxxb Posted April 7, 2016 Share Posted April 7, 2016 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? Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted October 1, 2016 Administrators Share Posted October 1, 2016 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/BuildingWindowsSource code: https://github.com/mumble-voip/mumbleBuild environment: https://github.com/mumble-voip/mumble-relengAbout C++: https://en.wikipedia.org/wiki/C%2B%2BAbout DLL: https://en.wikipedia.org/wiki/Dynamic-link_library Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.