Installer project-nomads-cdrom

files:
- patch: https://paste.rs/Wdw
game:
  arch: win32
  exe: $GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    requires: Setup.exe
- task:
    description: Installing Project Nomads. Do not install DirectX, check for upgrades,
      or launch the game.
    executable: $DISC/Setup.exe
    name: wineexec
    prefix: $GAMEDIR
- move:
    description: Backing up original executable
    dst: $GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.bak.exe
    src: $GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.exe
- move:
    description: Installing patch
    dst: $GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.exe
    src: patch
description: Installs a patch including bugfixes and a nocd fix so the game will run
  inside a Wine sandbox.
game_slug: project-nomads
gogslug: ''
humblestoreid: ''
installer_slug: project-nomads-cdrom
name: Project Nomads
notes: 'Sometimes the patch does not install correctly. If the game does not start,
  try manually downloading the patch and overwriting `nomads.exe` with it from here:
  https://anonfile.com/V5N0ScH2n5/nomads_exe'
runner: wine
script:
  files:
  - patch: https://paste.rs/Wdw
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      requires: Setup.exe
  - task:
      description: Installing Project Nomads. Do not install DirectX, check for upgrades,
        or launch the game.
      executable: $DISC/Setup.exe
      name: wineexec
      prefix: $GAMEDIR
  - move:
      description: Backing up original executable
      dst: $GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.bak.exe
      src: $GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.exe
  - move:
      description: Installing patch
      dst: $GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.exe
      src: patch
slug: project-nomads-cdrom
steamid: null
version: CDROM
year: 2002
{
  "game_slug": "project-nomads",
  "version": "CDROM",
  "description": "Installs a patch including bugfixes and a nocd fix so the game will run inside a Wine sandbox.",
  "notes": "Sometimes the patch does not install correctly. If the game does not start, try manually downloading the patch and overwriting `nomads.exe` with it from here: https://anonfile.com/V5N0ScH2n5/nomads_exe",
  "name": "Project Nomads",
  "year": 2002,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "project-nomads-cdrom",
  "installer_slug": "project-nomads-cdrom",
  "script": {
    "files": [
      {
        "patch": "https://paste.rs/Wdw"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "requires": "Setup.exe"
        }
      },
      {
        "task": {
          "description": "Installing Project Nomads. Do not install DirectX, check for upgrades, or launch the game.",
          "executable": "$DISC/Setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "description": "Backing up original executable",
          "dst": "$GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.bak.exe",
          "src": "$GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.exe"
        }
      },
      {
        "move": {
          "description": "Installing patch",
          "dst": "$GAMEDIR/drive_c/Program Files/Project Nomads/Run/bin/win32/nomads.exe",
          "src": "patch"
        }
      }
    ]
  }
}
Back to game