Skip to content

Commit

Permalink
Update Arcade.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kencinder authored Dec 8, 2023
1 parent aeb6e7a commit 0665418
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions files/presets/Arcade.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,5 +551,84 @@
"logo": "",
"icon": ""
}
},
"Arcade - TeknoParrot": {
"parserType": "Glob",
"configTitle": "Arcade - TeknoParrot",
"steamCategory": "${Arcade}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"executableArgs": "--profile=${fileName}.xml",
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"imageProviders": [
"SteamGridDB"
],
"disabled": false,
"advanced": false,
"userAccounts": {
"specifiedAccounts": ""
},
"parserInputs": {
"glob": "${title}.xml"
},
"titleFromVariable": {
"limitToGroups": "${TeknoParrot}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": true
},
"fuzzyMatch": {
"use": true,
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"executable": {
"path": "path-to-TeknoParrotUi.exe",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 7,
"imageProviderAPIs": {
"SteamGridDB": {
"nsfw": false,
"humor": false,
"imageMotionTypes": [
"static"
],
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": []
}
},
"controllers": {
"ps4": null,
"ps5": null,
"xbox360": null,
"xboxone": null,
"switch_joycon_left": null,
"switch_joycon_right": null,
"switch_pro": null,
"neptune": null
},
"defaultImage": {
"long": "",
"tall": "",
"hero": "",
"logo": "",
"icon": ""
},
"localImages": {
"long": "",
"tall": "",
"hero": "",
"logo": "",
"icon": ""
}
}
}

0 comments on commit 0665418

Please sign in to comment.