A little more work on Shadow Line, still need to do the installer though.
This commit is contained in:
parent
cc05b931fb
commit
b88277a26c
@ -778,7 +778,7 @@ game_launcher() {
|
|||||||
if [[ "$game" =~ ^bokurano-daibouken\||bokurano-daibouken-2\| ]]; then
|
if [[ "$game" =~ ^bokurano-daibouken\||bokurano-daibouken-2\| ]]; then
|
||||||
"${0%/*}/speech/clipboard_translator.sh" play.exe &
|
"${0%/*}/speech/clipboard_translator.sh" play.exe &
|
||||||
fi
|
fi
|
||||||
if [[ "$game" =~ hadow-line ]]; then
|
if [[ "$game" =~ shadow-line ]]; then
|
||||||
"${0%/*}/speech/clipboard_translator.sh" play_sr.exe &
|
"${0%/*}/speech/clipboard_translator.sh" play_sr.exe &
|
||||||
fi
|
fi
|
||||||
if [[ "$game" =~ bokurano-daibouken-3 ]]; then
|
if [[ "$game" =~ bokurano-daibouken-3 ]]; then
|
||||||
@ -2439,7 +2439,7 @@ EOF
|
|||||||
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- &
|
||||||
wineserver -w
|
wineserver -w
|
||||||
find "${WINEPREFIX}/drive_c/Program Files" -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"
|
||||||
;;
|
;;
|
||||||
"Silver Dollar")
|
"Silver Dollar")
|
||||||
|
Loading…
Reference in New Issue
Block a user