This is the greatest piece of media I have ever seen.
NeonCoding
Creator of
Recent community posts
I don't know if this is fair game to talk about this here, but I figured it's worth a try - I've made a windows GUI for butler, to push builds for up to four channels at the same time - it allows for most functions of standard butler, and also has webhook & program integration, for things like discord notifications. It's completely free, and I just made it for myself and then later to help others - feel free to check it out!
Mk, thanks - I had a look, but that hasn't removed them from the messages for me and I was partially hoping to log the raw console output - I'm working in WinForms so it may have something to do with that, but I'm not sure - either way, thanks for the help!
Update: For anyone doing the same thing in WinForms, I found a solution: https://stackoverflow.com/a/18081958/14471738
Hi! I'm working on a similar project, and I'm attempting to output the butler logs to a log. While I'm doing it in a different language and IDE, I wanted to ask how (or if) you took in the CP437 characters from a butler console window and output UTF-8 or otherwise characters, or how you got around such?