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:
parent
3fdd5b5650
commit
cabbadc05a
@ -357,6 +357,14 @@ get_bottle() {
|
||||
# Handles games that use the same wine bottle
|
||||
case "${game}" in
|
||||
"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
|
||||
"beatstar-pro"*) ;&
|
||||
"bombercats"*) ;&
|
||||
@ -1595,6 +1603,7 @@ case "${game}" in
|
||||
add_launcher "c:\Program Files\reality software\death match project alpha\dm1.exe"
|
||||
;;
|
||||
"Duck Hunt")
|
||||
export bottle="l-works"
|
||||
install_wine_bottle vb6run dx8vb speechsdk
|
||||
download "http://files.l-works.net/dhsetup.exe"
|
||||
wine "${cache}/dhsetup.exe" /silent
|
||||
@ -1861,6 +1870,7 @@ EOF
|
||||
add_launcher "c:\Program Files\Lighttech Interactive\Light Cars\lightCars.exe"
|
||||
;;
|
||||
"Lockpick")
|
||||
export bottle="l-works"
|
||||
install_wine_bottle vb6run dx8vb
|
||||
download "http://files.l-works.net/lockpicksetup.exe"
|
||||
wine "${cache}/lockpicksetup.exe" /silent
|
||||
@ -1999,6 +2009,7 @@ EOF
|
||||
add_launcher "c:\Program Files\Perilous Hearts Concept Demo\perilous_hearts.exe"
|
||||
;;
|
||||
"Pigeon Panic")
|
||||
export bottle="l-works"
|
||||
install_wine_bottle vb6run dx8vb
|
||||
download "http://agarchive.net/games/lworks/pigeon%20panic%20setup.exe"
|
||||
wine "${cache}/pigeon panic setup.exe" /silent
|
||||
@ -2150,12 +2161,14 @@ EOF
|
||||
add_launcher "c:\Program Files\SuperDog's Bone Hunt\sbh.exe"
|
||||
;;
|
||||
"Super Egg Hunt")
|
||||
export bottle="l-works"
|
||||
install_wine_bottle
|
||||
download "http://files.l-works.net/superegghuntsetup.exe"
|
||||
wine "${cache}/superegghuntsetup.exe" /silent
|
||||
add_launcher "c:\Program Files\Lworks\super egg hunt\superegghunt.exe"
|
||||
;;
|
||||
"Super Liam")
|
||||
export bottle="l-works"
|
||||
install_wine_bottle vb6run dx8vb
|
||||
download "http://files.l-works.net/superliamsetup.exe"
|
||||
wine "${cache}/superliamsetup.exe" /silent
|
||||
@ -2226,6 +2239,7 @@ EOF
|
||||
add_launcher "c:\Program Files\VGStorm.com\The Gate\gate.exe"
|
||||
;;
|
||||
"The Great Toy Robbery")
|
||||
export bottle="l-works"
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "http://files.l-works.net/tgtrsetup_2.04.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user