|
{
|
|
"$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json",
|
|
"author": "DaNike",
|
|
"description": [
|
|
"#![IPA.Loader.description.md]",
|
|
"A mod loader specifically for Beat Saber."
|
|
],
|
|
"gameVersion": "1.8.0",
|
|
"id": "BSIPA",
|
|
"name": "Beat Saber IPA",
|
|
"version": "4.0.4",
|
|
"icon": "IPA.icon_white.png",
|
|
"features": [
|
|
"define-feature(print, IPA.Loader.Features.PrintFeature)",
|
|
"define-feature(debug, IPA.Loader.Features.DebugFeature)",
|
|
"define-feature(warn, IPA.Loader.Features.WarnFeature)",
|
|
"define-feature(no-update, IPA.Loader.Features.NoUpdateFeature)",
|
|
"define-feature(init-injector, IPA.Loader.Features.InitInjectorFeature)",
|
|
"define-feature(config-provider, IPA.Loader.Features.ConfigProviderFeature)"
|
|
],
|
|
"links": {
|
|
"project-home": "https://beat-saber-modding-group.github.io/BeatSaber-IPA-Reloaded/index.html",
|
|
"project-source": "https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded",
|
|
"donate": "https://ko-fi.com/danike"
|
|
},
|
|
"files": [
|
|
"IPA.exe",
|
|
"winhttp.dll",
|
|
"Libs/0Harmony.dll",
|
|
"Libs/Ionic.Zip.dll",
|
|
"Libs/Newtonsoft.Json.dll",
|
|
"Libs/Mono.Cecil.dll",
|
|
"Libs/SemVer.dll"
|
|
]
|
|
}
|