89 lines
2.8 KiB
JSON
89 lines
2.8 KiB
JSON
{
|
|
"homepage": "https://github.com/iortcw/iortcw",
|
|
"description": "Source port for Return to Castle Wolfenstein",
|
|
"version": "1.51c",
|
|
"license": "https://github.com/iortcw/iortcw/blob/master/SP/COPYING.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/iortcw/iortcw/releases/download/1.51c/iortcw-1.51c-win-x64.zip",
|
|
"hash": "17315ee0ee69ed48874c5af17b31f6dc7fd7a040814b43dbc485686d261405d1",
|
|
"extract_dir": "iortcw-1.51c-win-x64",
|
|
"bin": [
|
|
[
|
|
"ioWolfSP.x64.exe",
|
|
"iowolfsp"
|
|
],
|
|
[
|
|
"ioWolfMP.x64.exe",
|
|
"iowolfmp"
|
|
],
|
|
[
|
|
"ioWolfDED.x64.exe",
|
|
"iowolfded"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"ioWolfSP.x64.exe",
|
|
"iortcw - Singleplayer"
|
|
],
|
|
[
|
|
"ioWolfMP.x64.exe",
|
|
"iortcw - Multiplayer"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iortcw/iortcw/releases/download/1.51c/iortcw-1.51c-win-x86.zip",
|
|
"hash": "776e914433ee0e4b76ed3a9957740cea7e9b263c1c01086cc4d270e1ee5ca9f4",
|
|
"extract_dir": "iortcw-1.51c-win-x86",
|
|
"bin": [
|
|
[
|
|
"ioWolfSP.x86.exe",
|
|
"iowolfsp"
|
|
],
|
|
[
|
|
"ioWolfMP.x86.exe",
|
|
"iowolfmp"
|
|
],
|
|
[
|
|
"ioWolfDED.x86.exe",
|
|
"iowolfded"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"ioWolfSP.x86.exe",
|
|
"iortcw - Singleplayer"
|
|
],
|
|
[
|
|
"ioWolfMP.x86.exe",
|
|
"iortcw - Multiplayer"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"persist": "Main",
|
|
"checkver": {
|
|
"github": "https://github.com/iortcw/iortcw",
|
|
"regex": "/releases/tag/(?:v|V)?([\\w.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/iortcw/iortcw/releases/download/$version/iortcw-$version-win-x64.zip",
|
|
"extract_dir": "iortcw-$version-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iortcw/iortcw/releases/download/$version/iortcw-$version-win-x86.zip",
|
|
"extract_dir": "iortcw-$version-win-x86"
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"Place game data files (such as pak0.pk3, sp_pak1.pk3-sp_pak4.pk3, mp_*.pk3) in:",
|
|
"",
|
|
" $persist_dir\\Main\\"
|
|
]
|
|
}
|