Started work on adding "star Treck Final Conflict" it's commented out because not yet working.
This commit is contained in:
parent
d2bc752393
commit
91c6892785
@ -1243,6 +1243,7 @@ gameList=(
|
|||||||
"Sonic the Hedgehog"
|
"Sonic the Hedgehog"
|
||||||
"Sonic Zoom"
|
"Sonic Zoom"
|
||||||
#"Space Defender"
|
#"Space Defender"
|
||||||
|
#"Star Treck Final Conflict"
|
||||||
"Super Deekout"
|
"Super Deekout"
|
||||||
"Super Dogs Bone Hunt"
|
"Super Dogs Bone Hunt"
|
||||||
"Super Egg Hunt"
|
"Super Egg Hunt"
|
||||||
@ -2971,6 +2972,12 @@ EOF
|
|||||||
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/space_defender.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/space_defender.zip"
|
||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \;
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \;
|
||||||
add_launcher "c:\Program Files\space_defender\sdefender.exe"
|
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")
|
"Super Deekout")
|
||||||
export bottle=dan-z
|
export bottle=dan-z
|
||||||
|
Loading…
Reference in New Issue
Block a user