Added game "Tactical Battle".
This commit is contained in:
parent
dd1007dce1
commit
ecec18417e
@ -356,6 +356,9 @@ get_bottle() {
|
||||
*) export WINEPREFIX="${HOME}/.local/wine/${game%|*}";;
|
||||
esac
|
||||
# Wine version for bottles
|
||||
if [[ "$game" =~ entombed ]]; then
|
||||
install_wine "6.18" "32"
|
||||
fi
|
||||
if [[ "$game" =~ rs-games ]]; then
|
||||
install_wine "7.0" "32"
|
||||
fi
|
||||
@ -861,9 +864,6 @@ game_launcher() {
|
||||
wine "$winePath\\$wineExec"
|
||||
exit 0
|
||||
fi
|
||||
if [[ "$game" =~ entombed ]]; then
|
||||
export version="7.0"
|
||||
fi
|
||||
if [[ "$game" =~ screaming-strike-2 ]]; then
|
||||
pushd "$(winepath "$winePath")"
|
||||
${wine} "$wineExec"
|
||||
@ -1126,6 +1126,7 @@ gameList=(
|
||||
"Super Mario Bros"
|
||||
"Survive the Wild"
|
||||
"Swamp"
|
||||
"Tactical Battle"
|
||||
"Technoshock"
|
||||
"Ten Pin Alley"
|
||||
"The Blind Swordsman"
|
||||
@ -1980,7 +1981,7 @@ case "${game}" in
|
||||
add_launcher "c:\Program Files\Endless Runner\runner.exe"
|
||||
;;
|
||||
"Entombed")
|
||||
export version="7.0"
|
||||
export version="6.18"
|
||||
install_wine "$version" "32"
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk msvcrt40 gdiplus ie7 wmp11 mf
|
||||
@ -2739,6 +2740,14 @@ EOF
|
||||
fi
|
||||
add_launcher "c:\Program Files\swamp\Swamp.exe"
|
||||
;;
|
||||
"Tactical Battle")
|
||||
install_wine_bottle speechsdk
|
||||
LC_ALL=C DISPLAY="" winetricks -q dotnet462
|
||||
${wine}server -k
|
||||
download "https://blindgamers.com/downloads/Tactical%20Battle%20Dev.zip"
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/Tactical Battle" "${cache}/Tactical Battle Dev.zip"
|
||||
add_launcher "c:\Program Files\Tactical Battle\Tactical Battle.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