skrimix

Results 4 comments of 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. ![20211214184054_1_vr](https://user-images.githubusercontent.com/28156185/146010016-a6cb208b-1e34-4fb7-b74f-9ab98b006ef9.jpg) 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.