Started work on adding "star Treck Final Conflict" it's commented out because not yet working.

This commit is contained in:
Storm Dragon 2024-06-10 12:02:49 -04:00
parent d2bc752393
commit 91c6892785

View File

@ -1243,6 +1243,7 @@ gameList=(
"Sonic the Hedgehog"
"Sonic Zoom"
#"Space Defender"
#"Star Treck Final Conflict"
"Super Deekout"
"Super Dogs Bone Hunt"
"Super Egg Hunt"
@ -2972,6 +2973,12 @@ EOF
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \;
add_launcher "c:\Program Files\space_defender\sdefender.exe"
;;
"Star Treck Final Conflict")
download "https://agarchive.net/games/USA/star%20trek%20final%20conflict%20Setup.exe"
install_wine_bottle speechsdk
wine "${cache}/star trek final conflict Setup.exe" /silent
add_launcher "c:\Program Files\USA Games\Final Conflict\stfc.exe"
;;
"Super Deekout")
export bottle=dan-z
download "http://www.danielzingaro.com/superdeekout_setup.exe" "http://www.danielzingaro.com/sd_full.exe"