Advertisement
Guest User

Untitled

a guest
Jul 4th, 2022
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.84 KB | None | 0 0
  1. {
  2.   "count": 1,
  3.   "next": null,
  4.   "previous": null,
  5.   "results": [
  6.     {
  7.       "id": 8519,
  8.       "game_id": 6237,
  9.       "game_slug": "battlenet",
  10.       "name": "Blizzard Battle.net",
  11.       "year": 1996,
  12.       "user": "Dox",
  13.       "runner": "wine",
  14.       "slug": "blizzard-battlenet-standard",
  15.       "version": "Standard",
  16.       "description": null,
  17.       "notes": "**CONFIGURE AND INSTALL THE DEPENDENCIES FIRST**\r\nInstructions for Vulkan support: https://github.com/lutris/lutris/wiki/Installing-drivers\r\nInstructions for proper functionality of Battle.Net (+ common problems) https://github.com/lutris/lutris/wiki/Game:-Blizzard-App",
  18.       "credits": "",
  19.       "created_at": "2018-06-03T10:26:54.297000Z",
  20.       "updated_at": "2022-06-09T00:55:31.479351Z",
  21.       "draft": false,
  22.       "published": true,
  23.       "published_by": 51687,
  24.       "rating": "",
  25.       "is_playable": true,
  26.       "steamid": null,
  27.       "gogid": null,
  28.       "gogslug": "",
  29.       "humbleid": "",
  30.       "humblestoreid": "",
  31.       "humblestoreid_real": "",
  32.       "script": {
  33.         "files": [
  34.           {
  35.             "setup": "http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe"
  36.           },
  37.         ],
  38.         "game": {
  39.           "arch": "win64",
  40.           "exe": "drive_c/Program Files (x86)/Battle.net/Battle.net.exe",
  41.           "prefix": "$GAMEDIR"
  42.         },
  43.         "installer": [
  44.           {
  45.             "task": {
  46.               "arch": "win64",
  47.               "description": "Creating 64bit Wine prefix.",
  48.               "name": "create_prefix",
  49.               "prefix": "$GAMEDIR"
  50.             }
  51.           },
  52.           {
  53.             "task": {
  54.               "app": "arial",
  55.               "arch": "win64",
  56.               "description": "Installing Arial font...",
  57.               "name": "winetricks",
  58.               "prefix": "$GAMEDIR",
  59.               "silent": true
  60.             }
  61.           },
  62.           {
  63.             "task": {
  64.               "name": "winekill",
  65.               "prefix": "$GAMEDIR"
  66.             }
  67.           },
  68.           {
  69.             "task": {
  70.               "arch": "win64",
  71.               "description": "Installing Blizzard App. An installer will open.\n------------------------------\nTo progress, manually continue installation in that window.",
  72.               "exclude_processes": "Battle.net.exe Agent.exe \"Battle.net Helper.exe\" wineconsole explorer.exe conhost.exe svchost.exe",
  73.               "executable": "setup",
  74.               "name": "wineexec"
  75.             }
  76.           },
  77.           {
  78.             "task": {
  79.               "name": "winekill",
  80.               "prefix": "$GAMEDIR"
  81.             }
  82.           }
  83.         ],
  84.         "wine": {
  85.           "dxvk": true,
  86.           "esync": true,
  87.           "version": "lutris-7.1-x86_64"
  88.         }
  89.       }
  90.     }
  91.   ]
  92. }
  93.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement