Update setlist, beatsabervoting, and patch squattobegin
This commit is contained in:
@@ -278,6 +278,15 @@ sha256 = "6237da05cbc044e99211cb0e569c917fe61bb0da25e42c61a6d438371548ebba"
|
|||||||
install_strategy = "bsipa-zip"
|
install_strategy = "bsipa-zip"
|
||||||
reason = "BeatMods verified BeatSaverUpdater 1.2.11 for Beat Saber 1.44.1 as version id 2352, zipHash d9ea8dd0cbaac66cbb02fa59a548e42b. GitHub asset is byte-identical to the BeatMods CDN zip."
|
reason = "BeatMods verified BeatSaverUpdater 1.2.11 for Beat Saber 1.44.1 as version id 2352, zipHash d9ea8dd0cbaac66cbb02fa59a548e42b. GitHub asset is byte-identical to the BeatMods CDN zip."
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
id = "beatsavervoting"
|
||||||
|
repo = "Top-Cat/BeatSaverVoting"
|
||||||
|
tag = "localbuild-bs-1.44.1-2.4.8"
|
||||||
|
asset = "BeatSaverVoting.dll"
|
||||||
|
sha256 = "2e35638d29676e01a21b854209a74eaa12a347faab3c8b789442d05554658e98"
|
||||||
|
install_strategy = "dll-to-plugins"
|
||||||
|
reason = "Local build from ~/src/Top-Cat/BeatSaverVoting branch bs-1.44.1 (based on upstream 5616be4 / 2.4.7 IPlatform migration). Bumps to 2.4.8 for Beat Saber 1.44.1, retargets the LevelListTableCell.SetDataFromLevelAsync Harmony patch to the 1.44 signature, and drops the unused PlatformUserModel reference. Replaces failed BeatMods 2.4.6 trial that TypeLoadException'd on IPlatformUserModel."
|
||||||
|
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
id = "playlistmanager"
|
id = "playlistmanager"
|
||||||
repo = "rithik-b/PlaylistManager"
|
repo = "rithik-b/PlaylistManager"
|
||||||
@@ -515,3 +524,13 @@ asset = "wipbot.dll"
|
|||||||
sha256 = "c895d45b8e842f1d408b9f53864fc4fc1c2bb6dda4b992d0bb3a6fdc12c0e0a8"
|
sha256 = "c895d45b8e842f1d408b9f53864fc4fc1c2bb6dda4b992d0bb3a6fdc12c0e0a8"
|
||||||
install_strategy = "dll-to-plugins"
|
install_strategy = "dll-to-plugins"
|
||||||
reason = "Local build from C:\\Users\\pleb\\src\\Danielduel\\wipbot commit c717a84 on branch bs-1.44.1-compat. Builds cleanly against Beat Saber 1.44.1; bumps manifest to gameVersion 1.44.0 / version 1.22.0; Harmony PatchAll scoped to patch type and CatCore compile-optional so ChatPlex-only installs avoid ReflectionTypeLoadException."
|
reason = "Local build from C:\\Users\\pleb\\src\\Danielduel\\wipbot commit c717a84 on branch bs-1.44.1-compat. Builds cleanly against Beat Saber 1.44.1; bumps manifest to gameVersion 1.44.0 / version 1.22.0; Harmony PatchAll scoped to patch type and CatCore compile-optional so ChatPlex-only installs avoid ReflectionTypeLoadException."
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
id = "setlist"
|
||||||
|
repo = "https://git.plebsaber.stream/pleb/setlist"
|
||||||
|
tag = "v0.1.2"
|
||||||
|
asset = "Setlist-0.1.2-bs1.44.1-e44e5e8.zip"
|
||||||
|
download_url = "https://git.plebsaber.stream/pleb/setlist/releases/download/v0.1.2/Setlist-0.1.2-bs1.44.1-e44e5e8.zip"
|
||||||
|
sha256 = "242677be9e5673100f7b737349698c8ffdffd95d5f23fdbc816ffd625f678e74"
|
||||||
|
install_strategy = "bsipa-zip"
|
||||||
|
reason = "Gitea release https://git.plebsaber.stream/pleb/setlist/releases/tag/v0.1.2 for Beat Saber 1.44.1 (commit e44e5e8). Replaces the earlier local 0.1.0 trial build that was removed after an incomplete playlist-load smoke."
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
id = "beatsavervoting"
|
id = "beatsavervoting"
|
||||||
name = "BeatSaverVoting"
|
name = "BeatSaverVoting"
|
||||||
repo = "Top-Cat/BeatSaverVoting"
|
repo = "Top-Cat/BeatSaverVoting"
|
||||||
asset_patterns = ["BeatSaverVoting-*.zip"]
|
asset_patterns = ["BeatSaverVoting.dll", "BeatSaverVoting-*.zip"]
|
||||||
install_strategy = "bsipa-zip"
|
install_strategy = "dll-to-plugins"
|
||||||
category = "downloader"
|
category = "downloader"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ id = "bs-utils", constraint = ">=1.14.3" },
|
{ id = "bs-utils", constraint = ">=1.14.3" },
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
id = "setlist"
|
id = "setlist"
|
||||||
name = "Setlist"
|
name = "Setlist"
|
||||||
asset_patterns = ["Setlist.dll"]
|
repo = "https://git.plebsaber.stream/pleb/setlist"
|
||||||
install_strategy = "dll-to-plugins"
|
asset_patterns = ["Setlist-*.zip", "Setlist.dll"]
|
||||||
|
install_strategy = "bsipa-zip"
|
||||||
category = "ui"
|
category = "ui"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ id = "beatleader", constraint = ">=0.9.0" },
|
{ id = "beatleader", constraint = ">=0.9.0" },
|
||||||
|
|||||||
Reference in New Issue
Block a user