Advertisement
NateMac00

Steam Rom Manager - TeknoParrot

Jun 9th, 2022
1,289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.12 KB | None | 0 0
  1. {
  2.         "parserType": "Glob",
  3.         "configTitle": "TeknoParrot",
  4.         "steamCategory": "${TeknoParrot}",
  5.         "steamDirectory": "${steamdirglobal}",
  6.         "romDirectory": "E:\\TeknoParrot\\TeknoParrot\\UserProfiles",
  7.         "executableArgs": "--profile=${fileName}.xml",
  8.         "executableModifier": "\"${exePath}\"",
  9.         "startInDirectory": "",
  10.         "titleModifier": "${fuzzyTitle}Β (Tekno)",
  11.         "imageProviders": [
  12.             "SteamGridDB"
  13.         ],
  14.         "onlineImageQueries": "${${fuzzyTitle}}",
  15.         "imagePool": "${fuzzyTitle}",
  16.         "defaultImage": "",
  17.         "defaultTallImage": "",
  18.         "defaultHeroImage": "",
  19.         "defaultLogoImage": "",
  20.         "defaultIcon": "",
  21.         "localImages": "",
  22.         "localTallImages": "",
  23.         "localHeroImages": "",
  24.         "localLogoImages": "",
  25.         "localIcons": "",
  26.         "userAccounts": {
  27.             "specifiedAccounts": "",
  28.             "skipWithMissingDataDir": true,
  29.             "useCredentials": true
  30.         },
  31.         "executable": {
  32.             "path": "E:\\TeknoParrot\\TeknoParrot\\TeknoParrotUi.exe",
  33.             "shortcutPassthrough": false,
  34.             "appendArgsToExecutable": true
  35.         },
  36.         "parserInputs": {
  37.             "glob": "${title}.xml"
  38.         },
  39.         "titleFromVariable": {
  40.             "limitToGroups": "${TeknoParrot}",
  41.             "caseInsensitiveVariables": false,
  42.             "skipFileIfVariableWasNotFound": false,
  43.             "tryToMatchTitle": true
  44.         },
  45.         "fuzzyMatch": {
  46.             "use": true,
  47.             "replaceDiacritics": true,
  48.             "removeCharacters": true,
  49.             "removeBrackets": true
  50.         },
  51.         "imageProviderAPIs": {
  52.             "SteamGridDB": {
  53.                 "nsfw": true,
  54.                 "humor": true,
  55.                 "styles": [],
  56.                 "stylesHero": [],
  57.                 "stylesLogo": [],
  58.                 "stylesIcon": [],
  59.                 "imageMotionTypes": [
  60.                     "static"
  61.                 ]
  62.             }
  63.         },
  64.         "parserId": "165480196725667160",
  65.         "version": 10
  66.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement