Oh Shit now works with speech.
This commit is contained in:
parent
ec9f1a208a
commit
04964fce6e
@ -336,6 +336,7 @@ gameList=(
|
|||||||
"Lockpick"
|
"Lockpick"
|
||||||
"Manamon"
|
"Manamon"
|
||||||
"Manamon 2"
|
"Manamon 2"
|
||||||
|
"Oh Shit!"
|
||||||
"Paladin of the Sky"
|
"Paladin of the Sky"
|
||||||
"Pontes Kickups!"
|
"Pontes Kickups!"
|
||||||
"Revenge of the Undead"
|
"Revenge of the Undead"
|
||||||
@ -494,6 +495,14 @@ case "${game}" in
|
|||||||
wine "${cache}/manamon2_installer.exe" /silent
|
wine "${cache}/manamon2_installer.exe" /silent
|
||||||
add_launcher "c:\Program Files\VGStorm.com\Manamon 2\rpg.exe"
|
add_launcher "c:\Program Files\VGStorm.com\Manamon 2\rpg.exe"
|
||||||
;;
|
;;
|
||||||
|
"Oh Shit!")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
download "http://samtupy.com/stevend/oh_shit.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/oh_shit.zip"
|
||||||
|
cp -v "${cache}/nvdaControllerClient32.dll" "${WINEPREFIX}/drive_c/Program Files/oh_shit/accessible_output2/lib/"
|
||||||
|
add_launcher "c:\Program Files\oh_shit\OhShit.exe"
|
||||||
|
;;
|
||||||
"Paladin of the Sky")
|
"Paladin of the Sky")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
@ -549,6 +558,7 @@ case "${game}" in
|
|||||||
add_launcher "c:\Program Files\lWorks\Super Liam\sl.exe"
|
add_launcher "c:\Program Files\lWorks\Super Liam\sl.exe"
|
||||||
;;
|
;;
|
||||||
"Swamp")
|
"Swamp")
|
||||||
|
export winVer="win7"
|
||||||
winetricksSettings="vd=1024x768"
|
winetricksSettings="vd=1024x768"
|
||||||
install_wine_bottle vb6run dx8vb quartz speechsdk corefonts
|
install_wine_bottle vb6run dx8vb quartz speechsdk corefonts
|
||||||
download "https://kaldobsky.com/audiogames/SwampPart1.zip" "https://kaldobsky.com/audiogames/SwampPart2.zip"
|
download "https://kaldobsky.com/audiogames/SwampPart1.zip" "https://kaldobsky.com/audiogames/SwampPart2.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user