NGnius (Graham)

Results 62 comments of NGnius (Graham)

Should be on the store now

You wipe out all PowerTools configs with `sudo rm -rf ~/.config/powertools`. Or you can remove a specific file with `sudo rm ` It's probably a good idea to restart after...

Just noticed you also started https://github.com/SteamDeckHomebrew/decky-loader/issues/195 If you can confirm that that actually fixes it, I'll close this.

I'm just going to throw some standard troubleshooting question at you because I don't know what's happened. In no particular order, have you tried: - [ ] Reinstalling, including re-downloading...

Installing from the archive containing the built version of the plugin, and not one of the source archives? Is there anything else running on your system that's using port 44444...

Sounds like it could be an issue with something deadlocking, I'll look into it. Could you give me a log (`/tmp/fantastic.log`) from when it happens? That might be useful.

Help is always appreciated. I haven't seen much interest in getting translations into PowerTools so its simply low-priority.

There's a front-end JS API exposed in `SteamClient.System.Perf` that also has similar functionality. The most notable difference I've seen is that it's encoded in base64, though I haven't bothered to...

Someone else (Uknys on Discord) who was working on reverse engineering the hex data for configs found the exact format of it: https://github.com/SteamDatabase/Protobufs/blob/85eddaab4f93e33b9e178f702aa844fbdc2d32c2/steam/steammessages_client_objects.proto#L297 (A Steam client protobuf) Just throwing this...