Installer ps4-remote-play-latest

files:
- setup: https://remoteplay.dl.playstation.net/remoteplay/module/win/RemotePlayInstaller.exe
game:
  exe: drive_c/Program Files (x86)/Sony/PS4 Remote Play/RemotePlay.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: vcrun2013 dotnet472 win10
    description: Installing .NET 4.7.2
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /extract
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
- move:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Sony/PS4 Remote Play
    src: $CACHE/setup/B3CD2F9
- copy:
    dst: $GAMEDIR/drive_c/windows/syswow64
    src: $GAMEDIR/drive_c/Program Files (x86)/Sony/PS4 Remote Play/scenp.dll
- execute:
    command: mkdir -p "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Temp"
description: null
game_slug: ps4-remote-play
gogslug: ''
humblestoreid: ''
installer_slug: ps4-remote-play-latest
name: PS4 Remote Play
notes: "DOES NOT WORK\r\n\r\nDoesn't render correctly and you can't sign in.\r\n\r\
  \nIf you want to use remote play on your PS4, you can give a try to this client\
  \ -> https://github.com/thestr4ng3r/chiaki"
runner: wine
script:
  files:
  - setup: https://remoteplay.dl.playstation.net/remoteplay/module/win/RemotePlayInstaller.exe
  game:
    exe: drive_c/Program Files (x86)/Sony/PS4 Remote Play/RemotePlay.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: vcrun2013 dotnet472 win10
      description: Installing .NET 4.7.2
      name: winetricks
      prefix: $GAMEDIR
  - task:
      args: /extract
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
  - move:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Sony/PS4 Remote Play
      src: $CACHE/setup/B3CD2F9
  - copy:
      dst: $GAMEDIR/drive_c/windows/syswow64
      src: $GAMEDIR/drive_c/Program Files (x86)/Sony/PS4 Remote Play/scenp.dll
  - execute:
      command: mkdir -p "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Temp"
slug: ps4-remote-play-latest
steamid: null
version: Latest
year: null
{
  "game_slug": "ps4-remote-play",
  "version": "Latest",
  "description": null,
  "notes": "DOES NOT WORK\r\n\r\nDoesn't render correctly and you can't sign in.\r\n\r\nIf you want to use remote play on your PS4, you can give a try to this client -> https://github.com/thestr4ng3r/chiaki",
  "name": "PS4 Remote Play",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "ps4-remote-play-latest",
  "installer_slug": "ps4-remote-play-latest",
  "script": {
    "files": [
      {
        "setup": "https://remoteplay.dl.playstation.net/remoteplay/module/win/RemotePlayInstaller.exe"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files (x86)/Sony/PS4 Remote Play/RemotePlay.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2013 dotnet472 win10",
          "description": "Installing .NET 4.7.2",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/extract",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Sony/PS4 Remote Play",
          "src": "$CACHE/setup/B3CD2F9"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/windows/syswow64",
          "src": "$GAMEDIR/drive_c/Program Files (x86)/Sony/PS4 Remote Play/scenp.dll"
        }
      },
      {
        "execute": {
          "command": "mkdir -p \"$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Temp\""
        }
      }
    ]
  }
}
Back to game