Installer mega-man-legends-pc

game:
  arch: win32
  exe: drive_c/MEGAMAN/MEGAMAN.EXE
  prefix: $GAMEDIR
installer:
- insert-disc:
    description: Please mount the Mega Man Legends/Rockman Dash disc and browse to
      the directory path.
    requires: setup.exe
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- merge:
    description: Copy $DISC to $GAMEDIR
    dst: $GAMEDIR/drive_c/MEGAMAN
    src: $DISC
- write_config:
    data:
      DirectX:
        Antialiasing: appdriven
        AppControlledScreenMode: false
        DisableAltEnterToToggleScreenMode: false
        Filtering: appdriven
        Resolution: max_isf
        VRAM: 128
        VideoCard: internal3D
        dgVoodooWatermark: false
      General:
        CaptureMouse: true
        CenterAppWindow: true
        FullScreenOutput: default
        KeepWindowAspectRatio: true
        ScalingMode: stretched_ar
    description: Write dgVoodoo.conf file
    file: $GAMEDIR/drive_c/MEGAMAN/dgVoodoo.conf
    merge: false
wine:
  dgvoodoo2: true
description: Windows PC release from 2001 with dgVoodoo configured to fix stretching
  issues on modern displays.
game_slug: mega-man-legends
gogslug: ''
humblestoreid: ''
installer_slug: mega-man-legends-pc
name: Mega Man Legends
notes: "The intro \"Capcom.avi\" video does not currently play in the Wine prefix.\r\
  \n\r\nIf you are installing the Japanese version (Rockman Dash), you will need to\
  \ change the default executable to rockman.exe."
runner: wine
script:
  game:
    arch: win32
    exe: drive_c/MEGAMAN/MEGAMAN.EXE
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      description: Please mount the Mega Man Legends/Rockman Dash disc and browse
        to the directory path.
      requires: setup.exe
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - merge:
      description: Copy $DISC to $GAMEDIR
      dst: $GAMEDIR/drive_c/MEGAMAN
      src: $DISC
  - write_config:
      data:
        DirectX:
          Antialiasing: appdriven
          AppControlledScreenMode: false
          DisableAltEnterToToggleScreenMode: false
          Filtering: appdriven
          Resolution: max_isf
          VRAM: 128
          VideoCard: internal3D
          dgVoodooWatermark: false
        General:
          CaptureMouse: true
          CenterAppWindow: true
          FullScreenOutput: default
          KeepWindowAspectRatio: true
          ScalingMode: stretched_ar
      description: Write dgVoodoo.conf file
      file: $GAMEDIR/drive_c/MEGAMAN/dgVoodoo.conf
      merge: false
  wine:
    dgvoodoo2: true
slug: mega-man-legends-pc
steamid: null
version: PC
year: 1998
{
  "game_slug": "mega-man-legends",
  "version": "PC",
  "description": "Windows PC release from 2001 with dgVoodoo configured to fix stretching issues on modern displays.",
  "notes": "The intro \"Capcom.avi\" video does not currently play in the Wine prefix.\r\n\r\nIf you are installing the Japanese version (Rockman Dash), you will need to change the default executable to rockman.exe.",
  "name": "Mega Man Legends",
  "year": 1998,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "mega-man-legends-pc",
  "installer_slug": "mega-man-legends-pc",
  "script": {
    "game": {
      "arch": "win32",
      "exe": "drive_c/MEGAMAN/MEGAMAN.EXE",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please mount the Mega Man Legends/Rockman Dash disc and browse to the directory path.",
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "merge": {
          "description": "Copy $DISC to $GAMEDIR",
          "dst": "$GAMEDIR/drive_c/MEGAMAN",
          "src": "$DISC"
        }
      },
      {
        "write_config": {
          "data": {
            "DirectX": {
              "Antialiasing": "appdriven",
              "AppControlledScreenMode": false,
              "DisableAltEnterToToggleScreenMode": false,
              "Filtering": "appdriven",
              "Resolution": "max_isf",
              "VRAM": 128,
              "VideoCard": "internal3D",
              "dgVoodooWatermark": false
            },
            "General": {
              "CaptureMouse": true,
              "CenterAppWindow": true,
              "FullScreenOutput": "default",
              "KeepWindowAspectRatio": true,
              "ScalingMode": "stretched_ar"
            }
          },
          "description": "Write dgVoodoo.conf file",
          "file": "$GAMEDIR/drive_c/MEGAMAN/dgVoodoo.conf",
          "merge": false
        }
      }
    ],
    "wine": {
      "dgvoodoo2": true
    }
  }
}
Back to game