1
0
mirror of https://github.com/troit5ky/gmod_discord_relay.git synced 2025-03-04 03:03:15 -05:00
This commit is contained in:
Dmitry Troitsky 2023-07-08 01:19:25 +03:00
commit ceddbaca84

View File

@ -1,11 +1,17 @@
# Discord Relay for Garry's Mod
### How to install:
1. Put [GWSocket](https://github.com/FredyH/GWSockets/releases/) module in `garrysmod/lua/bin/` (create if not exist)
2. Put [CHTTP](https://github.com/timschumi/gmod-chttp/releases) module in `garrysmod/lua/bin/` (create if not exist)
3. Put this addon (from release) to `garrysmod/addons/`
4. Configurate in `discord-realy/lua/cl_config.lua` and `discord-realy/lua/sv_config.lua`
5. Done! Restart server
Transmits GMod chat to Discord and Discord chat to GMod.
### Preview
## Dependencies
- [GWSockets](https://github.com/FredyH/GWSockets/releases/)
- [CHTTP](https://github.com/timschumi/gmod-chttp/releases)
### Installation guide
1. Put dependencies into `garrysmod/lua/bin` (create if directory does not exist).
2. Then download the addon and unpack to `garrysmod/addons`.
3. Finally, edit `discord-realy/lua/cl_config.lua` and `discord-realy/lua/sv_config.lua` to configure the addon.
4. After that you should restart server and voila, it works!
## Preview
![preview](preview/1.png)