From d6cfe797bcc7021158a197bf58219a244672e30b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 18 May 2025 16:39:58 -0400 Subject: [PATCH] Latest changes before huge refactor. --- .install/Battle of the Hunter.sh | 2 +- .install/Super Egg Hunt.sh | 4 ++-- .install/Toy Mania.sh | 7 +++++++ .install/Wave of the Undead.sh | 1 - audiogame-manager.sh | 8 ++++---- 5 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 .install/Toy Mania.sh diff --git a/.install/Battle of the Hunter.sh b/.install/Battle of the Hunter.sh index 29cbda3..444a7b4 100644 --- a/.install/Battle of the Hunter.sh +++ b/.install/Battle of the Hunter.sh @@ -1,4 +1,4 @@ -download "http://tunmi13.ddns.net/projects/bth.zip" +download "http://files.tunmi13.com/projects_archive/bth.zip" export bottle="tunmi13" export winVer="win7" install_wine_bottle speechsdk diff --git a/.install/Super Egg Hunt.sh b/.install/Super Egg Hunt.sh index 75138e6..ebd9979 100644 --- a/.install/Super Egg Hunt.sh +++ b/.install/Super Egg Hunt.sh @@ -1,5 +1,5 @@ export bottle="l-works" -download "http://files.l-works.net/superegghuntsetup.exe" +download "https://agarchive.net/games/lworks/super%20egg%20hunt+%20setup.exe" install_wine_bottle -wine "${cache}/superegghuntsetup.exe" /silent +wine "${cache}/super egg hunt+ setup.exe" /silent add_launcher "c:\Program Files\Lworks\super egg hunt\superegghunt.exe" diff --git a/.install/Toy Mania.sh b/.install/Toy Mania.sh new file mode 100644 index 0000000..98cf068 --- /dev/null +++ b/.install/Toy Mania.sh @@ -0,0 +1,7 @@ +export WINEARCH=win64 +export winVer="win7" +get_installer "ToyMania_windows_portable_password_is_GrateCollector.7z" "https://tsatria03.itch.io/toymania" +install_wine_bottle +7z x -o"$WINEPREFIX/drive_c/Program Files/ToyMania" "${cache}/ToyMania_windows_portable_password_is_GrateCollector.7z" -pGrateCollector +find "${WINEPREFIX}/drive_c/Program Files/ToyMania" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; +add_launcher "c:\Program Files\ToyMania\tm.exe" diff --git a/.install/Wave of the Undead.sh b/.install/Wave of the Undead.sh index c9aba4b..cedfc3b 100644 --- a/.install/Wave of the Undead.sh +++ b/.install/Wave of the Undead.sh @@ -1,4 +1,3 @@ -# export WINEARCH=win64 export winVer="win7" download "https://dl.dropbox.com/scl/fi/ukvou0y4gwg21nhhdpj40/Wave-of-the-Undead-Setup.exe?rlkey=4xnuwicpmbkx6w2jo2i56mijg" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" diff --git a/audiogame-manager.sh b/audiogame-manager.sh index cb0f49a..65d2412 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -971,10 +971,10 @@ custom_launch_parameters() { if [[ "${game[0]}" == "sequence-storm" ]]; then "${0%/*}/speech/clipboard_reader.sh" SequenceStorm & fi - if [[ "${game[0]}" == "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 & - fi + #if [[ "${game[0]}" == "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 & + #fi if [[ "${game[0]}" == "sketchbook" ]]; then find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; fi