Skip to content

Commit

Permalink
Merge pull request #11 from kodenamekrak/main
Browse files Browse the repository at this point in the history
1.26.2 again
  • Loading branch information
ComputerElite authored Dec 28, 2022
2 parents 965ab62 + 5910b4a commit 364f097
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
16 changes: 8 additions & 8 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"name": "Third Person mod",
"id": "Play3rdPer",
"author": "ComputerElite",
"version": "0.9.1",
"version": "0.10.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.25.1",
"packageVersion": "1.26.2",
"coverImage": "cover.png",
"dependencies": [
{
"version": "^0.15.21",
"version": "^0.15.22",
"id": "custom-types",
"downloadIfMissing": "/~https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.21/CustomTypes.qmod"
"downloadIfMissing": "/~https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.22/CustomTypes.qmod"
},
{
"version": "^0.28.0",
"version": "^0.31.0",
"id": "codegen",
"downloadIfMissing": "/~https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.28.0/Codegen.qmod"
"downloadIfMissing": "/~https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.31.0/Codegen.qmod"
},
{
"version": "^0.17.5",
"version": "^0.17.9",
"id": "questui",
"downloadIfMissing": "/~https://github.com/darknight1050/QuestUI/releases/download/v0.17.5/QuestUI.qmod"
"downloadIfMissing": "/~https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/QuestUI.qmod"
}
],
"modFiles": [
Expand Down
4 changes: 2 additions & 2 deletions mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"_QPVersion": "0.1.1",
"id": "Play3rdPer",
"name": "Third Person mod",
"version": "0.9.1",
"version": "0.10.0",
"coverImage": "cover.png",
"author": "ComputerElite",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.25.1",
"packageVersion": "1.26.2",
"modFiles": [
],
"libraryFiles": [
Expand Down
2 changes: 1 addition & 1 deletion ndkpath.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
D:\Programme\Android_NDK\android-ndk-r22b
D:\android-ndk
8 changes: 4 additions & 4 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"name": "Third Person Mod",
"id": "Play3rdPer",
"version": "0.9.1",
"version": "0.10.0",
"url": null,
"additionalData": {
"overrideSoName": "libPlay3rdPer.so"
Expand All @@ -23,17 +23,17 @@
},
{
"id": "codegen",
"versionRange": "^0.28.0",
"versionRange": "^0.31.0",
"additionalData": {}
},
{
"id": "questui",
"versionRange": "^0.17.5",
"versionRange": "^0.17.9",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.15.21",
"versionRange": "^0.15.22",
"additionalData": {}
},
{
Expand Down
30 changes: 15 additions & 15 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"info": {
"name": "Third Person Mod",
"id": "Play3rdPer",
"version": "0.9.1",
"version": "0.10.0",
"url": null,
"additionalData": {
"overrideSoName": "libPlay3rdPer.so"
Expand All @@ -24,17 +24,17 @@
},
{
"id": "codegen",
"versionRange": "^0.28.0",
"versionRange": "^0.31.0",
"additionalData": {}
},
{
"id": "questui",
"versionRange": "^0.17.5",
"versionRange": "^0.17.9",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.15.21",
"versionRange": "^0.15.22",
"additionalData": {}
},
{
Expand Down Expand Up @@ -121,34 +121,34 @@
{
"dependency": {
"id": "codegen",
"versionRange": "=0.28.0",
"versionRange": "=0.31.0",
"additionalData": {
"soLink": "/~https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.28.0/libcodegen.so",
"soLink": "/~https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.31.0/libcodegen.so",
"overrideSoName": "libcodegen.so",
"modLink": "/~https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.28.0/Codegen.qmod",
"branchName": "version-v0.28.0"
"modLink": "/~https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.31.0/Codegen.qmod",
"branchName": "version-v0.31.0"
}
},
"version": "0.28.0"
"version": "0.31.0"
},
{
"dependency": {
"id": "questui",
"versionRange": "=0.17.5",
"versionRange": "=0.17.9",
"additionalData": {
"soLink": "/~https://github.com/darknight1050/QuestUI/releases/download/v0.17.5/libquestui.so",
"debugSoLink": "/~https://github.com/darknight1050/QuestUI/releases/download/v0.17.5/debug_libquestui.so",
"soLink": "/~https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/libquestui.so",
"debugSoLink": "/~https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/debug_libquestui.so",
"overrideSoName": "libquestui.so",
"modLink": "/~https://github.com/darknight1050/QuestUI/releases/download/v0.17.5/QuestUI.qmod",
"branchName": "version-v0.17.5",
"modLink": "/~https://github.com/darknight1050/QuestUI/releases/download/v0.17.9/QuestUI.qmod",
"branchName": "version-v0.17.9",
"compileOptions": {
"systemIncludes": [
"shared/cppcodec"
]
}
}
},
"version": "0.17.5"
"version": "0.17.9"
}
]
}
2 changes: 1 addition & 1 deletion qpm_defines.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YOU SHOULD NOT MANUALLY EDIT THIS FILE, QPM WILL VOID ALL CHANGES
# Version defines, pretty useful
set(MOD_VERSION "0.9.1")
set(MOD_VERSION "0.10.0")
# 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
set(MOD_ID "ThirdPersonMod")

Expand Down

0 comments on commit 364f097

Please sign in to comment.