class101

Sample evaluatorscript file for Steam's iscriptevaluator (legacycompat/evaluatorscript_APPID.vdf)

Apr 7th, 2021 (edited)
652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.14 KB | None | 0 0
  1. "evaluatorscript"
  2. {
  3.     "0"
  4.     {
  5.         "appid"     "244850"
  6.         "language"      "english"
  7.         "commonredist"      "0"
  8.         "SteamID"       "76561197977529648"
  9.         "uninstall"     "0"
  10.         "compat_installscript"
  11.         {
  12.             "run process"
  13.             {
  14.                 "4.6.1"
  15.                 {
  16.                     "hasrunkey"     "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\CommonRedist\\.NET\\4.6.1"
  17.                     "process 1"     "%INSTALLDIR%\\_CommonRedist\\DotNet\\4.6.1\\Microsoft .NET Framework 4.6.1.cmd"
  18.                     "nocleanup"     "1"
  19.                     "requirement_os"
  20.                     {
  21.                         "is64bitwindows"        "1"
  22.                     }
  23.                 }
  24.             }
  25.         }
  26.         "foreign_install_path"      "Z:\\home\\arno\\.local\\share\\Steam\\steamapps\\common\\SpaceEngineers"
  27.     }
  28.     "1"
  29.     {
  30.         "appid"     "244850"
  31.         "language"      "english"
  32.         "commonredist"      "0"
  33.         "SteamID"       "76561197977529648"
  34.         "uninstall"     "0"
  35.         "compat_installscript"
  36.         {
  37.             "run process"
  38.             {
  39.                 "SpaceEngineers_ColdStart"
  40.                 {
  41.                     "hasrunkey"     "HKEY_CURRENT_USER\\Software\\Valve\\Steam\\Apps\\244850\\Coldstart"
  42.                     "process 1"     "%INSTALLDIR%\\Bin64\\SpaceEngineers.exe"
  43.                     "command 1"     "-coldstart"
  44.                     "nocleanup"     "1"
  45.                 }
  46.             }
  47.         }
  48.         "foreign_install_path"      "Z:\\home\\arno\\.local\\share\\Steam\\steamapps\\common\\SpaceEngineers"
  49.     }
  50.     "2"
  51.     {
  52.         "appid"     "244850"
  53.         "language"      "english"
  54.         "commonredist"      "1"
  55.         "SteamID"       "76561197977529648"
  56.         "uninstall"     "0"
  57.         "compat_installscript"
  58.         {
  59.             "run process"
  60.             {
  61.                 "x86 14.10.25008.0"
  62.                 {
  63.                     "hasrunkey"     "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\CommonRedist\\vcredist\\2017"
  64.                     "process 1"     "%INSTALLDIR%\\_CommonRedist\\vcredist\\2017\\Microsoft Visual C++ 2017 x86.cmd"
  65.                     "nocleanup"     "1"
  66.                 }
  67.                 "x64 14.10.25008.0"
  68.                 {
  69.                     "hasrunkey"     "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\CommonRedist\\vcredist\\2017"
  70.                     "process 1"     "%INSTALLDIR%\\_CommonRedist\\vcredist\\2017\\Microsoft Visual C++ 2017 x64.cmd"
  71.                     "nocleanup"     "1"
  72.                     "requirement_os"
  73.                     {
  74.                         "is64bitwindows"        "1"
  75.                     }
  76.                 }
  77.             }
  78.         }
  79.         "foreign_install_path"      "Z:\\home\\arno\\.local\\share\\Steam\\steamapps\\common\\Steamworks Shared"
  80.     }
  81.     "3"
  82.     {
  83.         "appid"     "244850"
  84.         "language"      "english"
  85.         "commonredist"      "1"
  86.         "SteamID"       "76561197977529648"
  87.         "uninstall"     "0"
  88.         "compat_installscript"
  89.         {
  90.             "run process"
  91.             {
  92.                 "dxsetup"
  93.                 {
  94.                     "hasrunkey"     "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\CommonRedist\\DirectX\\Jun2010"
  95.                     "process 1"     "%INSTALLDIR%\\_CommonRedist\\DirectX\\Jun2010\\DXSETUP.exe"
  96.                     "command 1"     "/silent"
  97.                     "nocleanup"     "1"
  98.                 }
  99.             }
  100.         }
  101.         "foreign_install_path"      "Z:\\home\\arno\\.local\\share\\Steam\\steamapps\\common\\Steamworks Shared"
  102.     }
  103.     "4"
  104.     {
  105.         "appid"     "244850"
  106.         "language"      "english"
  107.         "commonredist"      "1"
  108.         "SteamID"       "76561197977529648"
  109.         "uninstall"     "0"
  110.         "compat_installscript"
  111.         {
  112.             "run process"
  113.             {
  114.                 "4.0"
  115.                 {
  116.                     "hasrunkey"     "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\CommonRedist\\.NET\\4.0"
  117.                     "process 1"     "%INSTALLDIR%\\_CommonRedist\\DotNet\\4.0\\Microsoft .NET Framework 4.0.cmd"
  118.                     "nocleanup"     "1"
  119.                 }
  120.             }
  121.         }
  122.         "foreign_install_path"      "Z:\\home\\arno\\.local\\share\\Steam\\steamapps\\common\\Steamworks Shared"
  123.     }
  124. }
Add Comment
Please, Sign In to add comment