scoop-games/bucket/rpcs3-dev.json

65 lines
2.3 KiB
JSON

{
"homepage": "https://rpcs3.net/",
"description": "Open-source Sony PlayStation 3 emulator (development version)",
"license": "GPL-2.0-only",
"version": "0.0.20-13291",
"url": "https://github.com/rpcs3/rpcs3-binaries-win/releases/download/build-91d7f28c6732c94b3062950ecb7f3a8380b628e6/rpcs3-v0.0.20-13291-91d7f28c_win64.7z",
"hash": "b486be139bb45fc14be8f7426c5de4912b44564a0f818c11b433da444ae35568",
"bin": "rpcs3.exe",
"persist": [
"dev_flash",
"dev_flash2",
"dev_flash3",
"dev_hdd0",
"dev_hdd1",
"dev_usb000",
"cache",
"captures",
"config.yml",
"config",
"firmware",
"games.yml",
"GuiConfigs",
"Icons",
"patches"
],
"shortcuts": [
[
"rpcs3.exe",
"RPCS3-dev"
]
],
"installer": {
"script": [
"if (!(Test-Path \"$persist_dir\\config.yml\")) {",
" New-Item \"$dir\\config.yml\" -Type File | Out-Null",
"}",
"if (!(Test-Path \"$persist_dir\\games.yml\")) {",
" New-Item \"$dir\\games.yml\" -Type File | Out-Null",
"}"
]
},
"checkver": {
"url": "https://rpcs3.net/compatibility?b",
"regex": "/rpcs3-binaries-win/releases/download/build-(?<fullhash>[0-9a-f]+)/rpcs3-v(?<build>[0-9]+\\.[0-9]+\\.[0-9]+\\-[0-9]+)-(?<shorthash>[0-9a-f]{8})",
"replace": "${build}"
},
"autoupdate": {
"url": "https://github.com/rpcs3/rpcs3-binaries-win/releases/download/build-$matchFullhash/rpcs3-v$matchBuild-$matchShorthash_win64.7z",
"hash": {
"url": "https://rpcs3.net/compatibility?b",
"regex": "Windows SHA-256: ($sha256)"
}
},
"suggest": {
"PS3 System Software": "games/ps3-system-software",
"Microsoft Visual C++ Runtime 2019": "extras/vcredist2019"
},
"notes": [
"ATTENTION: RPCS3 requires a copy of the official PS3 firmware to function.",
"It is available here: https://www.playstation.com/en-us/support/system-updates/ps3",
"See the official quickstart guide for further instructions: https://rpcs3.net/quickstart",
"NEW: Alternatively, install the ps3-system-software package. You must still manually load PS3UPDAT.PUP"
]
}