Added one new game, Lockpick.
This commit is contained in:
parent
eff26b3c04
commit
37a7ae2ccc
@ -188,6 +188,7 @@ gameList=(
|
|||||||
"Bloodshed"
|
"Bloodshed"
|
||||||
"Kitchensinc Games"
|
"Kitchensinc Games"
|
||||||
"Light Cars"
|
"Light Cars"
|
||||||
|
"Lockpick"
|
||||||
"Shades of Doom"
|
"Shades of Doom"
|
||||||
"Super Egg Hunt"
|
"Super Egg Hunt"
|
||||||
"Super Liam"
|
"Super Liam"
|
||||||
@ -258,6 +259,13 @@ case "${game}" in
|
|||||||
add_launcher "c:\Program Files\Lighttech Interactive\Light Cars\lightCars.exe"
|
add_launcher "c:\Program Files\Lighttech Interactive\Light Cars\lightCars.exe"
|
||||||
rm -f "$WINEPREFIX/drive_c/Program Files/light cars setup.exe"
|
rm -f "$WINEPREFIX/drive_c/Program Files/light cars setup.exe"
|
||||||
;;
|
;;
|
||||||
|
"Lockpick")
|
||||||
|
install_wine_bottle vb6run dx8vb
|
||||||
|
wget -O "$WINEPREFIX/drive_c/Program Files/lockpicksetup.exe" "http://files.l-works.net/lockpicksetup.exe"
|
||||||
|
wine "$WINEPREFIX/drive_c/Program Files/lockpicksetup.exe" /silent
|
||||||
|
add_launcher "c:\Program Files\lWorks\Lockpick\lockpick.exe"
|
||||||
|
rm -f "$WINEPREFIX/drive_c/Program Files/lockpicksetup.exe"
|
||||||
|
;;
|
||||||
"Shades of Doom")
|
"Shades of Doom")
|
||||||
install_wine_bottle vcrun6
|
install_wine_bottle vcrun6
|
||||||
wget -O "$WINEPREFIX/drive_c/Program Files/sod20022.exe" "http://www.gmagames.com/sod20022.exe"
|
wget -O "$WINEPREFIX/drive_c/Program Files/sod20022.exe" "http://www.gmagames.com/sod20022.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user