Added Wolf Games Launcher but it is commented for now because not working yet.

This commit is contained in:
Storm Dragon 2022-08-24 01:33:15 -04:00
parent 963a415647
commit 97d8315880

View File

@ -1021,9 +1021,9 @@ gameList=(
"Sequence Storm" "Sequence Storm"
#"Shades of Doom 1.2" #"Shades of Doom 1.2"
"Shades of Doom" "Shades of Doom"
"Shooter"
"Silver Dollar" "Silver Dollar"
"Slender Lost Vision" "Slender Lost Vision"
"Shooter"
"Sonic the Hedgehog" "Sonic the Hedgehog"
"Sonic Zoom" "Sonic Zoom"
#"Space Defender" #"Space Defender"
@ -1053,6 +1053,7 @@ gameList=(
"VIP Mud" "VIP Mud"
"Warsim" "Warsim"
"Windows Attack" "Windows Attack"
#"Wolf Games Launcher"
#"World of War" #"World of War"
) )
@ -2662,6 +2663,15 @@ EOF
cp "${cache}/WA.exe" "$WINEPREFIX/drive_c/Program Files/" cp "${cache}/WA.exe" "$WINEPREFIX/drive_c/Program Files/"
add_launcher "c:\Program Files\WA.exe" add_launcher "c:\Program Files\WA.exe"
;; ;;
"Wolf Games Launcher")
download "https://sightlesswolf.com/wg-release.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"
export WINEARCH=win64
export winVer="win7"
install_wine_bottle
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/wg-release.zip"
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
add_launcher "c:\Program Files\wg-release\WolfGames.exe"
;;
"World of War") "World of War")
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk