Added game Constant battle. It does not work yet.

This commit is contained in:
Storm Dragon 2021-05-15 19:15:18 -04:00
parent 61a894cdfc
commit e8c4f96aba

View File

@ -627,6 +627,7 @@ gameList=(
"Castaways 2"
#"Chopper Challenge"
"Christmas WhoopAss"
"Constant Battle"
"Copter Mission"
"Crazy Party"
"Crazy Tennis"
@ -826,10 +827,10 @@ case "${game}" in
;;
"Breed Memorial")
export winVer="win7"
install_wine_bottle speechsdk
install_wine_bottle corefonts speechsdk
download "https://hirotaka2014.sakura.ne.jp/mh0406/game/breed_memorial.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/breed_memorial.zip"
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
#find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
add_launcher "c:\Program Files\Breed memorial\Breed memorial\breed memorial.exe"
;;
"Castaways")
@ -858,6 +859,13 @@ case "${game}" in
echo "$USER|n/a" >> "$WINEPREFIX/drive_c/Program Files/x-sight interactive/chopper challenge/config.dat"
add_launcher "c:\Program Files\x-sight interactive\chopper challenge\Chopper.exe"
;;
"Constant Battle")
export winVer="win7"
install_wine_bottle speechsdk
download "https://renovagames.com/bc/BC-Setup.exe"
wine "${cache}/BC-Setup.exe" /silent
#add_launcher "c:\Program Files\"
;;
"Christmas WhoopAss")
install_wine_bottle vb6run dx8vb
download "https://www.agarchive.net/games/draconis/christmas%20whoopass%20setup.exe"