scoop-games/bucket/unrealmodloader.json

29 lines
1.0 KiB
JSON

{
"version": "2.2.1",
"description": "Load Blueprint and basic SDK based C++ Mods for Unreal Engine 4 games",
"homepage": "https://github.com/RussellJerome/UnrealModLoader",
"license": "GPL-3.0-only",
"notes": "To automatically load UnrealModLoader when opening a game, use the autoinjector tool found at \"$dir\\Tools\\AutoInjector\"",
"architecture": {
"64bit": {
"url": "https://github.com/RussellJerome/UnrealModLoader/releases/download/v2.2.1/UnrealModLoader_V2.2.1.rar",
"hash": "284bff30a1af69ffc55e89913e8c3a60dd32581ebe15663408539e9a5e0fcbf4"
}
},
"shortcuts": [
[
"UnrealEngineModLauncher.exe",
"UnrealEngineModLauncher"
]
],
"persist": "ModLoaderInfo.ini",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/RussellJerome/UnrealModLoader/releases/download/v$version/UnrealModLoader_V$version.rar"
}
}
}
}