Skip to content

Commit 364f097

Browse files
Merge pull request #11 from kodenamekrak/main
1.26.2 again
2 parents 965ab62 + 5910b4a commit 364f097

File tree

6 files changed

+31
-31
lines changed

6 files changed

+31
-31
lines changed

mod.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
"name": "Third Person mod",
44
"id": "Play3rdPer",
55
"author": "ComputerElite",
6-
"version": "0.9.1",
6+
"version": "0.10.0",
77
"packageId": "com.beatgames.beatsaber",
8-
"packageVersion": "1.25.1",
8+
"packageVersion": "1.26.2",
99
"coverImage": "cover.png",
1010
"dependencies": [
1111
{
12-
"version": "^0.15.21",
12+
"version": "^0.15.22",
1313
"id": "custom-types",
14-
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.21/CustomTypes.qmod"
14+
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.22/CustomTypes.qmod"
1515
},
1616
{
17-
"version": "^0.28.0",
17+
"version": "^0.31.0",
1818
"id": "codegen",
19-
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.28.0/Codegen.qmod"
19+
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.31.0/Codegen.qmod"
2020
},
2121
{
22-
"version": "^0.17.5",
22+
"version": "^0.17.9",
2323
"id": "questui",
24-
"downloadIfMissing": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.5/QuestUI.qmod"
24+
"downloadIfMissing": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/QuestUI.qmod"
2525
}
2626
],
2727
"modFiles": [

mod.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"_QPVersion": "0.1.1",
33
"id": "Play3rdPer",
44
"name": "Third Person mod",
5-
"version": "0.9.1",
5+
"version": "0.10.0",
66
"coverImage": "cover.png",
77
"author": "ComputerElite",
88
"packageId": "com.beatgames.beatsaber",
9-
"packageVersion": "1.25.1",
9+
"packageVersion": "1.26.2",
1010
"modFiles": [
1111
],
1212
"libraryFiles": [

ndkpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
D:\Programme\Android_NDK\android-ndk-r22b
1+
D:\android-ndk

qpm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"info": {
55
"name": "Third Person Mod",
66
"id": "Play3rdPer",
7-
"version": "0.9.1",
7+
"version": "0.10.0",
88
"url": null,
99
"additionalData": {
1010
"overrideSoName": "libPlay3rdPer.so"
@@ -23,17 +23,17 @@
2323
},
2424
{
2525
"id": "codegen",
26-
"versionRange": "^0.28.0",
26+
"versionRange": "^0.31.0",
2727
"additionalData": {}
2828
},
2929
{
3030
"id": "questui",
31-
"versionRange": "^0.17.5",
31+
"versionRange": "^0.17.9",
3232
"additionalData": {}
3333
},
3434
{
3535
"id": "custom-types",
36-
"versionRange": "^0.15.21",
36+
"versionRange": "^0.15.22",
3737
"additionalData": {}
3838
},
3939
{

qpm.shared.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"info": {
66
"name": "Third Person Mod",
77
"id": "Play3rdPer",
8-
"version": "0.9.1",
8+
"version": "0.10.0",
99
"url": null,
1010
"additionalData": {
1111
"overrideSoName": "libPlay3rdPer.so"
@@ -24,17 +24,17 @@
2424
},
2525
{
2626
"id": "codegen",
27-
"versionRange": "^0.28.0",
27+
"versionRange": "^0.31.0",
2828
"additionalData": {}
2929
},
3030
{
3131
"id": "questui",
32-
"versionRange": "^0.17.5",
32+
"versionRange": "^0.17.9",
3333
"additionalData": {}
3434
},
3535
{
3636
"id": "custom-types",
37-
"versionRange": "^0.15.21",
37+
"versionRange": "^0.15.22",
3838
"additionalData": {}
3939
},
4040
{
@@ -121,34 +121,34 @@
121121
{
122122
"dependency": {
123123
"id": "codegen",
124-
"versionRange": "=0.28.0",
124+
"versionRange": "=0.31.0",
125125
"additionalData": {
126-
"soLink": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.28.0/libcodegen.so",
126+
"soLink": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.31.0/libcodegen.so",
127127
"overrideSoName": "libcodegen.so",
128-
"modLink": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.28.0/Codegen.qmod",
129-
"branchName": "version-v0.28.0"
128+
"modLink": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.31.0/Codegen.qmod",
129+
"branchName": "version-v0.31.0"
130130
}
131131
},
132-
"version": "0.28.0"
132+
"version": "0.31.0"
133133
},
134134
{
135135
"dependency": {
136136
"id": "questui",
137-
"versionRange": "=0.17.5",
137+
"versionRange": "=0.17.9",
138138
"additionalData": {
139-
"soLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.5/libquestui.so",
140-
"debugSoLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.5/debug_libquestui.so",
139+
"soLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/libquestui.so",
140+
"debugSoLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/debug_libquestui.so",
141141
"overrideSoName": "libquestui.so",
142-
"modLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.5/QuestUI.qmod",
143-
"branchName": "version-v0.17.5",
142+
"modLink": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/QuestUI.qmod",
143+
"branchName": "version-v0.17.9",
144144
"compileOptions": {
145145
"systemIncludes": [
146146
"shared/cppcodec"
147147
]
148148
}
149149
}
150150
},
151-
"version": "0.17.5"
151+
"version": "0.17.9"
152152
}
153153
]
154154
}

qpm_defines.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# YOU SHOULD NOT MANUALLY EDIT THIS FILE, QPM WILL VOID ALL CHANGES
22
# Version defines, pretty useful
3-
set(MOD_VERSION "0.9.1")
3+
set(MOD_VERSION "0.10.0")
44
# take the mod name and just remove spaces, that will be MOD_ID, if you don't like it change it after the include of this file
55
set(MOD_ID "ThirdPersonMod")
66

0 commit comments

Comments
 (0)