Finally fixed Shadow Line installer, I think.
This commit is contained in:
parent
db463525e9
commit
3cd9facf29
@ -788,6 +788,7 @@ game_launcher() {
|
||||
if [[ "$game" =~ shadow-line ]]; then
|
||||
find "${WINEPREFIX}/drive_c/" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \;
|
||||
"${0%/*}/speech/clipboard_translator.sh" play_sr.exe shadow-line &
|
||||
export version="7.7"
|
||||
fi
|
||||
if [[ "$game" =~ bokurano-daibouken-3 ]]; then
|
||||
dictPath="$(winepath "${winePath}")"
|
||||
@ -1087,7 +1088,7 @@ gameList=(
|
||||
"Sequence Storm"
|
||||
#"Shades of Doom 1.2"
|
||||
"Shades of Doom"
|
||||
#"Shadow Line"
|
||||
"Shadow Line"
|
||||
"Shooter"
|
||||
"Silver Dollar"
|
||||
"Slender Lost Vision"
|
||||
@ -2563,17 +2564,19 @@ EOF
|
||||
add_launcher "c:\Program Files\Shades of Doom 2.0\sod.exe"
|
||||
;;
|
||||
"Shadow Line")
|
||||
export winVer="win8" speechsdk
|
||||
export version="7.7"
|
||||
export winVer="win8"
|
||||
install_wine_bottle
|
||||
download "https://www.mm-galabo.com/sr/Download_files_srfv/shadowrine_fullvoice3.171.exe"
|
||||
wine "${cache}/shadowrine_fullvoice3.171.exe" /sp-
|
||||
wine "${cache}/shadowrine_fullvoice3.171.exe" /sp- &
|
||||
xdotool sleep 30 key --clearmodifiers --delay=500 Return
|
||||
xdotool key --clearmodifiers --delay=500 Return
|
||||
xdotool key --clearmodifiers --delay=500 Return
|
||||
xdotool key --clearmodifiers --delay=500 Return
|
||||
xdotool sleep 300 key --clearmodifiers --delay=500 Down
|
||||
echo "Running installer, this will take approximately 3 minutes..."
|
||||
xdotool sleep 180 key --clearmodifiers --delay=500 Down
|
||||
xdotool key --clearmodifiers --delay=500 space
|
||||
xdotool key --clearmodifiers --delay=500 alt+i
|
||||
xdotool key --clearmodifiers --delay=500 alt+f
|
||||
wineserver -w
|
||||
add_launcher "c:\Program Files\GalaxyLaboratory\ShadowRine_FullVoice\play_sr.exe"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user