A user-friendly developer console for Garry's Mod. Makes possible to relay messages and errors from a server's console to developers in-game, so they could develop without need of interrupting to check a server's control panel.
- All messages that come to the original game console and to the server console are relaying to this console
- Errors are relaying to the console
- Realm switching (client/server/both)
- Subscription system
- Filter system
- Average ping and framerate indicators
- Optimized message delivery
- Frame customization (size, position, font and etc.)
- Vectors and Angles being parsed in the console, so you could easily copy them
- Simple to use
- Download the latest release from the releases section.
- Extract the file.
- Place
gfconsole
folder into your server'sgarrysmod/addons
folder. - Restart your server.
- You're done.
- Download the gm_luaerror module for your server's OS from the releases section (
gmsv_luaerror_win32.dll
for example). - Place the downloaded dll into your server's
garrysmod/lua/bin
folder (if there is no folder just create one). - Be sure that
errors
extension is enabled in config. - You're done.
NOTE:
You can configure console up to your preferences, just type gfconsole_settings
in the game console.
- Bind any button to
+gfconsole
. - Hold the button to interact with the console.
- Press the "Subscribe" button at the console's top.
- thelastpenguin - pON