Garry's Mod external console software.
- Download the latest release.
- Launch the gterm executable whenever Garry's Mod is running.
- Restart Garry's Mod to complete the installation.
- Enjoy!
- Download the latest release of
xconsole
. - Move the
.dll
(even on macos/linux!) undersrcds/garrysmod/lua/bin
(if thebin
folder doesnt exist, create it). - In
srcds/garrysmod/lua/includes/init.lua
add at the top of the filerequire("xconsole")
. - Restart the server.
- Launch the gterm executable.
- Enjoy!
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.
- Download the latest release of
xconsole
. - Move the
.dll
(even on macos/linux!) underGarrysMod/garrysmod/lua/bin
(if thebin
folder doesnt exist, create it). - In
GarrysMod/garrysmod/lua/menu/menu.lua
add at the bottom of the filerequire("xconsole")
. - Restart Garry's Mod.
- Voila!