From 7ee93902653974ff660a11658e339f58eeb3391e Mon Sep 17 00:00:00 2001 From: Marcus Howser Date: Thu, 15 May 2025 04:02:05 -0700 Subject: [PATCH 1/3] add more info in performance section, add section for ResonitePlatformSpoof (cherry picked from commit 2cc2fb9852389b2942ee9758826426fee257e5e8) Co-authored-by: Marcus Howser --- content/docs/resonite/_index.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/content/docs/resonite/_index.md b/content/docs/resonite/_index.md index b360157..c9c0d49 100644 --- a/content/docs/resonite/_index.md +++ b/content/docs/resonite/_index.md @@ -13,7 +13,8 @@ weight: 50 The current recommended Proton variant is [**GE-Proton-RTSP**](https://github.com/SpookySkeletons/proton-ge-rtsp/releases). -[OpenComposite](https://lvra.gitlab.io/docs/fossvr/opencomposite/) should now provide a close-to-flawless experience on most controllers and when using hand tracking. +[XRizer](/fossvr/xrizer/) should now provide a close-to-flawless experience on most controllers and when using hand tracking. If you encounter any major issues you can fallback to [OpenComposite](/docs/fossvr/opencomposite/). + ## Visual bugs @@ -27,6 +28,10 @@ To solve this, prepend `OXR_PARALLEL_VIEWS=1` to Resonite's launch options. ## Performance +Resonite currently runs under an extremely old version of Mono runtime required by Unity, which has very poor Garbage Collection causing frequent lag spikes and frame hitching during asset loading and unloading. Very soon, Resonite will be updated to use .NET 9, a far more modern and bespoke runtime, with Unity running on a separate thread only for rendering the game. Eventually Unity will be replaced by a custom rendering engine as well. + +The main developer and owner of Resonite goes into more detail [here](https://youtu.be/9cx2-VtL_LM&t=16). + In larger sessions Resonite is typically CPU-bound, there isn't much that can be done besides upgrading your CPU. In situations where the GPU is a bottleneck, lowering the resolution (either in the OpenXR runtime or through OpenComposite) may help dramatically. This can be easily done by prepending `OXR_VIEWPORT_SCALE_PERCENTAGE=75` to Resonite's launch options. Experiment with different values to find your preferred balance between performance and quality. @@ -46,6 +51,20 @@ You can load RML mods with MonkeyLoader but not the other way around. The exact cause of this is currently unknown. Consider using MonkeyLoader if you encounter such issues starting the game as it seems to not cause the same problem. +### ResonitePlatformSpoof + +- [Mod Repo](https://github.com/isovel/ResonitePlatformSpoof) +- [Link to working version](https://github.com/isovel/ResonitePlatformSpoof/issues/2#issuecomment-2439588723) + + +{{ hint info }} + +See [issue #2745](https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/2745#issuecomment-2574223051) for more context as to why the Linux badge isn't available for Proton users. + +{{ /hint }} + +When the native Linux build of Resonite was still available, players are given a Linux badge to show others that they are running the native build of the client. When Proton is used to play the windows build of the game, you will not get the Linux badge. However, ResonitePlatformSpoof lets you 'spoof' your platform to the Linux native build and allows proton users to get the Linux badge. + ## Crashes Resonite has been seen causing random SteamVR crashes on Linux before. In some situations the engine also tends to freeze. On OpenComposite, the game will rarely close out on its own without leaving any obvious trace of things going wrong — this is being investigated. From a1ae35f3e74cef4005e318ca686f175763c4147e Mon Sep 17 00:00:00 2001 From: Marcus Howser Date: Thu, 15 May 2025 04:18:35 -0700 Subject: [PATCH 2/3] better link for badge context --- content/docs/resonite/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/resonite/_index.md b/content/docs/resonite/_index.md index c9c0d49..aa5bbed 100644 --- a/content/docs/resonite/_index.md +++ b/content/docs/resonite/_index.md @@ -59,7 +59,7 @@ The exact cause of this is currently unknown. Consider using MonkeyLoader if you {{ hint info }} -See [issue #2745](https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/2745#issuecomment-2574223051) for more context as to why the Linux badge isn't available for Proton users. +See [issue #2745](https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/2745#issuecomment-2573574108) for more context as to why the Linux badge isn't available for Proton users. {{ /hint }} From 6d9112c356cc53ebe61174bb3711e6adef099ee4 Mon Sep 17 00:00:00 2001 From: Marcus Howser Date: Thu, 15 May 2025 04:40:14 -0700 Subject: [PATCH 3/3] fix link --- content/docs/resonite/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/resonite/_index.md b/content/docs/resonite/_index.md index aa5bbed..036cd6d 100644 --- a/content/docs/resonite/_index.md +++ b/content/docs/resonite/_index.md @@ -13,7 +13,7 @@ weight: 50 The current recommended Proton variant is [**GE-Proton-RTSP**](https://github.com/SpookySkeletons/proton-ge-rtsp/releases). -[XRizer](/fossvr/xrizer/) should now provide a close-to-flawless experience on most controllers and when using hand tracking. If you encounter any major issues you can fallback to [OpenComposite](/docs/fossvr/opencomposite/). +[XRizer](/docs/fossvr/xrizer/) should now provide a close-to-flawless experience on most controllers and when using hand tracking. If you encounter any major issues you can fallback to [OpenComposite](/docs/fossvr/opencomposite/). ## Visual bugs