A simple tool for listening to Steamodded logs
Go to file
2024-04-03 23:22:39 +08:00
Properties Update README 2024-04-03 23:22:39 +08:00
.gitattributes 添加 .gitattributes、.gitignore、README.md 和 LICENSE.txt 2024-04-03 23:16:06 +08:00
.gitignore 添加 .gitattributes、.gitignore、README.md 和 LICENSE.txt 2024-04-03 23:16:06 +08:00
App.config 添加项目文件。 2024-04-03 23:16:08 +08:00
BalatroMessager.csproj 添加项目文件。 2024-04-03 23:16:08 +08:00
BalatroMessager.sln 添加项目文件。 2024-04-03 23:16:08 +08:00
BalatroMessager.sln.DotSettings 添加项目文件。 2024-04-03 23:16:08 +08:00
LICENSE.txt 添加 .gitattributes、.gitignore、README.md 和 LICENSE.txt 2024-04-03 23:16:06 +08:00
LogCat.cs 添加项目文件。 2024-04-03 23:16:08 +08:00
Program.cs 添加项目文件。 2024-04-03 23:16:08 +08:00
README.md Update README 2024-04-03 23:22:39 +08:00

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.