Merge branch 'testing' of https://gitlab.com/stormdragon2976/audiogame-manager into testing
This commit is contained in:
commit
e4a815c7e3
@ -118,7 +118,7 @@ checklist() {
|
|||||||
if command -v xclip &> /dev/null ; then
|
if command -v xclip &> /dev/null ; then
|
||||||
echo "Xclip is installed."
|
echo "Xclip is installed."
|
||||||
else
|
else
|
||||||
errorList+=("Warning: Xclip is not installed. Some games may not speak.")
|
errorList+=("Warning: Xclip is not installed. Some games may not speak or register properly.")
|
||||||
fi
|
fi
|
||||||
if command -v xdotool &> /dev/null ; then
|
if command -v xdotool &> /dev/null ; then
|
||||||
echo "Xdotool is installed."
|
echo "Xdotool is installed."
|
||||||
@ -392,6 +392,7 @@ gameList=(
|
|||||||
"Pontes Kickups!"
|
"Pontes Kickups!"
|
||||||
"Q9"
|
"Q9"
|
||||||
"Revenge of the Undead"
|
"Revenge of the Undead"
|
||||||
|
"Rhythm Rage"
|
||||||
"RS Games"
|
"RS Games"
|
||||||
"Run For Your Life"
|
"Run For Your Life"
|
||||||
"Sequence Storm"
|
"Sequence Storm"
|
||||||
@ -662,6 +663,14 @@ case "${game}" in
|
|||||||
rm -fv "${WINEPREFIX}/drive_c/Program Files/rotu/nvdaControllerClient32.dll"
|
rm -fv "${WINEPREFIX}/drive_c/Program Files/rotu/nvdaControllerClient32.dll"
|
||||||
add_launcher "c:\Program Files\rotu\rotu.exe"
|
add_launcher "c:\Program Files\rotu\rotu.exe"
|
||||||
;;
|
;;
|
||||||
|
"Rhythm Rage")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
download "http://oriolgomez.com/games/rr_en.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/rhythm rage" "${cache}/rr_en.zip"
|
||||||
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||||
|
add_launcher "c:\Program Files\rhythm rage/game.exe"
|
||||||
|
;;
|
||||||
"RS Games")
|
"RS Games")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user