https://github.com/wrldspawn/gmsv_trueterm
Truecolor terminal output for Garry's Mod Linux dedicated servers
https://github.com/wrldspawn/gmsv_trueterm
Last synced: 3 months ago
JSON representation
Truecolor terminal output for Garry's Mod Linux dedicated servers
- Host: GitHub
- URL: https://github.com/wrldspawn/gmsv_trueterm
- Owner: wrldspawn
- License: other
- Created: 2024-12-24T06:19:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T03:46:23.000Z (about 1 year ago)
- Last Synced: 2025-02-10T04:22:45.441Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# [This module is irrelevant now](https://github.com/Facepunch/garrysmod-issues/issues/6174)
# gmsv_trueterm
Truecolor terminal output for Garry's Mod Linux dedicated servers.
An amalgamation of [gm_spew](https://github.com/danielga/gm_spew), [gm_xterm](https://github.com/Metastruct/gm_xterm) and [gm_xconsole_x64](https://github.com/Earu/gmsv_xconsole_x64).
# Installation
Put the DLL file in `lua/bin/`, then call `require("trueterm")` in an autorun script.
If you want it to load early you can use something like [extload](https://github.com/wrldspawn/extload) and a preinit script ([example](https://github.com/wrldspawn/gmod-misc/blob/main/lua/preinit/server/trueterm.lua)).
> [!NOTE]
> There is code for loading through server plugin and ghostinj.dll, but it is non-functional and not included in the current release.