Add BeatSaberPlus and Naluluna private payloads to 1.44.1 lock
Record Discord BeatSaberPlus 6.4.5 and a local Naluluna instance bundle so both suites can be disabled and re-enabled through plugin-helper state. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -402,3 +402,21 @@ asset = "JDFixer.dll"
|
|||||||
sha256 = "16b7dad9906d838dab40ce48a9b304be4847f18e700ddd31f2293d1065f4529d"
|
sha256 = "16b7dad9906d838dab40ce48a9b304be4847f18e700ddd31f2293d1065f4529d"
|
||||||
install_strategy = "dll-to-plugins"
|
install_strategy = "dll-to-plugins"
|
||||||
reason = "Local build from GitHub PR https://github.com/zeph-yr/JDFixer/pull/26 at commit 3fce6ce465911bdd5e8e00411bc4672c54a317f7. Use this PR build instead of the failed upstream v.7.4.0 release asset, which loaded but failed OnEnable on Beat Saber 1.44.1."
|
reason = "Local build from GitHub PR https://github.com/zeph-yr/JDFixer/pull/26 at commit 3fce6ce465911bdd5e8e00411bc4672c54a317f7. Use this PR build instead of the failed upstream v.7.4.0 release asset, which loaded but failed OnEnable on Beat Saber 1.44.1."
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
id = "beatsaberplus"
|
||||||
|
repo = "discord/BeatSaberPlus"
|
||||||
|
tag = "v6.4.5-bs-1.44.0"
|
||||||
|
asset = "BeatSaberPlus_v6.4.5-bs-1.44.0.zip"
|
||||||
|
sha256 = "21ad51edea5703485779b851e7e86aac11c3d6e3b1de2460b2c3c3b4b5704657"
|
||||||
|
install_strategy = "bsipa-zip"
|
||||||
|
reason = "User-provided Discord release zip C:\\Users\\pleb\\Downloads\\BeatSaberPlus_v6.4.5-bs-1.44.0.zip. Bundles BeatSaberPlus modules, ChatPlexSDK_BS, and license files for Beat Saber 1.44.0/1.44.1."
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
id = "naluluna"
|
||||||
|
repo = "patreon/NalulunaModAssistant"
|
||||||
|
tag = "installed-1.44.1"
|
||||||
|
asset = "Naluluna-1.44.1-installed-bundle.zip"
|
||||||
|
sha256 = "40c8998257aa95ab58aab3e40802eabbf1c7ef83d6c79114a93631e508d9d38b"
|
||||||
|
install_strategy = "root-zip"
|
||||||
|
reason = "Local bundle captured from the Windows BSManager 1.44.1 instance on 2026-07-01 after NalulunaModAssistant Patreon install. Includes Plugins payloads plus UserData/NalulunaUtils, UserData/NalulunaSkybox, NalulunaAvatars, and Libs/Native/OVRLipSync.dll."
|
||||||
|
|||||||
@@ -937,3 +937,29 @@ required = true
|
|||||||
id = "bsipa"
|
id = "bsipa"
|
||||||
constraint = ">=4.3.7"
|
constraint = ">=4.3.7"
|
||||||
required = true
|
required = true
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
id = "beatsaberplus"
|
||||||
|
name = "BeatSaberPlus"
|
||||||
|
repo = "discord/BeatSaberPlus"
|
||||||
|
asset_patterns = ["BeatSaberPlus_*.zip"]
|
||||||
|
install_strategy = "bsipa-zip"
|
||||||
|
category = "streaming"
|
||||||
|
|
||||||
|
[[plugins.dependencies]]
|
||||||
|
id = "bsipa"
|
||||||
|
constraint = ">=4.3.7"
|
||||||
|
required = true
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
id = "naluluna"
|
||||||
|
name = "Naluluna"
|
||||||
|
repo = "patreon/NalulunaModAssistant"
|
||||||
|
asset_patterns = ["Naluluna-*-installed-bundle.zip", "NalulunaUtils-*.zip"]
|
||||||
|
install_strategy = "root-zip"
|
||||||
|
category = "cosmetic"
|
||||||
|
|
||||||
|
[[plugins.dependencies]]
|
||||||
|
id = "bsipa"
|
||||||
|
constraint = ">=4.3.7"
|
||||||
|
required = true
|
||||||
|
|||||||
Reference in New Issue
Block a user