Removed game "Revenge of the Undead". This game has proven to be quite unstable as far as admin goes. Also, when it does work, server lag tends to render it unplayable. Unless something extremely drastic changes, I seriously doube this one will be coming back to AGM.

This commit is contained in:
Storm Dragon
2021-10-14 23:17:40 -04:00
parent 0c05d98bc9
commit 64a6fa04ad
2 changed files with 0 additions and 58 deletions

View File

@ -892,7 +892,6 @@ gameList=(
"Pontes Kickups!"
#"Psycho Strike"
"Q9"
#"Revenge of the Undead"
"Rhythm Rage"
#"River raiders"
"RS Games"
@ -1926,14 +1925,6 @@ EOF
wine "${cache}/q9_english_installer.exe" /silent
add_launcher "c:\Program Files\Q9 Action Game\q9.exe"
;;
"Revenge of the Undead")
export winVer="win7"
install_wine_bottle speechsdk
download "https://ims-productions.com/downloads/rotu.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/revenge of the undead" "${cache}/rotu.zip"
find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
add_launcher "c:\Program Files\revenge of the undead\rotu.exe"
;;
"Rhythm Rage")
export bottle="oriol-gomez"
export winVer="win7"