25 lines
1.3 KiB
Bash
25 lines
1.3 KiB
Bash
|
export version="7.7"
|
||
|
download "https://www.mm-galabo.com/sr/Download_files_srfv/shadowrine_fullvoice3.171.exe" "https://raw.githubusercontent.com/LordLuceus/sr-english-localization/master/language_en.dat"
|
||
|
install_wine "$version" "32"
|
||
|
export winVer="win8"
|
||
|
install_wine_bottle
|
||
|
$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
|
||
|
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+f
|
||
|
${wine}server -w
|
||
|
mv -v "${cache}/language_en.dat" "${WINEPREFIX}/drive_c/Program Files/GalaxyLaboratory/ShadowRine_FullVoice/SystemData/language_en.dat"
|
||
|
add_launcher "c:\Program Files\GalaxyLaboratory\ShadowRine_FullVoice\play_sr.exe"
|
||
|
echo "Please set the language to English when the game opens."
|
||
|
echo "Go to options and press enter."
|
||
|
echo "Press down arrow 5 times and press enter."
|
||
|
echo "Press down arrow 1 time and press enter."
|
||
|
echo "Press up arrow 2 times and press enter."
|
||
|
echo "If everything worked as expected you should be back on the game menu and speech should work."
|
||
|
alert
|