diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 8858672..f23198a 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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"