Added game Arcadelux.
This commit is contained in:
@@ -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"
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user