-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLutris_Installer.yaml
75 lines (72 loc) · 2.25 KB
/
Lutris_Installer.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: FusionFall Retro
game_slug: fusionfall-retro
version: fusionfall-retro-installer-DEV
slug: fusionfall-retro-installer
runner: wine
# Authors: Wolfizen
# Contributors: Stellarspace
script:
files:
- setup: https://cdn.fusionfalluniverse.com/launcher/ULInstaller.exe
game:
arch: win32
exe: $GAMEDIR/dosdevices/c:/Program Files/FusionFall Universe/UniverseLauncher.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR/dosdevices/c:/Program Files/FusionFall Universe/
installer:
- task:
name: create_prefix
arch: win32
description: Creating 32-bit Wine prefix
prefix: $GAMEDIR
- task:
name: winetricks
app: vcrun2017
description: Installing vcrun2017
prefix: $GAMEDIR
- task:
name: winetricks
app: d3dx11_43
description: Installing d3dx11_43
prefix: $GAMEDIR
- task:
name: winetricks
app: d3dcompiler_47
description: Installing d3dcompiler_47
prefix: $GAMEDIR
- task:
name: winetricks
app: win7
description: Setting Wine to Windows 7
prefix: $GAMEDIR
- input_menu:
description: |
ATTENTION! In order for this game to install successfully, the launcher needs to be run a single time to download extra required files.
Steps:
* At the end of the following installer, check the box to "Run FusionFall Universe".
* Log in to your FusionFall Universe account.
* Press "Play Now" in the launcher.
* The game will start, and then exit with an error. This is expected.
* Close the launcher.
options:
- y: I understand
preselect: y
- task:
name: wineexec
executable: setup
description: Running FusionFall Retro Installer
prefix: $GAMEDIR
- execute:
description: Fix Unity Web Player files
command: >
rm -r "$GAMEDIR/dosdevices/c:/users/$USER/AppData/LocalLow/Unity/WebPlayer" &&
ln -s "$GAMEDIR/dosdevices/c:/users/$USER/Application Data/FusionFall Universe/Games/Retro/WebPlayer"
"$GAMEDIR/dosdevices/c:/users/$USER/AppData/LocalLow/Unity/WebPlayer"
- task:
name: winekill
prefix: $GAMEDIR
wine:
version: lutris-4.20-x86_64
# version: tkg-unity-4.5-x86_64
dxvk: true
esync: true