Skip to content

GTerm

Latest
Compare
Choose a tag to compare
@Earu Earu released this 05 Oct 13:19
· 17 commits to master since this release
8a8791c

With this new release GTerm now works on Mac & Linux and provides a websocket API.

Example: ./gterm --API --APISecret cool_secret
This makes gterm listen and broadcast on a websocket server. The default port is 27512 but it can also be changed with --APIPort 1234.
As usual these options are also available in Config.json.

Note: Some stuff might break on Mac & Linux, please report any bugs here: https://github.com/Earu/GTerm/issues

Known bugs:

  • On linux x64 (client), the internal gmod logger doesnt call our log listener breaking the output, this is a gmod bug.