mirror of
https://github.com/jie65535/BalatroMessager.git
synced 2024-07-27 18:54:58 +08:00
Update README
This commit is contained in:
parent
1e9e429b80
commit
10e7ec8e4e
@ -1,16 +1,15 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
// 有关程序集的一般信息由以下
|
// 有关程序集的一般信息由以下
|
||||||
// 控制。更改这些特性值可修改
|
// 控制。更改这些特性值可修改
|
||||||
// 与程序集关联的信息。
|
// 与程序集关联的信息。
|
||||||
[assembly: AssemblyTitle("BalatroMessager")]
|
[assembly: AssemblyTitle("BalatroMessager")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("A simple tool for listening to Steamodded logs")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("BalatroMessager")]
|
[assembly: AssemblyProduct("BalatroMessager")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2024")]
|
[assembly: AssemblyCopyright("Copyright © jie65535 2024")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
16
README.md
16
README.md
@ -1 +1,15 @@
|
|||||||
# BalatroMessager
|
# BalatroMessager
|
||||||
|
|
||||||
|
A simple tool for listening to [Steamodded](https://github.com/Steamopollys/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
|
||||||
|
```bash
|
||||||
|
BalatroMessager.exe > msg.log
|
||||||
|
```
|
||||||
|
|
||||||
|
or just double-click to run it.
|
Loading…
Reference in New Issue
Block a user