Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"modloader": "Scotland2",
"version": "${version}",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.4_5283",
"packageVersion": "1.40.6_6407",
"description": "Displays the time in game. Alternatively also the Battery Percentage",
"coverImage": "Cover.jpg",
"dependencies": [],
Expand Down
14 changes: 7 additions & 7 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^6.4.1",
"versionRange": "^6.4.2",
"additionalData": {}
},
{
"id": "bs-cordl",
"versionRange": "4004.*",
"versionRange": "4006.*",
"additionalData": {}
},
{
"id": "bsml",
"versionRange": "^0.4.51",
"versionRange": "^0.4.53",
"additionalData": {}
},
{
Expand All @@ -43,17 +43,17 @@
},
{
"id": "config-utils",
"versionRange": "^2.0.2",
"versionRange": "^2.0.3",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.18.2",
"versionRange": "^0.18.3",
"additionalData": {}
},
{
"id": "paper2_scotland2",
"versionRange": "^4.6.1",
"versionRange": "^4.6.4",
"additionalData": {}
},
{
Expand All @@ -65,4 +65,4 @@
}
}
]
}
}
217 changes: 111 additions & 106 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^6.4.1",
"versionRange": "^6.4.2",
"additionalData": {}
},
{
"id": "bs-cordl",
"versionRange": "4004.*",
"versionRange": "4006.*",
"additionalData": {}
},
{
"id": "bsml",
"versionRange": "^0.4.51",
"versionRange": "^0.4.53",
"additionalData": {}
},
{
Expand All @@ -44,17 +44,17 @@
},
{
"id": "config-utils",
"versionRange": "^2.0.2",
"versionRange": "^2.0.3",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.18.2",
"versionRange": "^0.18.3",
"additionalData": {}
},
{
"id": "paper2_scotland2",
"versionRange": "^4.6.1",
"versionRange": "^4.6.4",
"additionalData": {}
},
{
Expand All @@ -68,64 +68,16 @@
]
},
"restoredDependencies": [
{
"dependency": {
"id": "bsml",
"versionRange": "=0.4.51",
"additionalData": {
"soLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.51/libbsml.so",
"debugSoLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.51/debug_libbsml.so",
"overrideSoName": "libbsml.so",
"modLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.51/BSML.qmod",
"branchName": "version/v0_4_51",
"cmake": true
}
},
"version": "0.4.51"
},
{
"dependency": {
"id": "paper2_scotland2",
"versionRange": "=4.6.1",
"additionalData": {
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.1/libpaper2_scotland2.so",
"overrideSoName": "libpaper2_scotland2.so",
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.1/paper2_scotland2.qmod",
"branchName": "version/v4_6_1",
"compileOptions": {
"systemIncludes": [
"shared/utfcpp/source"
]
},
"cmake": false
}
},
"version": "4.6.1"
},
{
"dependency": {
"id": "config-utils",
"versionRange": "=2.0.2",
"additionalData": {
"headersOnly": true,
"soLink": "https://github.com/darknight1050/config-utils/releases/download/v2.0.2/libconfig-utils_test.so",
"overrideSoName": "libconfig-utils_test.so",
"branchName": "version/v2_0_2",
"cmake": true
}
},
"version": "2.0.2"
},
{
"dependency": {
"id": "custom-types",
"versionRange": "=0.18.2",
"versionRange": "=0.18.3",
"additionalData": {
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.2/libcustom-types.so",
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.2/debug_libcustom-types.so",
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/libcustom-types.so",
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/debug_libcustom-types.so",
"overrideSoName": "libcustom-types.so",
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.2/CustomTypes.qmod",
"branchName": "version/v0_18_2",
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/CustomTypes.qmod",
"branchName": "version/v0_18_3",
"compileOptions": {
"cppFlags": [
"-Wno-invalid-offsetof"
Expand All @@ -134,23 +86,7 @@
"cmake": true
}
},
"version": "0.18.2"
},
{
"dependency": {
"id": "libil2cpp",
"versionRange": "=0.4.0",
"additionalData": {
"headersOnly": true,
"compileOptions": {
"systemIncludes": [
"il2cpp/external/baselib/Include",
"il2cpp/external/baselib/Platforms/Android/Include"
]
}
}
},
"version": "0.4.0"
"version": "0.18.3"
},
{
"dependency": {
Expand All @@ -167,10 +103,10 @@
{
"dependency": {
"id": "bs-cordl",
"versionRange": "=4004.0.0",
"versionRange": "=4006.0.0",
"additionalData": {
"headersOnly": true,
"branchName": "version/v4004_0_0",
"branchName": "version/v4006_0_0",
"compileOptions": {
"includePaths": [
"include"
Expand All @@ -186,47 +122,38 @@
}
}
},
"version": "4004.0.0"
"version": "4006.0.0"
},
{
"dependency": {
"id": "conditional-dependencies",
"versionRange": "=0.3.0",
"id": "paper2_scotland2",
"versionRange": "=4.6.4",
"additionalData": {
"headersOnly": true,
"branchName": "version/v0_3_0",
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/libpaper2_scotland2.so",
"overrideSoName": "libpaper2_scotland2.so",
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/paper2_scotland2.qmod",
"branchName": "version/v4_6_4",
"compileOptions": {
"systemIncludes": [
"shared/utfcpp/source"
]
},
"cmake": false
}
},
"version": "0.3.0"
},
{
"dependency": {
"id": "beatsaber-hook",
"versionRange": "=6.4.1",
"additionalData": {
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.1/libbeatsaber-hook.so",
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.1/debug_libbeatsaber-hook.so",
"overrideSoName": "libbeatsaber-hook.so",
"modLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.1/beatsaber-hook.qmod",
"branchName": "version/v6_4_1",
"cmake": true
}
},
"version": "6.4.1"
"version": "4.6.4"
},
{
"dependency": {
"id": "scotland2",
"versionRange": "=0.1.6",
"id": "conditional-dependencies",
"versionRange": "=0.3.0",
"additionalData": {
"soLink": "https://github.com/sc2ad/scotland2/releases/download/v0.1.6/libsl2.so",
"debugSoLink": "https://github.com/sc2ad/scotland2/releases/download/v0.1.6/debug_libsl2.so",
"overrideSoName": "libsl2.so",
"branchName": "version/v0_1_6"
"headersOnly": true,
"branchName": "version/v0_3_0",
"cmake": false
}
},
"version": "0.1.6"
"version": "0.3.0"
},
{
"dependency": {
Expand All @@ -243,6 +170,20 @@
},
"version": "10.0.0"
},
{
"dependency": {
"id": "config-utils",
"versionRange": "=2.0.3",
"additionalData": {
"headersOnly": true,
"soLink": "https://github.com/darknight1050/config-utils/releases/download/v2.0.3/libconfig-utils_test.so",
"overrideSoName": "libconfig-utils_test.so",
"branchName": "version/v2_0_3",
"cmake": true
}
},
"version": "2.0.3"
},
{
"dependency": {
"id": "fmt",
Expand All @@ -261,6 +202,70 @@
}
},
"version": "11.0.2"
},
{
"dependency": {
"id": "beatsaber-hook",
"versionRange": "=6.4.2",
"additionalData": {
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/libbeatsaber-hook.so",
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/debug_libbeatsaber-hook.so",
"overrideSoName": "libbeatsaber-hook.so",
"modLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/beatsaber-hook.qmod",
"branchName": "version/v6_4_2",
"compileOptions": {
"cppFlags": [
"-Wno-extra-qualification"
]
},
"cmake": true
}
},
"version": "6.4.2"
},
{
"dependency": {
"id": "bsml",
"versionRange": "=0.4.53",
"additionalData": {
"soLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53/libbsml.so",
"debugSoLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53/debug_libbsml.so",
"overrideSoName": "libbsml.so",
"modLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53/BSML.qmod",
"branchName": "version/v0_4_53",
"cmake": true
}
},
"version": "0.4.53"
},
{
"dependency": {
"id": "scotland2",
"versionRange": "=0.1.6",
"additionalData": {
"soLink": "https://github.com/sc2ad/scotland2/releases/download/v0.1.6/libsl2.so",
"debugSoLink": "https://github.com/sc2ad/scotland2/releases/download/v0.1.6/debug_libsl2.so",
"overrideSoName": "libsl2.so",
"branchName": "version/v0_1_6"
}
},
"version": "0.1.6"
},
{
"dependency": {
"id": "libil2cpp",
"versionRange": "=0.4.0",
"additionalData": {
"headersOnly": true,
"compileOptions": {
"systemIncludes": [
"il2cpp/external/baselib/Include",
"il2cpp/external/baselib/Platforms/Android/Include"
]
}
}
},
"version": "0.4.0"
}
]
}