Skip to content

Commit 2426543

Browse files
authored
Version 6.4.1 for BS 1.40.8 (#4)
1 parent 651e00a commit 2426543

File tree

5 files changed

+77
-64
lines changed

5 files changed

+77
-64
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 0x136cce8
4+
#define GIT_COMMIT 0x651e00a
55
#define GIT_MODIFIED 1

mod.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,37 @@
55
"id": "qbeatsaberplus-notetweaker",
66
"modloader": "Scotland2",
77
"author": "HardCPP",
8-
"version": "6.4.0",
8+
"version": "6.4.1",
99
"packageId": "com.beatgames.beatsaber",
1010
"packageVersion": "1.40.4_5283",
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": "^4.6.1",
25+
"version": "^4.6.4",
2626
"id": "paper2_scotland2",
27-
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.3/paper2_scotland2.qmod"
27+
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/paper2_scotland2.qmod"
2828
},
2929
{
30-
"version": "^6.4.0",
30+
"version": "^6.4.1",
3131
"id": "chatplex-sdk-bs",
32-
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.0/ChatPlexSDK-BS.qmod"
32+
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.1/ChatPlexSDK-BS.qmod"
3333
}
3434
],
35-
"modFiles": [
35+
"modFiles": [],
36+
"lateModFiles": [
3637
"libqbeatsaberplus-notetweaker.so"
3738
],
38-
"lateModFiles": [],
3939
"libraryFiles": [],
4040
"fileCopies": [],
4141
"copyExtensions": []

mod.template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
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: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"info": {
66
"name": "QBeatSaberPlus-NoteTweaker",
77
"id": "qbeatsaberplus-notetweaker",
8-
"version": "6.4.0",
8+
"version": "6.4.1",
99
"url": "https://github.com/hardcpp/QBeatSaberPlus-NoteTweaker",
1010
"additionalData": {
1111
"overrideSoName": "libqbeatsaberplus-notetweaker.so",
@@ -47,17 +47,17 @@
4747
"dependencies": [
4848
{
4949
"id": "beatsaber-hook",
50-
"versionRange": "^6.4.1",
50+
"versionRange": "^6.4.2",
5151
"additionalData": {}
5252
},
5353
{
5454
"id": "bs-cordl",
55-
"versionRange": "^4004.0.0",
55+
"versionRange": "^4008.*",
5656
"additionalData": {}
5757
},
5858
{
5959
"id": "custom-types",
60-
"versionRange": "^0.18.2",
60+
"versionRange": "^0.18.3",
6161
"additionalData": {}
6262
},
6363
{
@@ -68,11 +68,6 @@
6868
"private": true
6969
}
7070
},
71-
{
72-
"id": "libil2cpp",
73-
"versionRange": "^0.4.0",
74-
"additionalData": {}
75-
},
7671
{
7772
"id": "conditional-dependencies",
7873
"versionRange": "^0.3.0",
@@ -82,7 +77,7 @@
8277
},
8378
{
8479
"id": "paper2_scotland2",
85-
"versionRange": "^4.6.1",
80+
"versionRange": "^4.6.4",
8681
"additionalData": {}
8782
},
8883
{
@@ -92,7 +87,7 @@
9287
},
9388
{
9489
"id": "chatplex-sdk-bs",
95-
"versionRange": "^6.4.0",
90+
"versionRange": "^6.4.1",
9691
"additionalData": {
9792
"private": true
9893
}

qpm.shared.json

Lines changed: 57 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.shared.schema.json",
33
"config": {
4-
"version": "0.1.0",
4+
"version": "0.4.0",
55
"sharedDir": "shared",
66
"dependenciesDir": "extern",
77
"info": {
88
"name": "QBeatSaberPlus-NoteTweaker",
99
"id": "qbeatsaberplus-notetweaker",
10-
"version": "6.4.0",
10+
"version": "6.4.1",
1111
"url": "https://github.com/hardcpp/QBeatSaberPlus-NoteTweaker",
1212
"additionalData": {
1313
"overrideSoName": "libqbeatsaberplus-notetweaker.so",
@@ -38,24 +38,28 @@
3838
"pwsh ./createqmod.ps1 -clean"
3939
]
4040
},
41-
"qmodIncludeDirs": [],
41+
"ndk": "^27.2.12479018",
42+
"qmodIncludeDirs": [
43+
"build",
44+
"extern/libs"
45+
],
4246
"qmodIncludeFiles": [],
43-
"qmodOutput": null
47+
"qmodOutput": "./QBeatSaberPlus-MenuMusic.qmod"
4448
},
4549
"dependencies": [
4650
{
4751
"id": "beatsaber-hook",
48-
"versionRange": "^6.4.1",
52+
"versionRange": "^6.4.2",
4953
"additionalData": {}
5054
},
5155
{
5256
"id": "bs-cordl",
53-
"versionRange": "^4004.0.0",
57+
"versionRange": "4008.*",
5458
"additionalData": {}
5559
},
5660
{
5761
"id": "custom-types",
58-
"versionRange": "^0.18.2",
62+
"versionRange": "^0.18.3",
5963
"additionalData": {}
6064
},
6165
{
@@ -66,11 +70,6 @@
6670
"private": true
6771
}
6872
},
69-
{
70-
"id": "libil2cpp",
71-
"versionRange": "^0.4.0",
72-
"additionalData": {}
73-
},
7473
{
7574
"id": "conditional-dependencies",
7675
"versionRange": "^0.3.0",
@@ -80,7 +79,7 @@
8079
},
8180
{
8281
"id": "paper2_scotland2",
83-
"versionRange": "^4.6.1",
82+
"versionRange": "^4.6.4",
8483
"additionalData": {}
8584
},
8685
{
@@ -90,7 +89,7 @@
9089
},
9190
{
9291
"id": "chatplex-sdk-bs",
93-
"versionRange": "^6.4.0",
92+
"versionRange": "^6.4.1",
9493
"additionalData": {
9594
"private": true
9695
}
@@ -101,12 +100,12 @@
101100
{
102101
"dependency": {
103102
"id": "paper2_scotland2",
104-
"versionRange": "=4.6.3",
103+
"versionRange": "=4.6.4",
105104
"additionalData": {
106-
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.3/libpaper2_scotland2.so",
105+
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/libpaper2_scotland2.so",
107106
"overrideSoName": "libpaper2_scotland2.so",
108-
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.3/paper2_scotland2.qmod",
109-
"branchName": "version/v4_6_3",
107+
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/paper2_scotland2.qmod",
108+
"branchName": "version/v4_6_4",
110109
"compileOptions": {
111110
"systemIncludes": [
112111
"shared/utfcpp/source"
@@ -115,7 +114,7 @@
115114
"cmake": false
116115
}
117116
},
118-
"version": "4.6.3"
117+
"version": "4.6.4"
119118
},
120119
{
121120
"dependency": {
@@ -136,28 +135,28 @@
136135
{
137136
"dependency": {
138137
"id": "chatplex-sdk-bs",
139-
"versionRange": "=6.4.0",
138+
"versionRange": "=6.4.1",
140139
"additionalData": {
141-
"soLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.0/libchatplex-sdk-bs.so",
142-
"debugSoLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.0/debug_libchatplex-sdk-bs.so",
140+
"soLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.1/libchatplex-sdk-bs.so",
141+
"debugSoLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.1/debug_libchatplex-sdk-bs.so",
143142
"overrideSoName": "libchatplex-sdk-bs.so",
144-
"modLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.0/ChatPlexSDK-BS.qmod",
145-
"branchName": "version/v6_4_0",
143+
"modLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.1/ChatPlexSDK-BS.qmod",
144+
"branchName": "version/v6_4_1",
146145
"cmake": true
147146
}
148147
},
149-
"version": "6.4.0"
148+
"version": "6.4.1"
150149
},
151150
{
152151
"dependency": {
153152
"id": "custom-types",
154-
"versionRange": "=0.18.2",
153+
"versionRange": "=0.18.3",
155154
"additionalData": {
156-
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.2/libcustom-types.so",
157-
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.2/debug_libcustom-types.so",
155+
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/libcustom-types.so",
156+
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/debug_libcustom-types.so",
158157
"overrideSoName": "libcustom-types.so",
159-
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.2/CustomTypes.qmod",
160-
"branchName": "version/v0_18_2",
158+
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/CustomTypes.qmod",
159+
"branchName": "version/v0_18_3",
161160
"compileOptions": {
162161
"cppFlags": [
163162
"-Wno-invalid-offsetof"
@@ -166,15 +165,15 @@
166165
"cmake": true
167166
}
168167
},
169-
"version": "0.18.2"
168+
"version": "0.18.3"
170169
},
171170
{
172171
"dependency": {
173172
"id": "bs-cordl",
174-
"versionRange": "=4004.0.0",
173+
"versionRange": "=4008.0.0",
175174
"additionalData": {
176175
"headersOnly": true,
177-
"branchName": "version/v4004_0_0",
176+
"branchName": "version/v4008_0_0",
178177
"compileOptions": {
179178
"includePaths": [
180179
"include"
@@ -190,7 +189,7 @@
190189
}
191190
}
192191
},
193-
"version": "4004.0.0"
192+
"version": "4008.0.0"
194193
},
195194
{
196195
"dependency": {
@@ -207,17 +206,35 @@
207206
{
208207
"dependency": {
209208
"id": "beatsaber-hook",
210-
"versionRange": "=6.4.1",
209+
"versionRange": "=6.4.2",
211210
"additionalData": {
212-
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.1/libbeatsaber-hook.so",
213-
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.1/debug_libbeatsaber-hook.so",
211+
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/libbeatsaber-hook.so",
212+
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/debug_libbeatsaber-hook.so",
214213
"overrideSoName": "libbeatsaber-hook.so",
215-
"modLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.1/beatsaber-hook.qmod",
216-
"branchName": "version/v6_4_1",
214+
"modLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/beatsaber-hook.qmod",
215+
"branchName": "version/v6_4_2",
216+
"compileOptions": {
217+
"cppFlags": [
218+
"-Wno-extra-qualification"
219+
]
220+
},
217221
"cmake": true
218222
}
219223
},
220-
"version": "6.4.1"
224+
"version": "6.4.2"
225+
},
226+
{
227+
"dependency": {
228+
"id": "libcurl",
229+
"versionRange": "=8.5.0",
230+
"additionalData": {
231+
"staticLinking": true,
232+
"soLink": "https://github.com/darknight1050/openssl-curl-android/releases/download/v8.5.0/libcurl.a",
233+
"overrideSoName": "libcurl.a",
234+
"branchName": "version-v8.5.0"
235+
}
236+
},
237+
"version": "8.5.0"
221238
},
222239
{
223240
"dependency": {

0 commit comments

Comments
 (0)