Game "Executioner's Rage" added.
This commit is contained in:
parent
d442acce6a
commit
b34086fb38
@ -1164,6 +1164,7 @@ gameList=(
|
|||||||
"ESP Pinball Extreme"
|
"ESP Pinball Extreme"
|
||||||
"ESP Pinball Party Pack"
|
"ESP Pinball Party Pack"
|
||||||
#"Eurofly"
|
#"Eurofly"
|
||||||
|
"Executioner's Rage"
|
||||||
"Extant"
|
"Extant"
|
||||||
#"Fartman"
|
#"Fartman"
|
||||||
"Finger Panic"
|
"Finger Panic"
|
||||||
@ -2197,6 +2198,22 @@ download "https://erion.cf/files/ag_103.zip"
|
|||||||
add_launcher "c:\Eurofly\launcher.exe"
|
add_launcher "c:\Eurofly\launcher.exe"
|
||||||
echo "Note: On first and sometimes later launch, Eurofly may take a very long time to download required files, please be patient..."
|
echo "Note: On first and sometimes later launch, Eurofly may take a very long time to download required files, please be patient..."
|
||||||
;;
|
;;
|
||||||
|
"Executioner's Rage")
|
||||||
|
download "https://dl.tweesecake.app/rage/rage1.0.2.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"
|
||||||
|
export WINEARCH=win64
|
||||||
|
export winVer="win10"
|
||||||
|
install_wine_bottle
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/rage1.0.2.zip"
|
||||||
|
find "${WINEPREFIX}/drive_c/Program Files" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
|
||||||
|
add_launcher "c:\Program Files\rage\rage.exe"
|
||||||
|
url="https://techcake.games/games/executioners-rage/"
|
||||||
|
echo "Before you can login, you need to create an account at:"
|
||||||
|
echo "$url"
|
||||||
|
if echo "$url" | xclip -selection clipboard 2> /dev/null ; then
|
||||||
|
message+="\n\nThe URL has been copied to the clipboard."
|
||||||
|
fi
|
||||||
|
alert
|
||||||
|
;;
|
||||||
"Extant")
|
"Extant")
|
||||||
download "https://agarchive.net/games/other/extant.zip"
|
download "https://agarchive.net/games/other/extant.zip"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user