skrimix
skrimix
There has to be a better way to do this, but I got the game to start by adding this to `IVRSystem_GetRecommendedRenderTargetSize()`: ``` Log()
Seems to load fine for me.  Not sure what's up with misplaced "sweet spot", I haven't used this mod before. Edit: I remembered that I got the same Timed...
Adding `-ldflags -H=windowsgui` to `go build` command produces a GUI executable and Windows stops allocating console automatically. I tested with NSSM and sol is working without spawning conhost
First error: Don't use Python 2, it's long deprecated. Second error: You need to have at least Python 3.9. Maybe even 3.10, I think there are parts that require it.