Installer resident-evil-3-nemesis-cd-sourcenext

files:
- gemini: N/A:Please download Classic REbirth here and select it https://appleofeden.de-doc.com/index.php/download/resident-evil-3-classic-rebirth/
- patch: N/A:Please download 1.1.0 patch here and select it https://appleofeden.de-doc.com/index.php/download/biohazard-3-sourcenext-1-1-0-patch/
- xaudio: https://archive.org/download/biohazard3lastescapejapansourcenext/BIO3%20%28All%20Fixes%29%20-%20Game%20Patch.7z/%28All%20Fixes%29%20-%20Game%20Patch%2FXAudio2.9%20for%20Windows%207%2C%208%2C%20and%208.1%2Fxaudio2_9.dll
game:
  arch: win32
  exe: drive_c/Program Files/Biohazard 3/BIOHAZARD(R) 3 PC.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    description: Please mount Resident Evil 3/Biohazard 3 SourceNext disc
    requires: setup.exe
- task:
    arch: win32
    description: Creating Wine prefix (32-bit)
    name: create_prefix
    prefix: $GAMEDIR
- copy:
    description: Copy $DISC/data to $GAMEDIR/drive_c/Program Files/Biohazard 3
    dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
    src: $DISC/data
- extract:
    description: Extract patch
    dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
    file: patch
- execute:
    command: mv -f "$xaudio" "$GAMEDIR/drive_c/Program Files/Biohazard 3/xaudio2_9.dll"
    description: Move file
- execute:
    command: curl https://api.github.com/repos/dege-diosg/dgVoodoo2/releases/latest
      | grep browser_download_url | grep -vE '(dbg|API)' | cut -d '"' -f 4 | wget
      --no-check-certificate -i- -P $CACHE
    description: Download latest dgVoodoo2 release
- execute:
    command: find $CACHE -name 'dgVoodoo*' -exec unzip {} -d $CACHE ';'
    description: Extract latest dgVoodoo2 release to $CACHE
- merge:
    description: Copy dgVoodoo2 components to $GAMEDIR
    dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
    src: $CACHE/MS/x86/DDraw.dll
- merge:
    dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
    src: $CACHE/MS/x86/D3DImm.dll
- merge:
    dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
    src: $CACHE/dgVoodooCpl.exe
- merge:
    dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
    src: $CACHE/dgVoodoo.conf
- write_config:
    data:
      DirectX:
        Antialiasing: appdriven
        AppControlledScreenMode: false
        DisableAltEnterToToggleScreenMode: true
        Filtering: appdriven
        Resolution: unforced
        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/Program Files/Biohazard 3/dgVoodoo.conf
    merge: false
- execute:
    command: mv "$GAMEDIR/drive_c/Program Files/Biohazard 3/DDraw.dll" "$GAMEDIR/drive_c/Program
      Files/Biohazard 3/re3_ddraw.dll"
    description: Rename dgVoodoo2 ddraw.dll
- extract:
    description: Extract Classic REbirth dll
    dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
    file: gemini
wine:
  overrides:
    ddraw.dll: n,b
description: Installs the Windows version by Sourcenext with the Classic REbirth patch.
  Highly recommended to also install the HD FMV pack. https://appleofeden.de-doc.com/index.php/downloads/resident-evil-3-classic-rebirth/
game_slug: resident-evil-3-nemesis
gogslug: ''
humblestoreid: ''
installer_slug: resident-evil-3-nemesis-cd-sourcenext
name: 'Resident Evil 3: Nemesis'
notes: ''
runner: wine
script:
  files:
  - gemini: N/A:Please download Classic REbirth here and select it https://appleofeden.de-doc.com/index.php/download/resident-evil-3-classic-rebirth/
  - patch: N/A:Please download 1.1.0 patch here and select it https://appleofeden.de-doc.com/index.php/download/biohazard-3-sourcenext-1-1-0-patch/
  - xaudio: https://archive.org/download/biohazard3lastescapejapansourcenext/BIO3%20%28All%20Fixes%29%20-%20Game%20Patch.7z/%28All%20Fixes%29%20-%20Game%20Patch%2FXAudio2.9%20for%20Windows%207%2C%208%2C%20and%208.1%2Fxaudio2_9.dll
  game:
    arch: win32
    exe: drive_c/Program Files/Biohazard 3/BIOHAZARD(R) 3 PC.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      description: Please mount Resident Evil 3/Biohazard 3 SourceNext disc
      requires: setup.exe
  - task:
      arch: win32
      description: Creating Wine prefix (32-bit)
      name: create_prefix
      prefix: $GAMEDIR
  - copy:
      description: Copy $DISC/data to $GAMEDIR/drive_c/Program Files/Biohazard 3
      dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
      src: $DISC/data
  - extract:
      description: Extract patch
      dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
      file: patch
  - execute:
      command: mv -f "$xaudio" "$GAMEDIR/drive_c/Program Files/Biohazard 3/xaudio2_9.dll"
      description: Move file
  - execute:
      command: curl https://api.github.com/repos/dege-diosg/dgVoodoo2/releases/latest
        | grep browser_download_url | grep -vE '(dbg|API)' | cut -d '"' -f 4 | wget
        --no-check-certificate -i- -P $CACHE
      description: Download latest dgVoodoo2 release
  - execute:
      command: find $CACHE -name 'dgVoodoo*' -exec unzip {} -d $CACHE ';'
      description: Extract latest dgVoodoo2 release to $CACHE
  - merge:
      description: Copy dgVoodoo2 components to $GAMEDIR
      dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
      src: $CACHE/MS/x86/DDraw.dll
  - merge:
      dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
      src: $CACHE/MS/x86/D3DImm.dll
  - merge:
      dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
      src: $CACHE/dgVoodooCpl.exe
  - merge:
      dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
      src: $CACHE/dgVoodoo.conf
  - write_config:
      data:
        DirectX:
          Antialiasing: appdriven
          AppControlledScreenMode: false
          DisableAltEnterToToggleScreenMode: true
          Filtering: appdriven
          Resolution: unforced
          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/Program Files/Biohazard 3/dgVoodoo.conf
      merge: false
  - execute:
      command: mv "$GAMEDIR/drive_c/Program Files/Biohazard 3/DDraw.dll" "$GAMEDIR/drive_c/Program
        Files/Biohazard 3/re3_ddraw.dll"
      description: Rename dgVoodoo2 ddraw.dll
  - extract:
      description: Extract Classic REbirth dll
      dst: $GAMEDIR/drive_c/Program Files/Biohazard 3
      file: gemini
  wine:
    overrides:
      ddraw.dll: n,b
