EmuDeck/configs/steam-rom-manager/userData/parsers/emudeck/sony_ps3-rpcs3-pkg.json
2023-11-02 19:43:11 +01:00

63 lines
1.8 KiB
JSON

{
"parserType": "Glob-regex",
"configTitle": "Sony PlayStation 3 - RPCS3 (Installed PKG)",
"steamCategory": "${Sony PlayStation 3}",
"steamDirectory": "${steamdirglobal}",
"romDirectory": "/run/media/mmcblk0p1/Emulation/storage/rpcs3/dev_hdd0/game",
"executableArgs": "--no-gui \"'${filePath}'\"",
"executableModifier": "\"${exePath}\"",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"imageProviders": ["SteamGridDB"],
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"defaultImage": "",
"defaultTallImage": "",
"defaultHeroImage": "",
"defaultLogoImage": "",
"defaultIcon": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/icon.png",
"localImages": "",
"localTallImages": "",
"localHeroImages": "",
"localLogoImages": "",
"localIcons": "",
"disabled": false,
"userAccounts": {
"specifiedAccounts": "",
"skipWithMissingDataDir": true,
"useCredentials": true
},
"executable": {
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/rpcs3.sh",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"parserInputs": {
"glob-regex": "${/(^[NP].+)/}/USRDIR/@(eboot.bin|EBOOT.BIN)"
},
"titleFromVariable": {
"limitToGroups": "${PS3}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": true
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"parserId": "165182011334544893",
"version": 10,
"imageProviderAPIs": {
"SteamGridDB": {
"nsfw": false,
"humor": false,
"imageMotionTypes": ["static"],
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": []
}
}
}