Removed road to rage because it does not have plain old sapi support as far as I can tell.
This commit is contained in:
parent
a876df27d7
commit
a18ed1fc32
@ -103,6 +103,8 @@ help() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_wine_bottle() {
|
install_wine_bottle() {
|
||||||
|
# 32 bit installations work best and are the default here, if you need to override it, do it in the game specific installation steps.
|
||||||
|
export WINEARCH="${WINEARCH:-win32}"
|
||||||
local bottle="${game,,}"
|
local bottle="${game,,}"
|
||||||
bottle="${bottle//[[:space:]]/-}"
|
bottle="${bottle//[[:space:]]/-}"
|
||||||
mkdir -p "$HOME/.local/wine/${bottle}"
|
mkdir -p "$HOME/.local/wine/${bottle}"
|
||||||
@ -279,8 +281,6 @@ cache="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/cache"
|
|||||||
configFile="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/games.conf"
|
configFile="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/games.conf"
|
||||||
mkdir -p "${cache}"
|
mkdir -p "${cache}"
|
||||||
mkdir -p "${configFile%/*}"
|
mkdir -p "${configFile%/*}"
|
||||||
# 32 bit installations work best and are the default here, if you need to override it, do it in the game specific installation steps.
|
|
||||||
export WINEARCH=win32
|
|
||||||
# Turn off debug messages
|
# Turn off debug messages
|
||||||
export WINEDEBUG="-all"
|
export WINEDEBUG="-all"
|
||||||
# During installation, you can set winVer to the versions available.
|
# During installation, you can set winVer to the versions available.
|
||||||
@ -308,7 +308,6 @@ gameList=(
|
|||||||
"Super Liam"
|
"Super Liam"
|
||||||
"Swamp"
|
"Swamp"
|
||||||
"The Blind Swordsman"
|
"The Blind Swordsman"
|
||||||
"The Road to Rage"
|
|
||||||
"Technoshock"
|
"Technoshock"
|
||||||
"Top Speed 3"
|
"Top Speed 3"
|
||||||
"Q9"
|
"Q9"
|
||||||
@ -450,17 +449,6 @@ case "${game}" in
|
|||||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/theblindswordsmanPC.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/theblindswordsmanPC.zip"
|
||||||
add_launcher "c:\Program Files\TheBlindSwordsman.exe"
|
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")
|
"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