Merged to master.
This commit is contained in:
parent
d9489819b7
commit
c3a7e39def
@ -308,7 +308,6 @@ gameList=(
|
||||
"Super Liam"
|
||||
"Swamp"
|
||||
"The Blind Swordsman"
|
||||
"The Road to Rage"
|
||||
"Technoshock"
|
||||
"Top Speed 3"
|
||||
"Q9"
|
||||
@ -450,17 +449,6 @@ case "${game}" in
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/theblindswordsmanPC.zip"
|
||||
add_launcher "c:\Program Files\TheBlindSwordsman.exe"
|
||||
;;
|
||||
"The Road to Rage")
|
||||
if [[ "$(uname -m)" != "x86_64" ]]; then
|
||||
echo "Sorry, this game is only supported on 64 bit systems."
|
||||
exit 0
|
||||
fi
|
||||
export WINEARCH=win64
|
||||
install_wine_bottle speechsdk
|
||||
download "https://iamtalon.me/games/rtr_ultimate.zip"
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/rtr_ultimate.zip"
|
||||
add_launcher "c:\Program Files\rtr_Ultimate\trtr.exe"
|
||||
;;
|
||||
"Technoshock")
|
||||
install_wine_bottle
|
||||
download "http://tiflocomp.ru/download/games/technoshock_140b_en.zip" "http://tiflocomp.ru/download/games/technoshock140b_en_update.zip"
|
||||
|
Loading…
Reference in New Issue
Block a user