NGnius (Graham)
NGnius (Graham)
This is working as intended, so I'm closing this. All settings are supposed to be tied to the game profile. If you'd like me to reopen it and switch the...
Done. I'll address the challenges with a change like this, to see if anyone has a solution to them: Currently, everything is associated with a game profile, which makes the...
More documentation is always nice, but I've found that it's not worth it for me to maintain. In between the added effort (that I don't enjoy) and people not reading...
I do agree this would be nice. The alternative is actually already achievable since the config files are stored in a well-documented and user-writeable location. Unfortunately creating a web service...
I guess I never replied to this, sorry. > Or is exploring files from the menu in Game Mode too much a hassle? Decky has a file picker, but I...
I haven't been able to reproduce this in the latest version, so I think it's been fixed as a side-effect of the architectural changes.
From my experience, module load order is consistent on Steam Deck so this is good enough. If you're using a different kernel or a completely different system then it's going...
I don't currently have any other devices to test on, so that's the primary limiting factor for me supporting other devices. Of course if someone else makes a PR, or...
Initial work for gRPC compatibility is in a [new repository](https://github.com/NGnius/nRPC) since it didn't make sense to couple it to USDPL. gRPC is designed to use HTTP/2 and isn't directly compatible...
Initial work on USDPL nRPC framework/codegen stuff is in the [next](https://github.com/NGnius/usdpl-rs/tree/next) branch.