Added game Golden Crayon.

This commit is contained in:
Storm Dragon 2021-05-03 00:11:50 -04:00
parent 4bd54f7828
commit f6ed48ecbe

View File

@ -621,6 +621,7 @@ gameList=(
"Finger Panic"
"Fuck That Bird"
"GMA Tank Commander"
"Golden Crayon"
"Hammer of Glory"
"Hunter"
"Insect Therapy"
@ -933,6 +934,14 @@ case "${game}" in
unzip -d "$WINEPREFIX/drive_c/Program Files/fuck that bird" "${cache}/bird_en.zip"
add_launcher "c:\Program Files\fuck that bird/game.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 rm -fv "{}" \;
add_launcher "c:\Program Files\\golden_crayon/gc.exe"
;;
"GMA Tank Commander")
install_wine_bottle vb6run dx8vb speechsdk
download "http://www.gmagames.com/gtc120.exe"