Combined l-works game into a single bottle. Will require user intervention to fix launcher or just reinstall the games.

This commit is contained in:
stormdragon2976 2022-01-03 18:12:17 -05:00
parent 3fdd5b5650
commit cabbadc05a

View File

@ -357,6 +357,14 @@ get_bottle() {
# Handles games that use the same wine bottle # Handles games that use the same wine bottle
case "${game}" in case "${game}" in
"bg-"*) export WINEPREFIX="${HOME}/.local/wine/bg";; "bg-"*) export WINEPREFIX="${HOME}/.local/wine/bg";;
# l-works games group
"duck-hunt"*) ;&
"judgement-day"*) ;&
"lockpick"*) ;&
"pigeon-panic"*) ;&
"super-egg-hunt"*) ;&
"super-liam"*) ;&
"the-great-toy-robbery"*) export WINEPREFIX="${HOME}/.local/wine/l-works";;
# Oriol Gomez games group # Oriol Gomez games group
"beatstar-pro"*) ;& "beatstar-pro"*) ;&
"bombercats"*) ;& "bombercats"*) ;&
@ -1595,6 +1603,7 @@ case "${game}" in
add_launcher "c:\Program Files\reality software\death match project alpha\dm1.exe" add_launcher "c:\Program Files\reality software\death match project alpha\dm1.exe"
;; ;;
"Duck Hunt") "Duck Hunt")
export bottle="l-works"
install_wine_bottle vb6run dx8vb speechsdk install_wine_bottle vb6run dx8vb speechsdk
download "http://files.l-works.net/dhsetup.exe" download "http://files.l-works.net/dhsetup.exe"
wine "${cache}/dhsetup.exe" /silent wine "${cache}/dhsetup.exe" /silent
@ -1861,6 +1870,7 @@ EOF
add_launcher "c:\Program Files\Lighttech Interactive\Light Cars\lightCars.exe" add_launcher "c:\Program Files\Lighttech Interactive\Light Cars\lightCars.exe"
;; ;;
"Lockpick") "Lockpick")
export bottle="l-works"
install_wine_bottle vb6run dx8vb install_wine_bottle vb6run dx8vb
download "http://files.l-works.net/lockpicksetup.exe" download "http://files.l-works.net/lockpicksetup.exe"
wine "${cache}/lockpicksetup.exe" /silent wine "${cache}/lockpicksetup.exe" /silent
@ -1999,6 +2009,7 @@ EOF
add_launcher "c:\Program Files\Perilous Hearts Concept Demo\perilous_hearts.exe" add_launcher "c:\Program Files\Perilous Hearts Concept Demo\perilous_hearts.exe"
;; ;;
"Pigeon Panic") "Pigeon Panic")
export bottle="l-works"
install_wine_bottle vb6run dx8vb install_wine_bottle vb6run dx8vb
download "http://agarchive.net/games/lworks/pigeon%20panic%20setup.exe" download "http://agarchive.net/games/lworks/pigeon%20panic%20setup.exe"
wine "${cache}/pigeon panic setup.exe" /silent wine "${cache}/pigeon panic setup.exe" /silent
@ -2150,12 +2161,14 @@ EOF
add_launcher "c:\Program Files\SuperDog's Bone Hunt\sbh.exe" add_launcher "c:\Program Files\SuperDog's Bone Hunt\sbh.exe"
;; ;;
"Super Egg Hunt") "Super Egg Hunt")
export bottle="l-works"
install_wine_bottle install_wine_bottle
download "http://files.l-works.net/superegghuntsetup.exe" download "http://files.l-works.net/superegghuntsetup.exe"
wine "${cache}/superegghuntsetup.exe" /silent wine "${cache}/superegghuntsetup.exe" /silent
add_launcher "c:\Program Files\Lworks\super egg hunt\superegghunt.exe" add_launcher "c:\Program Files\Lworks\super egg hunt\superegghunt.exe"
;; ;;
"Super Liam") "Super Liam")
export bottle="l-works"
install_wine_bottle vb6run dx8vb install_wine_bottle vb6run dx8vb
download "http://files.l-works.net/superliamsetup.exe" download "http://files.l-works.net/superliamsetup.exe"
wine "${cache}/superliamsetup.exe" /silent wine "${cache}/superliamsetup.exe" /silent
@ -2226,6 +2239,7 @@ EOF
add_launcher "c:\Program Files\VGStorm.com\The Gate\gate.exe" add_launcher "c:\Program Files\VGStorm.com\The Gate\gate.exe"
;; ;;
"The Great Toy Robbery") "The Great Toy Robbery")
export bottle="l-works"
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk
download "http://files.l-works.net/tgtrsetup_2.04.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" download "http://files.l-works.net/tgtrsetup_2.04.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"