diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d0ed1f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.x.c +*.x diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 851326e..b0da003 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -174,7 +174,6 @@ gameList=( "The Blind Swordsman" "Technoshock" "Top Speed 3" - "Three D Velocity" "Q9" "RS Games" "Undead Assault" @@ -276,14 +275,6 @@ case "${game}" in rm -f "$WINEPREFIX/drive_c/Program Files/theblindswordsmanPC.zip" add_launcher "c:\Program Files\TheBlindSwordsman.exe" ;; - "Three D Velocity") - export winVer="win7" - install_wine_bottle speechsdk dotnet472 - wget -O "$WINEPREFIX/drive_c/Program Files/master.zip" "https://github.com/munawarb/Three-D-Velocity-Binaries/archive/master.zip" - unzip -d "$WINEPREFIX/drive_c/Program Files" "$WINEPREFIX/drive_c/Program Files/master.zip" - rm -f "$WINEPREFIX/drive_c/Program Files/master.zip" - add_launcher "c:\Program Files\Three-D-Velocity-Binaries-master\tdv.exe" - ;; "Technoshock") install_wine_bottle wget -O "$WINEPREFIX/drive_c/Program Files/technoshock_140b_en.zip" "http://tiflocomp.ru/download/games/technoshock_140b_en.zip" @@ -312,7 +303,7 @@ case "${game}" in ;; "RS Games") # Does not speak with sapi. - install_wine_bottle speechsdk + install_wine_bottle speechsdk vcrun6 wget -O "$WINEPREFIX/drive_c/Program Files/rsgames-client-setup-2.01.exe" "http://rsgames.org/rsdownloads/rsgclient/rsgames-client-setup-2.01.exe" wine "$WINEPREFIX/drive_c/Program Files/rsgames-client-setup-2.01.exe" /silent add_launcher "c:\Program Files\RS Games Client\rsg.exe"