Skip to content

Developer Tools

devin edited this page Feb 14, 2024 · 1 revision

Mumble Position Debugger

If you are using the Mumble Position Debugger by jrobsonchase, (https://gitlab.com/jrobsonchase/mumble-position-debug), and you need gRPC, here's how. This guide is based on Windows.

  1. Download Murmur 1.4.230. This is the last supported version with gRPC Support.
  2. Once installed, Open Run. (CTRL + R).
  3. Type in %localappdata% and press enter.
  4. Create a new folder and call it Mumble.
  5. Open the new folder and create a new one in that folder called Murmur.
  6. Create a new file called murmur.ini. Open it in Notepad.
  7. Add the following line: grpc="127.0.0.1:50051"
  8. Open Start, and type in Mumble Server to start.
  9. Murmur will start in a tray icon. Expand your tray and right click the Murmur Icon.
  10. Click Show Log
  11. You shouldn't see any gRPC Disabled errors.
  12. Open Mumble Client and connect to IP 127.0.0.1 with Port 64738.
  13. Download the Position Debugger by jrobsonchase.
  14. Open Command Prompt in the directory with the .exe.
  15. Run the following command: mumble-position-debug-windows.exe -host localhost -game GTFO -ctx InLevel
  16. It should now show you the log output in the command prompt window for debugging the mod. <3

In-Game Verbose Logs

A lot of the spammy, debug logs for the game are hidden by a config option.

  1. Open r2modman or Thunderstore Mod Manager.
  2. Select your profile that has the mod installed.
  3. Make sure to have run the game in this profile at least once.
  4. Click on Config Editor.
  5. Find BepInEx\config\net.devante.gtfo.positionalaudio.cfg, click on it, and click Edit Config.
  6. Scroll down to Verbose.
  7. Set the Enabled box to true.
  8. Start your game, and look at the BepInEx console.