mirror of
https://github.com/jie65535/BalatroMessager.git
synced 2024-07-27 18:54:58 +08:00
A simple tool for listening to Steamodded logs
Properties | ||
.gitattributes | ||
.gitignore | ||
App.config | ||
BalatroMessager.csproj | ||
BalatroMessager.sln | ||
BalatroMessager.sln.DotSettings | ||
LICENSE.txt | ||
LogCat.cs | ||
Program.cs | ||
README.md |
BalatroMessager
A simple tool for listening to Steamodded logs.
This tool obtains all messages sent by the sendDebugMessage
method by listening to and debugging output port 12345
.
You can save the log by redirecting the output
BalatroMessager.exe > msg.log
or just double-click to run it.