Skip to content

Commit

Permalink
support game version 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Snow1226 committed Jun 4, 2024
1 parent f5ae5f6 commit 16dfba4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CameraPlus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v7.4.0 Chanegs
- Support game version 1.37.0.
-
# v7.3.1 Chanegs
- Fixed an issue where a patch error would occur on the Oculus version.(Issue #30)
- Fixed patch error on song search screen.
Expand Down
2 changes: 1 addition & 1 deletion CameraPlus/HarmonyPatches/RoomAdjustPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static void Postfix(MonoBehaviour __instance)
static IEnumerable<MethodBase> TargetMethods()
{
yield return AccessTools.Method(typeof(VRCenterAdjust), "Start");
yield return AccessTools.Method(typeof(VRCenterAdjust), "HandleRoomCenterDidChange");
yield return AccessTools.Method(typeof(VRCenterAdjust), "SetRoomTransformOffset");
}
}
}
4 changes: 2 additions & 2 deletions CameraPlus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.3.1")]
[assembly: AssemblyFileVersion("7.3.1")]
[assembly: AssemblyVersion("7.4.0")]
[assembly: AssemblyFileVersion("7.4.0")]
4 changes: 2 additions & 2 deletions CameraPlus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"id": "CameraPlus",
"name": "CameraPlus",
"author": "Various Modders",
"version": "7.3.1",
"version": "7.4.0",
"description": "CameraPlus is a Beat Saber mod that allows for multiple wide FOV cameras with smoothed movement.",
"gameVersion": "1.36.2",
"gameVersion": "1.37.0",
"dependsOn": {
"BSIPA": "^4.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Therefore, CameraPlus is no longer registered in ModAssistant.
This is the version where I will add the features I want without permission.

# Supported game versions
BeatSaber 1.36.2
BeatSaber 1.37.0

# Requirements
CameraPlus is an external plugin.
Expand Down

0 comments on commit 16dfba4

Please sign in to comment.