Hello,
I need help, this a script I wrote for Lutris to install Rayman Origins from Lutris:
files:
- setup: N/A:Select the GOG setup exe
game:
arch: win64
exe: drive_c/GOG Games/Rayman Origins/Rayman Origins.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- task:
args: /SP- /SUPPRESSMSGBOXES
description: Installing Rayman Origins
executable: setup
name: wineexec
prefix: $GAMEDIR
- task:
app: d3dcompiler_47
name: winetricks
prefix: $GAMEDIR
- execute:
file: drive_c/GOG Games/Rayman Origins/language_setup.exe
First thing: I would like Lutris install winetricks stuff before to begin install
Second: At the end of the install, when I quit the setup, I would like to launch the language program for the user to choose his preferred language.
For the moment winetricks executed after Rayman install and at the end Lutris can not find the language_setup.exe file.
How to change my script to obtain this result?
Thanks.