description: Installs the Windows version by Mediakite (Japanese) of the game with
the Classic REbirth patch. Highly recommended to also install the HD sounds, FMV, music
packs. http://re123.bplaced.net/board/viewtopic.php?f=21&t=296
game_slug: resident-evil
gogslug: resident_evil_bundle
humblestoreid: ''
installer_slug: resident-evil-cd-mediakite
name: Resident Evil
notes: 'Warning if you decide to install the HD sounds/music/FMV packs: these packs
have mixed states of upper & lowercase filenames, so you will want to rename the
game files to either fully upper or lowercase, along with the HD pack files, so
they are universal across the board.'
runner: wine
script:
files:
- gemini: N/A:Please download Classic REbirth here and select it http://appleofeden.de-doc.com/index.php/download/resident-evil-dll-fix-for-classic-edition
game:
arch: win32
exe: drive_c/Program Files/Biohazard/biohazard.exe
prefix: $GAMEDIR
installer:
- insert-disc:
description: Please mount Resident Evil/Biohazard Mediakite disc
requires: biohazard.exe
- task:
arch: win32
description: Creating Wine prefix (32-bit)
name: create_prefix
prefix: $GAMEDIR
- copy:
description: Copy $DISC/horror/jpn to $GAMEDIR/drive_c/Program Files/Biohazard
dst: $GAMEDIR/drive_c/Program Files/Biohazard/jpn
src: $DISC/horr/jpn
- copy:
description: Copy $DISC/biohazard.exe to $GAMEDIR/drive_c/Program Files/biohazard
dst: $GAMEDIR/drive_c/Program Files/Biohazard
src: $DISC/biohazard.exe
- task:
arch: win32
description: Set ddraw to native,builtin
key: ddraw
name: set_regedit
path: HKEY_CURRENT_USER\Software\Wine\DllOverrides
prefix: $GAMEDIR
type: REG_SZ
value: native,builtin
- 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
src: $CACHE/MS/x86/DDraw.dll
- merge:
dst: $GAMEDIR/drive_c/Program Files/Biohazard
src: $CACHE/MS/x86/D3DImm.dll
- merge:
dst: $GAMEDIR/drive_c/Program Files/Biohazard
src: $CACHE/dgVoodooCpl.exe
- merge:
dst: $GAMEDIR/drive_c/Program Files/Biohazard
src: $CACHE/dgVoodoo.conf
- write_config:
data:
DirectX:
Antialiasing: appdriven
AppControlledScreenMode: false
DisableAltEnterToToggleScreenMode: true
Filtering: appdriven
Resolution: unforced
VRAM: 128
VideoCard: ati_radeon_8500
dgVoodooWatermark: false
General:
CaptureMouse: true
CenterAppWindow: true
FullScreenMode: false
FullScreenOutput: default
KeepWindowAspectRatio: true
ScalingMode: centered_ar
description: Write dgVoodoo.conf file
file: $GAMEDIR/drive_c/Program Files/Biohazard/dgVoodoo.conf
merge: false
- execute:
command: mv "$GAMEDIR/drive_c/Program Files/Biohazard/DDraw.dll" "$GAMEDIR/drive_c/Program
Files/Biohazard/re_ddraw.dll"
description: Rename dgVoodoo2 ddraw.dll
- extract:
description: Extract Classic REbirth dll
dst: $GAMEDIR/drive_c/Program Files/Biohazard
file: gemini
wine:
overrides:
ddraw.dll: n,b
slug: resident-evil-cd-mediakite
steamid: 613140
version: CD (Mediakite)
year: 1996
{
"game_slug": "resident-evil",
"version": "CD (Mediakite)",
"description": "Installs the Windows version by Mediakite (Japanese) of the game with the Classic REbirth patch. Highly recommended to also install the HD sounds, FMV, music packs. http://re123.bplaced.net/board/viewtopic.php?f=21&t=296",
"notes": "Warning if you decide to install the HD sounds/music/FMV packs: these packs have mixed states of upper & lowercase filenames, so you will want to rename the game files to either fully upper or lowercase, along with the HD pack files, so they are universal across the board.",
"name": "Resident Evil",
"year": 1996,
"steamid": 613140,
"gogslug": "resident_evil_bundle",
"humblestoreid": "",
"runner": "wine",
"slug": "resident-evil-cd-mediakite",
"installer_slug": "resident-evil-cd-mediakite",
"script": {
"files": [
{
"gemini": "N/A:Please download Classic REbirth here and select it http://appleofeden.de-doc.com/index.php/download/resident-evil-dll-fix-for-classic-edition"
}
],
"game": {
"arch": "win32",
"exe": "drive_c/Program Files/Biohazard/biohazard.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"insert-disc": {
"description": "Please mount Resident Evil/Biohazard Mediakite disc",
"requires": "biohazard.exe"
}
},
{
"task": {
"arch": "win32",
"description": "Creating Wine prefix (32-bit)",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"copy": {
"description": "Copy $DISC/horror/jpn to $GAMEDIR/drive_c/Program Files/Biohazard",
"dst": "$GAMEDIR/drive_c/Program Files/Biohazard/jpn",
"src": "$DISC/horr/jpn"
}
},
{
"copy": {
"description": "Copy $DISC/biohazard.exe to $GAMEDIR/drive_c/Program Files/biohazard",
"dst": "$GAMEDIR/drive_c/Program Files/Biohazard",
"src": "$DISC/biohazard.exe"
}
},
{
"task": {
"arch": "win32",
"description": "Set ddraw to native,builtin",
"key": "ddraw",
"name": "set_regedit",
"path": "HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides",
"prefix": "$GAMEDIR",
"type": "REG_SZ",
"value": "native,builtin"
}
},
{
"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",
"src": "$CACHE/MS/x86/DDraw.dll"
}
},
{
"merge": {
"dst": "$GAMEDIR/drive_c/Program Files/Biohazard",
"src": "$CACHE/MS/x86/D3DImm.dll"
}
},
{
"merge": {
"dst": "$GAMEDIR/drive_c/Program Files/Biohazard",
"src": "$CACHE/dgVoodooCpl.exe"
}
},
{
"merge": {
"dst": "$GAMEDIR/drive_c/Program Files/Biohazard",
"src": "$CACHE/dgVoodoo.conf"
}
},
{
"write_config": {
"data": {
"DirectX": {
"Antialiasing": "appdriven",
"AppControlledScreenMode": false,
"DisableAltEnterToToggleScreenMode": true,
"Filtering": "appdriven",
"Resolution": "unforced",
"VRAM": 128,
"VideoCard": "ati_radeon_8500",
"dgVoodooWatermark": false
},
"General": {
"CaptureMouse": true,
"CenterAppWindow": true,
"FullScreenMode": false,
"FullScreenOutput": "default",
"KeepWindowAspectRatio": true,
"ScalingMode": "centered_ar"
}
},
"description": "Write dgVoodoo.conf file",
"file": "$GAMEDIR/drive_c/Program Files/Biohazard/dgVoodoo.conf",
"merge": false
}
},
{
"execute": {
"command": "mv \"$GAMEDIR/drive_c/Program Files/Biohazard/DDraw.dll\" \"$GAMEDIR/drive_c/Program Files/Biohazard/re_ddraw.dll\"",
"description": "Rename dgVoodoo2 ddraw.dll"
}
},
{
"extract": {
"description": "Extract Classic REbirth dll",
"dst": "$GAMEDIR/drive_c/Program Files/Biohazard",
"file": "gemini"
}
}
],
"wine": {
"overrides": {
"ddraw.dll": "n,b"
}
}
}
}