Latest code.
This commit is contained in:
parent
c432af8ff0
commit
59b5c7bb9d
@ -165,11 +165,13 @@ gameList=(
|
|||||||
"Bloodshed"
|
"Bloodshed"
|
||||||
"Chopper Challenge"
|
"Chopper Challenge"
|
||||||
"Kitchensinc Games"
|
"Kitchensinc Games"
|
||||||
|
"Light Cars"
|
||||||
"Rail Racer"
|
"Rail Racer"
|
||||||
"River Raiders"
|
"River Raiders"
|
||||||
"Super Egg Hunt"
|
"Super Egg Hunt"
|
||||||
"The Blind Swordsman"
|
"The Blind Swordsman"
|
||||||
"Top Speed 3"
|
"Top Speed 3"
|
||||||
|
"Three D Velocity"
|
||||||
"Q9"
|
"Q9"
|
||||||
"RS Games"
|
"RS Games"
|
||||||
"Undead Assault"
|
"Undead Assault"
|
||||||
@ -211,8 +213,8 @@ case "${game}" in
|
|||||||
add_launcher "c:\Program Files\bloodshed.exe"
|
add_launcher "c:\Program Files\bloodshed.exe"
|
||||||
;;
|
;;
|
||||||
"Chopper Challenge")
|
"Chopper Challenge")
|
||||||
# Freezes at menu
|
# Most problems fixed, but now has sound with no window.
|
||||||
install_wine_bottle vb6run dx8vb
|
install_wine_bottle vb6run dx8vb setupapi
|
||||||
wget -O "$WINEPREFIX/drive_c/Program Files/chopper challenge setup.exe" "https://www.agarchive.net/games/XSight/chopper%20challenge%20setup.exe"
|
wget -O "$WINEPREFIX/drive_c/Program Files/chopper challenge setup.exe" "https://www.agarchive.net/games/XSight/chopper%20challenge%20setup.exe"
|
||||||
wine "$WINEPREFIX/drive_c/Program Files/chopper challenge setup.exe" &
|
wine "$WINEPREFIX/drive_c/Program Files/chopper challenge setup.exe" &
|
||||||
sleep 5
|
sleep 5
|
||||||
@ -230,7 +232,16 @@ case "${game}" in
|
|||||||
add_launcher "c:\Program Files\Kitchen's Sink\gamemenu.exe"
|
add_launcher "c:\Program Files\Kitchen's Sink\gamemenu.exe"
|
||||||
#rm -f "$WINEPREFIX/drive_c/Program Files/Kitchensinc complete Setup.exe"
|
#rm -f "$WINEPREFIX/drive_c/Program Files/Kitchensinc complete Setup.exe"
|
||||||
;;
|
;;
|
||||||
|
"Light Cars")
|
||||||
|
# Does not work yet
|
||||||
|
install_wine_bottle dx8vb
|
||||||
|
wget -O "$WINEPREFIX/drive_c/Program Files/light cars setup.exe" "https://www.agarchive.net/games/lighttech/light%20cars%20setup.exe"
|
||||||
|
wine "$WINEPREFIX/drive_c/Program Files/light cars setup.exe" /silent
|
||||||
|
add_launcher "c:\Program Files\Lighttech Interactive\Light Cars\lightCars.exe"
|
||||||
|
rm -f "$WINEPREFIX/drive_c/Program Files/light cars setup.exe"
|
||||||
|
;;
|
||||||
"Rail Racer")
|
"Rail Racer")
|
||||||
|
# Not working yet
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
wget -O "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe" "https://www.agarchive.net/games/other/RailRacerDemo10Setup.exe"
|
wget -O "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe" "https://www.agarchive.net/games/other/RailRacerDemo10Setup.exe"
|
||||||
wine "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe" /silent
|
wine "$WINEPREFIX/drive_c/Program Files/RailRacerDemo10Setup.exe" /silent
|
||||||
@ -262,6 +273,15 @@ case "${game}" in
|
|||||||
rm -f "$WINEPREFIX/drive_c/Program Files/theblindswordsmanPC.zip"
|
rm -f "$WINEPREFIX/drive_c/Program Files/theblindswordsmanPC.zip"
|
||||||
add_launcher "c:\Program Files\TheBlindSwordsman.exe"
|
add_launcher "c:\Program Files\TheBlindSwordsman.exe"
|
||||||
;;
|
;;
|
||||||
|
"Three D Velocity")
|
||||||
|
# Does not work at all yet
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle speechsdk dotnet472
|
||||||
|
wget -O "$WINEPREFIX/drive_c/Program Files/master.zip" "https://github.com/munawarb/Three-D-Velocity-Binaries/archive/master.zip"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "$WINEPREFIX/drive_c/Program Files/master.zip"
|
||||||
|
rm -f "$WINEPREFIX/drive_c/Program Files/master.zip"
|
||||||
|
add_launcher "c:\Program Files\Three-D-Velocity-Binaries-master\tdv.exe"
|
||||||
|
;;
|
||||||
"Top Speed 3")
|
"Top Speed 3")
|
||||||
install_wine_bottle directplay
|
install_wine_bottle directplay
|
||||||
wget -O "$WINEPREFIX/drive_c/Program Files/Tspeed_3.0.3.exe" "https://github.com/PlayingintheDark/TopSpeed/releases/download/h/Tspeed_3.0.3.exe"
|
wget -O "$WINEPREFIX/drive_c/Program Files/Tspeed_3.0.3.exe" "https://github.com/PlayingintheDark/TopSpeed/releases/download/h/Tspeed_3.0.3.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user