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"