From 909c67f26ae2ee3a8f57de928310f6a185079b8d Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 3 Jan 2021 21:15:13 -0500 Subject: [PATCH] More work on Eurofly. --- audiogame-manager.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 63c2f44..8451745 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -737,11 +737,12 @@ case "${game}" in ;; "Eurofly") export winVer="win7" + export winetricksSettings="vd=1024x768" install_wine_bottle speechsdk download "http://www.stefankiss.sk/programy/eurofly/Launcher_1.2.zip" "http://www.stefankiss.sk/programy/eurofly/Eurofly_2_ful_setup.exe" wine "${cache}/Eurofly_2_ful_setup.exe" /silent - #unzip -d "$WINEPREFIX/drive_c/Program Files/Eurofly" "${cache}/Launcher_1.2.zip" - #add_launcher "c:\Program Files\Eurofly\launcher.exe" + unzip -d "$WINEPREFIX/drive_c/Eurofly" "${cache}/Launcher_1.2.zip" + add_launcher "c:\Eurofly\launcher.exe" ;; "Fantasy Story II") export winVer="win10" @@ -1099,7 +1100,7 @@ EOF ;; "Swamp") export winVer="win7" - winetricksSettings="vd=1024x768" + export winetricksSettings="vd=1024x768" install_wine_bottle vb6run dx8vb quartz speechsdk corefonts download "https://kaldobsky.com/audiogames/SwampPart1.zip" "https://kaldobsky.com/audiogames/SwampPart2.zip" unzip -d "$WINEPREFIX/drive_c/Program Files/swamp" "${cache}/SwampPart1.zip"