Keep in mind however that if you want to play e.g. on Deep Island, you’ll likely need to downgrade Wine to 1.5.x, but then Gehn will stop working. Managing multiple versions of Wine is possible, but not terribly exciting

If you have corrections or additions, post them here, so that more people can see them

The main problem I encountered was downloading MO:ULa’s datafiles, as under Wine I kept getting errors. So I ended up using the old fashioned method, i.e. installing MO:ULa first, then Gehn.
Code: Select all
GEHNPREFX=$HOME/gehnwine
WINEARCH=win32 WINEPREFIX=$GEHNPREFX winecfg
Now download both MO:ULa’s installer and Gehn’s installer, plus winetricks. Don’t forget to make the latter executable:
Code: Select all
chmod +x winetricks
Code: Select all
WINEPREFIX=$GEHNPREFX wine start /unix $HOME/MOULInstaller.exe
Code: Select all
WINEPREFIX=$GEHNPREFX $HOME/winetricks vcrun2015 d3dx10
Code: Select all
WINEPREFIX=$GEHNPREFX winecfg
Now navigate to $HOME/gehnwine/drive_c/Program\ Files/ and rename the Uru Live folder “Gehn Shard”.
Running the Gehn installer now will give an alert about the Gehn Shard folder not being empty. It’s fine of course

Code: Select all
WINEPREFIX=$GEHNPREFX wine start /unix $HOME/gehn_shard.exe
Hopefully, you should now be set. Use the following to launch the shard:
Code: Select all
WINEPREFIX=$HOME/gehnwine wine start /unix $HOME/gehnwine/drive_c/Program\ Files/Gehn\ Shard/UruLauncher.exe
Code: Select all
alias gehnshard="WINEPREFIX=$HOME/gehnwine wine start /unix $HOME/gehnwine/drive_c/Program\ Files/Gehn\ Shard/UruLauncher.exe"