Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1013 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 1013 Bytes

chatSync

A small Discord - Gmod Chat Sync Addon.

REQUIREMENTS:

A Gmod Server
A Server where you can run NPM ( for example a VServer by Hoster XYZ, NOT a Gameserver like IPS-Hosting they dont give you access to the SSH-Console! )

Installation:

Put chatSync-Addon in your gmod Server Addons folder ( or edit the config and then publish it to Steam Workshop )
Edit the config of the Addon ( see chatSync-Addon/lua/autorun/chatSync_config.lua )
Install npm in on your V- or Root Server.
Put discordbot somewhere in your V- or Root Server.
Edit the config of the discordbot ( see discordbot/src/config.ts
Go into discordbot over SSH, run npm install and after thatnpm run start

Running it for development

Install the Addon normally like before.
Create a config_dev.ts in discordbot/src
put there your development credentials in. ( just copy past config.ts )
then run npm run dev.
Then if you made any changes the config_dev.ts wouldnt be pushed.