Added game Arcadelux.

This commit is contained in:
Storm Dragon
2026-09-22 18:43:16 -04:00
parent 2ead52888d
commit 82edcc66b8
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# shellcheck shell=bash disable=SC2154 # cache, game, and WINEPREFIX are set by audiogame-manager
download "https://github.com/riadassoum/Arcadelux/releases/download/v1.0.0/Arcadelux1.0.0.zip"
export WINEARCH=win64
export winVer="win10"
install_wine_bottle
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/$game" "${cache}/Arcadelux1.0.0.zip"
if [[ ! -f "$WINEPREFIX/drive_c/Program Files/$game/Arcadelux.exe" ]]; then
echo "Arcadelux.exe was not extracted." >&2
exit 1
fi
add_launcher "c:\Program Files\\${game}\\Arcadelux.exe"
+1 -1
View File
@@ -822,7 +822,7 @@ game_launcher() {
get_bottle "${game[0]}" get_bottle "${game[0]}"
local wineVersion local wineVersion
wineVersion="$(wine --version)" wineVersion="$(wine --version)"
printf 'launching %s\n' "$wineVersion" echo "launching $wineVersion"
apply_swamp_quartz_override "${game[1]}" "$wineVersion" apply_swamp_quartz_override "${game[1]}" "$wineVersion"
# kill any previous existing wineservers for this prefix in case they didn't shut down properly. # kill any previous existing wineservers for this prefix in case they didn't shut down properly.
wineserver -k wineserver -k