More work on Eurofly.
This commit is contained in:
parent
df3f91ef66
commit
909c67f26a
@ -737,11 +737,12 @@ case "${game}" in
|
|||||||
;;
|
;;
|
||||||
"Eurofly")
|
"Eurofly")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
|
export winetricksSettings="vd=1024x768"
|
||||||
install_wine_bottle speechsdk
|
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"
|
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
|
wine "${cache}/Eurofly_2_ful_setup.exe" /silent
|
||||||
#unzip -d "$WINEPREFIX/drive_c/Program Files/Eurofly" "${cache}/Launcher_1.2.zip"
|
unzip -d "$WINEPREFIX/drive_c/Eurofly" "${cache}/Launcher_1.2.zip"
|
||||||
#add_launcher "c:\Program Files\Eurofly\launcher.exe"
|
add_launcher "c:\Eurofly\launcher.exe"
|
||||||
;;
|
;;
|
||||||
"Fantasy Story II")
|
"Fantasy Story II")
|
||||||
export winVer="win10"
|
export winVer="win10"
|
||||||
@ -1099,7 +1100,7 @@ EOF
|
|||||||
;;
|
;;
|
||||||
"Swamp")
|
"Swamp")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
winetricksSettings="vd=1024x768"
|
export winetricksSettings="vd=1024x768"
|
||||||
install_wine_bottle vb6run dx8vb quartz speechsdk corefonts
|
install_wine_bottle vb6run dx8vb quartz speechsdk corefonts
|
||||||
download "https://kaldobsky.com/audiogames/SwampPart1.zip" "https://kaldobsky.com/audiogames/SwampPart2.zip"
|
download "https://kaldobsky.com/audiogames/SwampPart1.zip" "https://kaldobsky.com/audiogames/SwampPart2.zip"
|
||||||
unzip -d "$WINEPREFIX/drive_c/Program Files/swamp" "${cache}/SwampPart1.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files/swamp" "${cache}/SwampPart1.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user