Installer for Shadow Line should work now, requires xdotool.
This commit is contained in:
parent
b88277a26c
commit
bb0194c023
@ -1044,7 +1044,7 @@ gameList=(
|
|||||||
"Sequence Storm"
|
"Sequence Storm"
|
||||||
#"Shades of Doom 1.2"
|
#"Shades of Doom 1.2"
|
||||||
"Shades of Doom"
|
"Shades of Doom"
|
||||||
#"Shadow Line"
|
"Shadow Line"
|
||||||
"Shooter"
|
"Shooter"
|
||||||
"Silver Dollar"
|
"Silver Dollar"
|
||||||
"Slender Lost Vision"
|
"Slender Lost Vision"
|
||||||
@ -2438,6 +2438,13 @@ EOF
|
|||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
download "https://www.mm-galabo.com/sr/Download_files_srfv/shadowrine_fullvoice3.171.exe"
|
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=75 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
|
||||||
|
xdotool key --clearmodifiers --delay=500 space
|
||||||
|
xdotool key --clearmodifiers --delay=500 alt+f
|
||||||
wineserver -w
|
wineserver -w
|
||||||
find "${WINEPREFIX}/drive_c/" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \;
|
find "${WINEPREFIX}/drive_c/" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \;
|
||||||
add_launcher "c:\Program Files\GalaxyLaboratory\ShadowRine_FullVoice\play_sr.exe"
|
add_launcher "c:\Program Files\GalaxyLaboratory\ShadowRine_FullVoice\play_sr.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user