Skip to content

Commit 8170c7e

Browse files
committed
Update to 6.3.3 for bs 1.40.0
1 parent 28e5b71 commit 8170c7e

File tree

53 files changed

+608
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+608
-244
lines changed

BeatSaberPlus.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeatSaberPlusKick", "Privat
7171
EndProject
7272
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatPlexSDK_BS", "ChatPlexSDK_BS\ChatPlexSDK_BS.csproj", "{84972BAC-4FAF-4DA8-92ED-E3A735AF0E92}"
7373
EndProject
74+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A616A79-5E4B-4610-B1E4-CF409D236657}"
75+
ProjectSection(SolutionItems) = preProject
76+
.editorconfig = .editorconfig
77+
EndProjectSection
78+
EndProject
7479
Global
7580
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7681
Debug|Any CPU = Debug|Any CPU

Modules/BeatSaberPlus_Chat/BeatSaberPlus_Chat.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
</PackageReference>
5353
</ItemGroup>
5454
<ItemGroup>
55+
<Reference Include="BeatSaber.ViewSystem" Publicize="true">
56+
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BeatSaber.ViewSystem.dll</HintPath>
57+
<Private>False</Private>
58+
</Reference>
5559
<Reference Include="DataModels">
5660
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\DataModels.dll</HintPath>
5761
<Private>False</Private>
0 Bytes
Binary file not shown.

Modules/BeatSaberPlus_Chat/ChatPlexMod_Chat/Chat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ internal void UpdateFloatingPanels()
501501

502502
/// Prepare data for level with rotations
503503
#if BEATSABER
504-
var l_Is360Level = CP_SDK_BS.Game.Logic.LevelData?.Data?.transformedBeatmapData?.spawnRotationEventsCount > 0;
504+
var l_Is360Level = CP_SDK_BS.Game.Logic.LevelData?.HasRotations ?? false;
505505
var l_RotationRef = l_Is360Level ? Resources.FindObjectsOfTypeAll<FlyingGameHUDRotation>().FirstOrDefault()?.gameObject : null as GameObject;
506506
#elif SYNTHRIDERS
507507
var l_RotationRef = Resources.FindObjectsOfTypeAll<GameObject>().FirstOrDefault(x => x.name == "[Score & Misc]");

Modules/BeatSaberPlus_Chat/ChatPlexMod_Chat/Utils/ChatMessageBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public static async Task<string> BuildMessage(IChatMessage p_Message, Extensions
173173
}
174174
}
175175
}
176-
Logger.Instance.Error(l_StringBuilder.ToString());
176+
177177
return l_StringBuilder.ToString();
178178
}
179179
catch (Exception p_Exception)

Modules/BeatSaberPlus_Chat/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("6.3.0")]
35-
[assembly: AssemblyFileVersion("6.3.0")]
34+
[assembly: AssemblyVersion("6.3.3")]
35+
[assembly: AssemblyFileVersion("6.3.3")]

Modules/BeatSaberPlus_Chat/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"id": "BeatSaberPlus_Chat",
44
"name": "BeatSaberPlus_Chat",
55
"author": "HardCPP",
6-
"version": "6.3.0",
6+
"version": "6.3.3",
77
"description": "",
8-
"gameVersion": "1.37.1",
8+
"gameVersion": "1.40.0",
99
"dependsOn": {
1010
"BSIPA": "^4.3.0",
11-
"ChatPlexSDK_BS": "^6.3.0"
11+
"ChatPlexSDK_BS": "^6.3.3"
1212
},
1313
"links": {
1414
"project-home": "https://discord.chatplex.org",
Binary file not shown.

Modules/BeatSaberPlus_ChatEmoteRain/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("6.3.0")]
35-
[assembly: AssemblyFileVersion("6.3.0")]
34+
[assembly: AssemblyVersion("6.3.3")]
35+
[assembly: AssemblyFileVersion("6.3.3")]

Modules/BeatSaberPlus_ChatEmoteRain/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"id": "BeatSaberPlus_ChatEmoteRain",
44
"name": "BeatSaberPlus_ChatEmoteRain",
55
"author": "HardCPP",
6-
"version": "6.3.0",
6+
"version": "6.3.3",
77
"description": "",
8-
"gameVersion": "1.37.1",
8+
"gameVersion": "1.40.0",
99
"dependsOn": {
1010
"BSIPA": "^4.3.0",
11-
"ChatPlexSDK_BS": "^6.3.0"
11+
"ChatPlexSDK_BS": "^6.3.3"
1212
},
1313
"links": {
1414
"project-home": "https://discord.chatplex.org",

0 commit comments

Comments
 (0)