slug: resident-evil-3-nemesis-cd-sourcenext
steamid: null
version: CD (SourceNext)
year: 1999
{
  "game_slug": "resident-evil-3-nemesis",
  "version": "CD (SourceNext)",
  "description": "Installs the Windows version by Sourcenext with the Classic REbirth patch. Highly recommended to also install the HD FMV pack. https://appleofeden.de-doc.com/index.php/downloads/resident-evil-3-classic-rebirth/",
  "notes": "",
  "name": "Resident Evil 3: Nemesis",
  "year": 1999,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "resident-evil-3-nemesis-cd-sourcenext",
  "installer_slug": "resident-evil-3-nemesis-cd-sourcenext",
  "script": {
    "files": [
      {
        "gemini": "N/A:Please download Classic REbirth here and select it https://appleofeden.de-doc.com/index.php/download/resident-evil-3-classic-rebirth/"
      },
      {
        "patch": "N/A:Please download 1.1.0 patch here and select it https://appleofeden.de-doc.com/index.php/download/biohazard-3-sourcenext-1-1-0-patch/"
      },
      {
        "xaudio": "https://archive.org/download/biohazard3lastescapejapansourcenext/BIO3%20%28All%20Fixes%29%20-%20Game%20Patch.7z/%28All%20Fixes%29%20-%20Game%20Patch%2FXAudio2.9%20for%20Windows%207%2C%208%2C%20and%208.1%2Fxaudio2_9.dll"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Biohazard 3/BIOHAZARD(R) 3 PC.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please mount Resident Evil 3/Biohazard 3 SourceNext disc",
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix (32-bit)",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "copy": {
          "description": "Copy $DISC/data to $GAMEDIR/drive_c/Program Files/Biohazard 3",
          "dst": "$GAMEDIR/drive_c/Program Files/Biohazard 3",
          "src": "$DISC/data"
        }
      },
      {
        "extract": {
          "description": "Extract patch",
          "dst": "$GAMEDIR/drive_c/Program Files/Biohazard 3",
          "file": "patch"
        }
      },
      {
        "execute": {
          "command": "mv -f \"$xaudio\" \"$GAMEDIR/drive_c/Program Files/Biohazard 3/xaudio2_9.dll\"",
          "description": "Move file"
        }
      },
      {
        "execute": {
          "command": "curl https://api.github.com/repos/dege-diosg/dgVoodoo2/releases/latest | grep browser_download_url | grep -vE '(dbg|API)' | cut -d '\"' -f 4 | wget --no-check-certificate -i- -P $CACHE",
          "description": "Download latest dgVoodoo2 release"
        }
      },
      {
        "execute": {
          "command": "find $CACHE -name 'dgVoodoo*' -exec unzip {} -d $CACHE ';'",
          "description": "Extract latest dgVoodoo2 release to $CACHE"
        }
      },
      {
        "merge": {
          "description": "Copy dgVoodoo2 components to $GAMEDIR",
          "dst": "$GAMEDIR/drive_c/Program Files/Biohazard 3",
          "src": "$CACHE/MS/x86/DDraw.dll"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/Program Files/Biohazard 3",
          "src": "$CACHE/MS/x86/D3DImm.dll"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/Program Files/Biohazard 3",
          "src": "$CACHE/dgVoodooCpl.exe"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/Program Files/Biohazard 3",
          "src": "$CACHE/dgVoodoo.conf"
        }
      },
      {
        "write_config": {
          "data": {
            "DirectX": {
              "Antialiasing": "appdriven",
              "AppControlledScreenMode": false,
              "DisableAltEnterToToggleScreenMode": true,
              "Filtering": "appdriven",
              "Resolution": "unforced",
              "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/Program Files/Biohazard 3/dgVoodoo.conf",
          "merge": false
        }
      },
      {
        "execute": {
          "command": "mv \"$GAMEDIR/drive_c/Program Files/Biohazard 3/DDraw.dll\" \"$GAMEDIR/drive_c/Program Files/Biohazard 3/re3_ddraw.dll\"",
          "description": "Rename dgVoodoo2 ddraw.dll"
        }
      },
      {
        "extract": {
          "description": "Extract Classic REbirth dll",
          "dst": "$GAMEDIR/drive_c/Program Files/Biohazard 3",
          "file": "gemini"
        }
      }
    ],
    "wine": {
      "overrides": {
        "ddraw.dll": "n,b"
      }
    }
  }
}
Back to game