Earu / EasyChat

A modular Garry's Mod chat addon for both users and developers. (EOL 2025)
https://steamcommunity.com/sharedfiles/filedetails/?id=1182471500
GNU General Public License v3.0
90 stars 31 forks source link

Sourcenet Requirement for EasyChat? #81

Closed DOTD100 closed 2 years ago

DOTD100 commented 2 years ago

When I was launching a dedicated server, I saw a line saying that if I needed console command, sourcenet or slog was required to be installed. However, I followed the link to Sourcenet (gm_sourcenet) and couldn't find a way to install it. Could someone help me? Thanks!

Earu commented 2 years ago

Slog or sourcenet are required if you want your players messages sent via the say or say_team to be networked and included properly within EasyChat. It is not a requirement, just a "bonus" of sorts.

Links to the projects: https://github.com/danielga/gm_sourcenet https://github.com/Earu/EasyChat/raw/master/lua/bin/gmsv_slog_linux.dll

When you have either of these binary modules (the .dll file) place it under lua/bin in your server and it should function on its own.

DOTD100 commented 2 years ago

Thats quite a quick answer, I appreciate that. Also, I noticed that is for linux, but I'm running it on Windows. Because of that, I'm currently using gmsv_sourcenet_win32.dll in lua/bin. This should be it right?

Earu commented 2 years ago

That's correct yeah 👍