better-srcds-log-parser
better-srcds-log-parser copied to clipboard
A srcds (CS:GO, TF2, etc) log parser that works
```js UnknownType { Time: Moment, Content: '"T.w² | octavia blake" requested "playerinfo" (value "19761")', Type: 'Unknown' } UnknownType { Time: Moment, Content: '"luna" requested "spectatorinfo" (value "19782")', Type: 'Unknown' }...
Somehow it's possible to send empty RCON commands. I haven't been able to test this out myself, but a service we use called gameME frequently does it for whatever reason...
Unknown player trigger event type: `mvp`
Hi, I have forked your project and I'm changing a few things in the code. However, there's no command in `package.json` to build the .ts files into .js could you...