Garry's Mod external console software.
xconsole
..dll
(even on macos/linux!) under srcds/garrysmod/lua/bin
(if the bin
folder doesnt exist, create it).srcds/garrysmod/lua/includes/init.lua
add at the top of the file require("xconsole")
.IMPORTANT NOTE: If you run your server inside a docker container or any other sandbox you will need to install gterm within that sandbox or give the container the rights to write to /tmp
on UNIX systems.
xconsole
..dll
(even on macos/linux!) under GarrysMod/garrysmod/lua/bin
(if the bin
folder doesnt exist, create it).GarrysMod/garrysmod/lua/menu/menu.lua
add at the bottom of the file require("xconsole")
.