Sourcenet Requirement for EasyChat?
DOTD100 opened this issue · 3 comments
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!
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.
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?
That's correct yeah 👍