Eurofly seems to work. No idea how to use it, but well that's what documentation is for! Lol
This commit is contained in:
parent
e191c6dbfc
commit
4a7a726c7c
@ -998,7 +998,7 @@ gameList=(
|
|||||||
"ESP Pinball Classic"
|
"ESP Pinball Classic"
|
||||||
"ESP Pinball Extreme"
|
"ESP Pinball Extreme"
|
||||||
"ESP Pinball Party Pack"
|
"ESP Pinball Party Pack"
|
||||||
#"Eurofly"
|
"Eurofly"
|
||||||
"Extant"
|
"Extant"
|
||||||
#"Fartman"
|
#"Fartman"
|
||||||
"Finger Panic"
|
"Finger Panic"
|
||||||
@ -1927,11 +1927,13 @@ case "${game}" in
|
|||||||
"Eurofly")
|
"Eurofly")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
export winetricksSettings="vd=1024x768"
|
export winetricksSettings="vd=1024x768"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk comctl32
|
||||||
download "http://www.stefankiss.sk/programy/eurofly/Launcher_1.2.zip" "http://www.stefankiss.sk/programy/eurofly/Eurofly_2_ful_setup.exe"
|
#download "http://www.stefankiss.sk/programy/eurofly/Launcher_1.2.zip" "http://www.stefankiss.sk/programy/eurofly/Eurofly_2_ful_setup.exe"
|
||||||
|
download "https://www.stefankiss.sk/files/eurofly2/Launcher_1.2.zip" "https://www.stefankiss.sk/files/eurofly2/Eurofly_2_ful_setup.exe"
|
||||||
wine "${cache}/Eurofly_2_ful_setup.exe" /silent
|
wine "${cache}/Eurofly_2_ful_setup.exe" /silent
|
||||||
unzip -d "$WINEPREFIX/drive_c/Eurofly" "${cache}/Launcher_1.2.zip"
|
unzip -o -d "$WINEPREFIX/drive_c/Eurofly" "${cache}/Launcher_1.2.zip"
|
||||||
add_launcher "c:\Eurofly\launcher.exe"
|
add_launcher "c:\Eurofly\launcher.exe"
|
||||||
|
echo "Note: On first and sometimes later launch, Eurofly may take a very long time to download required files, please be patient..."
|
||||||
;;
|
;;
|
||||||
"Extant")
|
"Extant")
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user