Skip to content

Commit c0313de

Browse files
authored
Version 6.4.1 for BS 1.40.8 (#6)
1 parent 9d550ce commit c0313de

File tree

5 files changed

+165
-156
lines changed

5 files changed

+165
-156
lines changed

include/git_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
22
#define GIT_USER "HardCPP"
33
#define GIT_BRANCH "dev"
4-
#define GIT_COMMIT 0xe337f56
4+
#define GIT_COMMIT 0x9d550ce
55
#define GIT_MODIFIED 1

mod.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,42 @@
55
"id": "qbeatsaberplus-menumusic",
66
"modloader": "Scotland2",
77
"author": "HardCPP",
8-
"version": "6.4.0",
8+
"version": "6.4.1",
99
"packageId": "com.beatgames.beatsaber",
10-
"packageVersion": "1.40.4_5283",
10+
"packageVersion": "1.40.8_7379",
1111
"description": "Feel good!",
1212
"coverImage": "cover.png",
1313
"dependencies": [
1414
{
15-
"version": "^6.4.1",
15+
"version": "^6.4.2",
1616
"id": "beatsaber-hook",
17-
"downloadIfMissing": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.1/beatsaber-hook.qmod"
17+
"downloadIfMissing": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/beatsaber-hook.qmod"
1818
},
1919
{
20-
"version": "^0.18.2",
20+
"version": "^0.18.3",
2121
"id": "custom-types",
22-
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.2/CustomTypes.qmod"
22+
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/CustomTypes.qmod"
2323
},
2424
{
25-
"version": "^1.1.20",
25+
"version": "^1.1.24",
2626
"id": "songcore",
27-
"downloadIfMissing": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.20/SongCore.qmod"
27+
"downloadIfMissing": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.24/SongCore.qmod"
2828
},
2929
{
30-
"version": "^4.6.1",
30+
"version": "^4.6.4",
3131
"id": "paper2_scotland2",
32-
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.2/paper2_scotland2.qmod"
32+
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/paper2_scotland2.qmod"
3333
},
3434
{
35-
"version": "^6.4.0",
35+
"version": "^6.4.1",
3636
"id": "chatplex-sdk-bs",
37-
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.0/ChatPlexSDK-BS.qmod"
37+
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.1/ChatPlexSDK-BS.qmod"
3838
}
3939
],
40-
"modFiles": [
40+
"modFiles": [],
41+
"lateModFiles": [
4142
"libqbeatsaberplus-menumusic.so"
4243
],
43-
"lateModFiles": [],
4444
"libraryFiles": [],
4545
"fileCopies": [],
4646
"copyExtensions": []

mod.template.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"author": "HardCPP",
88
"version": "${version}",
99
"packageId": "com.beatgames.beatsaber",
10-
"packageVersion": "1.40.4_5283",
10+
"packageVersion": "1.40.8_7379",
1111
"description": "Feel good!",
1212
"coverImage": "cover.png",
1313
"dependencies": [],
14-
"modFiles": ["${binary}"],
14+
"modFiles": [],
15+
"lateModFiles": ["${binary}"],
1516
"libraryFiles": [],
1617
"fileCopies": [],
1718
"copyExtensions": []

qpm.json

Lines changed: 90 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,96 @@
11
{
2-
"version": "0.4.0",
3-
"sharedDir": "shared",
4-
"dependenciesDir": "extern",
5-
"info": {
6-
"name": "QBeatSaberPlus-MenuMusic",
7-
"id": "qbeatsaberplus-menumusic",
8-
"version": "6.4.0",
9-
"url": "https://github.com/hardcpp/QBeatSaberPlus-MenuMusic",
2+
"version": "0.4.0",
3+
"sharedDir": "shared",
4+
"dependenciesDir": "extern",
5+
"info": {
6+
"name": "QBeatSaberPlus-MenuMusic",
7+
"id": "qbeatsaberplus-menumusic",
8+
"version": "6.4.1",
9+
"url": "https://github.com/hardcpp/QBeatSaberPlus-MenuMusic",
10+
"additionalData": {
11+
"overrideSoName": "libqbeatsaberplus-menumusic.so",
12+
"cmake": true
13+
}
14+
},
15+
"workspace": {
16+
"scripts": {
17+
"build": [
18+
"pwsh ./build.ps1"
19+
],
20+
"clean": [
21+
"pwsh ./build.ps1 -clean"
22+
],
23+
"copy": [
24+
"pwsh ./copy.ps1"
25+
],
26+
"log": [
27+
"pwsh ./start-logging.ps1"
28+
],
29+
"qmod": [
30+
"pwsh ./build.ps1 -clean",
31+
"pwsh ./createqmod.ps1 -clean"
32+
],
33+
"qmod_backup": [
34+
"pwsh ./build.ps1 -clean",
35+
"qpm qmod build",
36+
"pwsh ./createqmod.ps1 -clean"
37+
]
38+
},
39+
"ndk": "^27.2.12479018",
40+
"qmodIncludeDirs": [
41+
"build",
42+
"extern/libs"
43+
],
44+
"qmodIncludeFiles": [],
45+
"qmodOutput": "./QBeatSaberPlus-MenuMusic.qmod"
46+
},
47+
"dependencies": [
48+
{
49+
"id": "beatsaber-hook",
50+
"versionRange": "^6.4.2",
51+
"additionalData": {}
52+
},
53+
{
54+
"id": "bs-cordl",
55+
"versionRange": "^4008.*",
56+
"additionalData": {}
57+
},
58+
{
59+
"id": "custom-types",
60+
"versionRange": "^0.18.3",
61+
"additionalData": {}
62+
},
63+
{
64+
"id": "scotland2",
65+
"versionRange": "^0.1.6",
1066
"additionalData": {
11-
"overrideSoName": "libqbeatsaberplus-menumusic.so",
12-
"cmake": true
67+
"includeQmod": false,
68+
"private": true
1369
}
1470
},
15-
"workspace": {
16-
"scripts": {
17-
"build": [
18-
"pwsh ./build.ps1"
19-
],
20-
"clean": [
21-
"pwsh ./build.ps1 -clean"
22-
],
23-
"copy": [
24-
"pwsh ./copy.ps1"
25-
],
26-
"log": [
27-
"pwsh ./start-logging.ps1"
28-
],
29-
"qmod": [
30-
"pwsh ./build.ps1 -clean",
31-
"pwsh ./createqmod.ps1 -clean"
32-
],
33-
"qmod_backup": [
34-
"pwsh ./build.ps1 -clean",
35-
"qpm qmod build",
36-
"pwsh ./createqmod.ps1 -clean"
37-
]
38-
},
39-
"ndk": "^27.2.12479018",
40-
"qmodIncludeDirs": [
41-
"build",
42-
"extern/libs"
43-
],
44-
"qmodIncludeFiles": [],
45-
"qmodOutput": "./QBeatSaberPlus-MenuMusic.qmod"
71+
{
72+
"id": "songcore",
73+
"versionRange": "^1.1.24",
74+
"additionalData": {
75+
"private": true
76+
}
4677
},
47-
"dependencies": [
48-
{
49-
"id": "beatsaber-hook",
50-
"versionRange": "^6.4.1",
51-
"additionalData": {}
52-
},
53-
{
54-
"id": "bs-cordl",
55-
"versionRange": "^4004.0.0",
56-
"additionalData": {}
57-
},
58-
{
59-
"id": "custom-types",
60-
"versionRange": "^0.18.2",
61-
"additionalData": {}
62-
},
63-
{
64-
"id": "scotland2",
65-
"versionRange": "^0.1.6",
66-
"additionalData": {
67-
"includeQmod": false,
68-
"private": true
69-
}
70-
},
71-
{
72-
"id": "libil2cpp",
73-
"versionRange": "^0.4.0",
74-
"additionalData": {}
75-
},
76-
{
77-
"id": "songcore",
78-
"versionRange": "^1.1.20",
79-
"additionalData": {
80-
"private": true
81-
}
82-
},
83-
{
84-
"id": "paper2_scotland2",
85-
"versionRange": "^4.6.1",
86-
"additionalData": {}
87-
},
88-
{
89-
"id": "kaleb",
90-
"versionRange": "^0.1.9",
91-
"additionalData": {}
92-
},
93-
{
94-
"id": "chatplex-sdk-bs",
95-
"versionRange": "^6.4.0",
96-
"additionalData": {
97-
"private": true
98-
}
78+
{
79+
"id": "paper2_scotland2",
80+
"versionRange": "^4.6.4",
81+
"additionalData": {}
82+
},
83+
{
84+
"id": "kaleb",
85+
"versionRange": "^0.1.9",
86+
"additionalData": {}
87+
},
88+
{
89+
"id": "chatplex-sdk-bs",
90+
"versionRange": "^6.4.1",
91+
"additionalData": {
92+
"private": true
9993
}
100-
]
101-
}
94+
}
95+
]
96+
}

0 commit comments

Comments
 (0)