scoop-games/bucket/openmw-nightly.json

72 lines
2.4 KiB
JSON
Raw Normal View History

2020-03-05 05:04:37 -08:00
{
"homepage": "http://openmw.org/",
"description": "An open-source open-world RPG game engine that supports playing Morrowind. (nightly version)",
"version": "32ee826a8",
2020-03-05 05:04:37 -08:00
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-32ee826a8-win64.exe#/dl.7z",
"hash": "378157d1f9ecd62ce70b827452ba13e3f2475810d14c4c44906c5854cba98939"
2020-03-05 05:04:37 -08:00
},
"32bit": {
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-32ee826a8-win32.exe#/dl.7z",
"hash": "563bed8006585589be6562a6d016f2ab347015d5daa64bafa7aa85fef6858b3b"
2020-03-05 05:04:37 -08:00
}
},
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse",
2020-03-05 05:04:37 -08:00
"bin": [
"openmw.exe",
"openmw-cs.exe",
"openmw-launcher.exe",
[
"openmw.exe",
"openmw-nightly"
],
[
"openmw-cs.exe",
"openmw-cs-nightly"
],
[
"openmw-launcher.exe",
"openmw-launcher-nightly"
]
2020-03-05 05:04:37 -08:00
],
"shortcuts": [
[
"openmw.exe",
"OpenMW (nightly)"
],
[
"openmw-cs.exe",
"OpenMW Construction Set (nightly)"
],
[
"openmw-launcher.exe",
"OpenMW Launcher (nightly)"
]
2020-03-05 05:04:37 -08:00
],
"notes": "Please run the OpenMW Launcher in the start menu to configure the game data path. Otherwise, OpenMW won't start correctly.",
"checkver": {
"url": "https://rgw.ctrl-c.liu.se/openmw/latest-32",
"regex": "([a-z0-9]{9})"
2020-03-05 05:04:37 -08:00
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-$version-win64.exe#/dl.7z",
2020-03-05 05:04:37 -08:00
"hash": {
"url": "https://openmw-nightlies.kubernetes.ctrl-c.liu.se/latest/OpenMW-latest-win64.sha256",
"find": "([A-Fa-f0-9]{64})"
2020-03-05 05:04:37 -08:00
}
},
"32bit": {
"url": "https://rgw.ctrl-c.liu.se/openmw/Nightlies/OpenMW-$version-win32.exe#/dl.7z",
2020-03-05 05:04:37 -08:00
"hash": {
"url": "https://openmw-nightlies.kubernetes.ctrl-c.liu.se/latest/OpenMW-latest-win32.sha256",
"find": "([A-Fa-f0-9]{64})"
2020-03-05 05:04:37 -08:00
}
}
}
}
}