SamuelTulach / OcuFix

Simple mod to automatically disable ASW and change services/runtime priority
MIT License
17 stars 5 forks source link

Beat Saber version compatibility #1

Closed mariobrostech closed 2 years ago

mariobrostech commented 2 years ago

Hi,

I am interested in running Beat Saber v1.18.3 since it is the last version that's compatible with BeatTogether for online multiplayer using custom songs. Which versions of OcuFix are compatible with this older version of the game? Would the versions built for v1.18.1 work?

Thanks in advance!

SamuelTulach commented 2 years ago

The beauty of GitHub notifications is that it just never gets to me (apart from stupid Feature Previews) so sorry for late response.

Using any BS version with the latest build should be fine. It does not depend on the game at all apart from BSIPA and BSML, so as long as you have a working mod injector and a working BSML library then it should work on that BS version - in other words it should be backwards compatible with most BS versions.

mariobrostech commented 2 years ago

Awesome, thanks! If you could add that to the README as well, I'd really appreciate it. I'm sure that others have asked themselves similar questions before, and having it there would go a long way towards preventing confusion.

ghost commented 2 years ago

I need to test it with v1.20 its backwards compatible.. what does
"dependsOn": { "BSIPA": "^4.2.1",

mean i mean the ^ does it mean BSIPA 4.2.1 or higher? or lower?

SamuelTulach commented 2 years ago

I need to test it with v1.20 its backwards compatible.. what does "dependsOn": { "BSIPA": "^4.2.1",

mean i mean the ^ does it mean BSIPA 4.2.1 or higher? or lower?

It means higher (putting in lower would not really be that logical would it?), but I basically just used the latest version at the time when I started working on the mod so it will probably work just fine on older versions.