Removed games Golden Crayon because it seems to not exist any more and Future Life because it didn't fully work and its feature is unclear.
This commit is contained in:
parent
cabbadc05a
commit
728266f8b4
@ -913,9 +913,7 @@ gameList=(
|
|||||||
#"Fartman"
|
#"Fartman"
|
||||||
"Finger Panic"
|
"Finger Panic"
|
||||||
"Fuck That Bird"
|
"Fuck That Bird"
|
||||||
#"Future Life"
|
|
||||||
"GMA Tank Commander"
|
"GMA Tank Commander"
|
||||||
"Golden Crayon"
|
|
||||||
"Hammer of Glory"
|
"Hammer of Glory"
|
||||||
#"Hearthstone"
|
#"Hearthstone"
|
||||||
"Hunter"
|
"Hunter"
|
||||||
@ -1716,22 +1714,6 @@ case "${game}" in
|
|||||||
unzip -d "$WINEPREFIX/drive_c/Program Files/fuck that bird" "${cache}/bird_en.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files/fuck that bird" "${cache}/bird_en.zip"
|
||||||
add_launcher "c:\Program Files\fuck that bird\game.exe"
|
add_launcher "c:\Program Files\fuck that bird\game.exe"
|
||||||
;;
|
;;
|
||||||
"Future Life")
|
|
||||||
export winVer="win7"
|
|
||||||
install_wine_bottle speechsdk
|
|
||||||
download "https://teknolojihakkindahersey.net/future_life.zip"
|
|
||||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/future_life.zip"
|
|
||||||
find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
|
|
||||||
add_launcher "c:\Program Files\Future Life\future_life.exe"
|
|
||||||
;;
|
|
||||||
"Golden Crayon")
|
|
||||||
export winVer="win7"
|
|
||||||
install_wine_bottle speechsdk
|
|
||||||
download "http://tunmi13.ddns.net/projects/golden_crayon.zip"
|
|
||||||
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/golden_crayon.zip"
|
|
||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
|
||||||
add_launcher "c:\Program Files\\golden_crayon\gc.exe"
|
|
||||||
;;
|
|
||||||
"GMA Tank Commander")
|
"GMA Tank Commander")
|
||||||
install_wine_bottle vb6run dx8vb speechsdk
|
install_wine_bottle vb6run dx8vb speechsdk
|
||||||
download "http://www.gmagames.com/gtc120.exe"
|
download "http://www.gmagames.com/gtc120.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user