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%|*}";;
|
*) export WINEPREFIX="${HOME}/.local/wine/${game%|*}";;
|
||||||
esac
|
esac
|
||||||
# Wine version for bottles
|
# Wine version for bottles
|
||||||
|
if [[ "$game" =~ entombed ]]; then
|
||||||
|
install_wine "6.18" "32"
|
||||||
|
fi
|
||||||
if [[ "$game" =~ rs-games ]]; then
|
if [[ "$game" =~ rs-games ]]; then
|
||||||
install_wine "7.0" "32"
|
install_wine "7.0" "32"
|
||||||
fi
|
fi
|
||||||
@ -861,9 +864,6 @@ game_launcher() {
|
|||||||
wine "$winePath\\$wineExec"
|
wine "$winePath\\$wineExec"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if [[ "$game" =~ entombed ]]; then
|
|
||||||
export version="7.0"
|
|
||||||
fi
|
|
||||||
if [[ "$game" =~ screaming-strike-2 ]]; then
|
if [[ "$game" =~ screaming-strike-2 ]]; then
|
||||||
pushd "$(winepath "$winePath")"
|
pushd "$(winepath "$winePath")"
|
||||||
${wine} "$wineExec"
|
${wine} "$wineExec"
|
||||||
@ -1126,6 +1126,7 @@ gameList=(
|
|||||||
"Super Mario Bros"
|
"Super Mario Bros"
|
||||||
"Survive the Wild"
|
"Survive the Wild"
|
||||||
"Swamp"
|
"Swamp"
|
||||||
|
"Tactical Battle"
|
||||||
"Technoshock"
|
"Technoshock"
|
||||||
"Ten Pin Alley"
|
"Ten Pin Alley"
|
||||||
"The Blind Swordsman"
|
"The Blind Swordsman"
|
||||||
@ -1980,7 +1981,7 @@ case "${game}" in
|
|||||||
add_launcher "c:\Program Files\Endless Runner\runner.exe"
|
add_launcher "c:\Program Files\Endless Runner\runner.exe"
|
||||||
;;
|
;;
|
||||||
"Entombed")
|
"Entombed")
|
||||||
export version="7.0"
|
export version="6.18"
|
||||||
install_wine "$version" "32"
|
install_wine "$version" "32"
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk msvcrt40 gdiplus ie7 wmp11 mf
|
install_wine_bottle speechsdk msvcrt40 gdiplus ie7 wmp11 mf
|
||||||
@ -2739,6 +2740,14 @@ EOF
|
|||||||
fi
|
fi
|
||||||
add_launcher "c:\Program Files\swamp\Swamp.exe"
|
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")
|
"Technoshock")
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
download "http://tiflocomp.ru/download/games/technoshock_140b_en.zip" "http://tiflocomp.ru/download/games/technoshock140b_en_update.zip"
|
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