RetroDECK/config/steam-rom-manager/userConfigurations.json

112 lines
3.5 KiB
JSON
Raw Permalink Normal View History

2024-04-19 16:42:53 +00:00
[
{
"parserType": "Glob",
"configTitle": "RetroDECK",
2024-09-08 01:31:16 +00:00
"steamDirectory": "${steamdirglobal}",
"steamCategory": "RetroDECK",
2024-09-08 01:31:16 +00:00
"romDirectory": "${romsdirglobal}",
2024-04-19 16:42:53 +00:00
"executableArgs": "",
"executableModifier": "\"${exePath}\"",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"imageProviders": [
"SteamGridDB"
],
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"userAccounts": {
2024-09-08 01:31:16 +00:00
"specifiedAccounts": ""
2024-04-19 16:42:53 +00:00
},
"executable": {
"path": "",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"parserInputs": {
2024-09-08 01:31:16 +00:00
"glob": "${title}.sh"
2024-04-19 16:42:53 +00:00
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": false
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"controllers": {
"ps4": {
"title": "RetroDECK Controller",
"mappingId": "RetroDECK_controller_ps4.vdf",
"profileType": "template"
},
"ps5": {
"title": "RetroDECK Controller",
"mappingId": "RetroDECK_controller_ps5.vdf",
"profileType": "template"
},
"xbox360": {
"title": "RetroDECK Controller",
"mappingId": "RetroDECK_controller_xbox360_simple.vdf",
"profileType": "template"
},
"xboxone": {
"title": "RetroDECK Controller",
"mappingId": "RetroDECK_controller_xboxone_simple.vdf",
"profileType": "template"
},
"switch_joycon_left": {
"title": "Controller",
"mappingId": "controller_switch_joycon_left_gamepad_joystick.vdf",
"profileType": "template"
},
"switch_joycon_right": {
"title": "Controller",
"mappingId": "controller_switch_joycon_right_gamepad_joystick.vdf",
"profileType": "template"
},
"switch_pro": {
"title": "RetroDECK Controller",
"mappingId": "RetroDECK_controller_switchpro.vdf",
"profileType": "template"
},
"neptune": {
"title": "RetroDECK Controller",
"mappingId": "RetroDECK_controller_steamdeck_neptune_full.vdf",
"profileType": "template"
}
2024-04-19 16:42:53 +00:00
},
"imageProviderAPIs": {
"SteamGridDB": {
"nsfw": false,
"humor": false,
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": [],
"imageMotionTypes": [
"static"
]
}
},
"defaultImage": {
"tall": null,
"long": null,
"hero": null,
"logo": null,
"icon": null
2024-04-19 16:42:53 +00:00
},
"localImages": {
"tall": null,
"long": null,
"hero": null,
"logo": null,
"icon": null
2024-04-19 16:42:53 +00:00
},
"parserId": "1725539138664815",
2024-04-19 16:42:53 +00:00
"version": 15
}
]