Removed the game "Fantasy Story II" because it is now natively accessible. It is now available in the new "Linux Game Manager" project: https://git.2mb.codes/~stormdragon2976/linux-game-manager

This commit is contained in:
Storm Dragon 2022-03-14 01:00:23 -04:00
parent 6d1230fcf9
commit 8f807f93eb

View File

@ -942,7 +942,6 @@ gameList=(
"ESP Pinball Party Pack" "ESP Pinball Party Pack"
#"Eurofly" #"Eurofly"
"Extant" "Extant"
"Fantasy Story II"
#"Fartman" #"Fartman"
"Finger Panic" "Finger Panic"
"Fuck That Bird" "Fuck That Bird"
@ -1787,13 +1786,6 @@ case "${game}" in
unzip -d "$WINEPREFIX/drive_c/Program Files/extant" "${cache}/extant.zip" unzip -d "$WINEPREFIX/drive_c/Program Files/extant" "${cache}/extant.zip"
add_launcher "c:\Program Files\extant\Extant.exe" add_launcher "c:\Program Files\extant\Extant.exe"
;; ;;
"Fantasy Story II")
export winVer="win10"
install_wine_bottle speechsdk
download "https://stormgames.wolfe.casa/downloads/FS2_2.2_Windows_x86.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/FS2_2.2_Windows_x86.zip"
add_launcher "c:\Program Files\FS2_2.2_Windows_x86\FantasyStory2.exe"
;;
"Fartman") "Fartman")
install_wine_bottle dx8vb vb6run install_wine_bottle dx8vb vb6run
download "http://www.agarchive.net/games/bpc/fartman.exe" download "http://www.agarchive.net/games/bpc/fartman.exe"