Added .gitignore, removed non-working games.
This commit is contained in:
parent
538dd2e049
commit
e9bc027842
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.x.c
|
||||
*.x
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user