forked from dhollinger/lutris_installers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
battle-for-middle-earth-2-rotwk.yaml
executable file
·44 lines (44 loc) · 1.69 KB
/
battle-for-middle-earth-2-rotwk.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
results:
- name: Lord of the Rings - Battle for Middle-Earth II - Rise of the Witch King
game_slug: lord-of-the-rings-battle-for-middle-earth-ii-rise-
slug: lord-of-the-rings-battle-for-middle-earth-ii-rise-core
version: Core
runner: wine
script:
files:
- patch2.01: https://github.com/dhollinger/lutris_installers/releases/download/v1.0.0/LotrBfMe2EP1-131073-english.exe
- patch2.02v800: https://github.com/dhollinger/lutris_installers/releases/download/v1.0.0/202_v8_mini_ws.exe
- patch2.02v840: https://github.com/dhollinger/lutris_installers/releases/download/v1.0.0/202_v840_updater.exe
game:
arch: win32
exe: $GAMEDIR/drive_c/Program Files/Electronic Arts/The Lord of the Rings, The Rise of the Witch-king/lotrbfme2ep1.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: AutoRun.exe
- task:
arch: win32
description: Run Installer
executable: $DISC/AutoRun.exe
name: wineexec
prefix: $GAMEDIR
working_dir: $DISC
- task:
arch: win32
description: Install Official 2.01 patch
executable: patch2.01
name: wineexec
prefix: $GAMEDIR
- task:
arch: win32
description: Install Fan Patch 2.02
executable: patch2.02v800
name: wineexec
prefix: $GAMEDIR
- task:
arch: win32
description: Install Fan Patch 2.02 v8.40 updater
executable: patch2.02v840
name: wineexec
prefix: $GAMEDIR
requires: lord-of-the-rings-battle-for-middle-earth-ii