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:
parent
6d1230fcf9
commit
8f807f93eb
@ -942,7 +942,6 @@ gameList=(
|
||||
"ESP Pinball Party Pack"
|
||||
#"Eurofly"
|
||||
"Extant"
|
||||
"Fantasy Story II"
|
||||
#"Fartman"
|
||||
"Finger Panic"
|
||||
"Fuck That Bird"
|
||||
@ -1787,13 +1786,6 @@ case "${game}" in
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/extant" "${cache}/extant.zip"
|
||||
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")
|
||||
install_wine_bottle dx8vb vb6run
|
||||
download "http://www.agarchive.net/games/bpc/fartman.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user