scoop-games/bucket/openxcom.json

37 lines
1.3 KiB
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

{
"version": "2022_08_16_1031",
"description": "Open source reimplementation of the 'UFO: Enemy Unknown' and 'X-COM: Terror From the Deep' video games",
"homepage": "https://openxcom.org/",
"license": "GPL-3.0-or-later",
"notes": [
"OpenXcom requires a vanilla copy of the X-COM resources.",
"If you own the games on Steam, the Windows installer will automatically detect it and copy the resources over for you.",
"",
"If you want to copy things over manually, you can find the Steam game folders at:",
"  UFO: 'Steam\\SteamApps\\common\\XCom UFO Defense\\XCOM'",
"  TFTD: 'Steam\\SteamApps\\common\\X-COM Terror from the Deep\\TFD'"
],
"url": "https://openxcom.org/git_builds/openxcom_git_master_2022_08_16_1031.zip",
"hash": "d5373e9680f97d88fa47d5f4b83934b0006fc237b8b3a6ff70e474699d87f88c",
"extract_dir": "openxcom",
"bin": [
[
"openxcom.exe",
"OpenXcom"
]
],
"shortcuts": [
[
"openxcom.exe",
"OpenXcom"
]
],
"checkver": {
"url": "https://openxcom.org/git-builds/",
"regex": "openxcom_git_master_([\\d_]+)\\.zip"
},
"autoupdate": {
"url": "https://openxcom.org/git_builds/openxcom_git_master_$version.zip"
}
}