72 lines
2.4 KiB
JSON
72 lines
2.4 KiB
JSON
{
|
|
"homepage": "https://www.rtcwcoop.com/",
|
|
"description": "Source port for playing Return to Castle Wolfenstein cooperatively",
|
|
"version": "1.0.2",
|
|
"license": "https://github.com/rtcwcoop/rtcwcoop/blob/master/COPYING.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rtcwcoop/rtcwcoop/releases/download/1.0.2/rtcwcoop-1.0.2-win-x64.zip",
|
|
"hash": "3eb112b1198cf6f1b820dc29c90c6bd5e4acc91b59011934de4c2a7d66b85982",
|
|
"extract_dir": "rtcwcoop-1.0.2-win-x64",
|
|
"bin": [
|
|
[
|
|
"RTCWCoop.x64.exe",
|
|
"rtcwcoop"
|
|
],
|
|
[
|
|
"RTCWCoopDED.x64.exe",
|
|
"rtcwcoopded"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"RTCWCoop.x64.exe",
|
|
"Return to Castle Wolfenstein - Coop"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rtcwcoop/rtcwcoop/releases/download/1.0.2/rtcwcoop-1.0.2-win-x86.zip",
|
|
"hash": "7946046c9de3189d9f08d7a9d345b3a2b9b5f2fb3b58d7e56f0709fb18112119",
|
|
"extract_dir": "rtcwcoop-1.0.2-win-x86",
|
|
"bin": [
|
|
[
|
|
"RTCWCoop.x86.exe",
|
|
"rtcwcoop"
|
|
],
|
|
[
|
|
"RTCWCoopDED.x86.exe",
|
|
"rtcwcoopded"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"RTCWCoop.x86.exe",
|
|
"Return to Castle Wolfenstein - Coop"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"persist": "Main",
|
|
"checkver": {
|
|
"github": "https://github.com/rtcwcoop/rtcwcoop"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rtcwcoop/rtcwcoop/releases/download/$version/rtcwcoop-$version-win-x64.zip",
|
|
"extract_dir": "rtcwcoop-$version-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rtcwcoop/rtcwcoop/releases/download/$version/rtcwcoop-$version-win-x86.zip",
|
|
"extract_dir": "rtcwcoop-$version-win-x86"
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"Place game data files (such as pak0.pk3, sp_pak1.pk3-sp_pak4.pk3, mp_*.pk3) in:",
|
|
"",
|
|
" $persist_dir\\Main\\"
|
|
]
|
|
}
|