Installer everquest-rof2

files:
- custom_files: N/A
- patcher_zip:
    filename: nmspatcher.zip
    url: https://patch.bestemu.com/download/nmspatcher.zip
game:
  arch: win64
  exe: $GAMEDIR/prefix/drive_c/NMS/nmspatcher.exe
  prefix: $GAMEDIR/prefix
  working_dir: $GAMEDIR/prefix/drive_c/NMS
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR/prefix
- task:
    app: win10
    arch: win64
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    app: corefonts
    arch: win64
    description: Installing Corefonts
    name: winetricks
    prefix: $GAMEDIR/prefix
    silent: true
- task:
    app: d3dx9_43
    arch: win64
    description: Installing DirectX 9
    name: winetricks
    prefix: $GAMEDIR/prefix
    silent: false
- task:
    app: win7
    arch: win64
    name: winetricks
    prefix: $GAMEDIR/prefix
- extract:
    description: Unpacking EverQuest Client Files (This may take a few minutes)...
    dst: $GAMEDIR/prefix/drive_c/NMS
    file: custom_files
- extract:
    description: Unpacking fresh NMS Patcher...
    dst: $GAMEDIR/prefix/drive_c/NMS
    file: patcher_zip
- execute:
    command: chmod -R 777 "$GAMEDIR/prefix/drive_c/NMS"
    description: Setting file permissions...
system:
  env:
    DXVK_HUD: '0'
description: Installer script for EQEMU Project Triune https://nms.bestemu.com/
game_slug: everquest
gogslug: ''
humblestoreid: ''
installer_slug: everquest-rof2
name: EverQuest
notes: Make sure you are running the latest vanilla wine for the best experience.
  You need a copy of a clean RoF2 client to install.
runner: wine
script:
  files:
  - custom_files: N/A
  - patcher_zip:
      filename: nmspatcher.zip
      url: https://patch.bestemu.com/download/nmspatcher.zip
  game:
    arch: win64
    exe: $GAMEDIR/prefix/drive_c/NMS/nmspatcher.exe
    prefix: $GAMEDIR/prefix
    working_dir: $GAMEDIR/prefix/drive_c/NMS
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR/prefix
  - task:
      app: win10
      arch: win64
      name: winetricks
      prefix: $GAMEDIR/prefix
  - task:
      app: corefonts
      arch: win64
      description: Installing Corefonts
      name: winetricks
      prefix: $GAMEDIR/prefix
      silent: true
  - task:
      app: d3dx9_43
      arch: win64
      description: Installing DirectX 9
      name: winetricks
      prefix: $GAMEDIR/prefix
      silent: false
  - task:
      app: win7
      arch: win64
      name: winetricks
      prefix: $GAMEDIR/prefix
  - extract:
      description: Unpacking EverQuest Client Files (This may take a few minutes)...
      dst: $GAMEDIR/prefix/drive_c/NMS
      file: custom_files
  - extract:
      description: Unpacking fresh NMS Patcher...
      dst: $GAMEDIR/prefix/drive_c/NMS
      file: patcher_zip
  - execute:
      command: chmod -R 777 "$GAMEDIR/prefix/drive_c/NMS"
      description: Setting file permissions...
  system:
    env:
      DXVK_HUD: '0'
slug: everquest-rof2
steamid: 205710
version: ROF2
year: 1999
{
  "game_slug": "everquest",
  "version": "ROF2",
  "description": "Installer script for EQEMU Project Triune https://nms.bestemu.com/",
  "notes": "Make sure you are running the latest vanilla wine for the best experience. You need a copy of a clean RoF2 client to install.",
  "name": "EverQuest",
  "year": 1999,
  "steamid": 205710,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "everquest-rof2",
  "installer_slug": "everquest-rof2",
  "script": {
    "files": [
      {
        "custom_files": "N/A"
      },
      {
        "patcher_zip": {
          "filename": "nmspatcher.zip",
          "url": "https://patch.bestemu.com/download/nmspatcher.zip"
        }
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/prefix/drive_c/NMS/nmspatcher.exe",
      "prefix": "$GAMEDIR/prefix",
      "working_dir": "$GAMEDIR/prefix/drive_c/NMS"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "win10",
          "arch": "win64",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "corefonts",
          "arch": "win64",
          "description": "Installing Corefonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix",
          "silent": true
        }
      },
      {
        "task": {
          "app": "d3dx9_43",
          "arch": "win64",
          "description": "Installing DirectX 9",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix",
          "silent": false
        }
      },
      {
        "task": {
          "app": "win7",
          "arch": "win64",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "extract": {
          "description": "Unpacking EverQuest Client Files (This may take a few minutes)...",
          "dst": "$GAMEDIR/prefix/drive_c/NMS",
          "file": "custom_files"
        }
      },
      {
        "extract": {
          "description": "Unpacking fresh NMS Patcher...",
          "dst": "$GAMEDIR/prefix/drive_c/NMS",
          "file": "patcher_zip"
        }
      },
      {
        "execute": {
          "command": "chmod -R 777 \"$GAMEDIR/prefix/drive_c/NMS\"",
          "description": "Setting file permissions..."
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_HUD": "0"
      }
    }
  }
}
Back to game