the wine + GOG version, I changed the script to not install mono and gecko, because mono conflicts with dotnet them the game closes just before launch.
The GOG + MPLAT version, here I use a external script to install the Media Foundation Platform library, without it the game don’t show the background.
I’m posting here, because, I submited a working install script, before, but I think that the approved script is a wrong version, that I sent before without the necessary modifications.
In case of the moderation have any question, just ask here.
pushd and popd are bash tools for operating directory stack. What he does here is equivalent to cd "$CACHE"; …; cd - (change dir to $CACHE, run the script, then return)
in the second script this line is also important, because the mf-install script need the same wine executable to install mfplat in the prefix, I try to figure out how to get the wine version from the lutris enviroment but I cant find how. This is the best solution that I find. If anyone know how to get the wine executable being used, would be nice to improve the script.
mfplat is also important without this, the game not show the background, the game only show some text in a black screen.