Latest changes before huge refactor.

This commit is contained in:
Storm Dragon 2025-05-18 16:39:58 -04:00
parent 50b577d7aa
commit d6cfe797bc
5 changed files with 14 additions and 8 deletions

View File

@ -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 bottle="tunmi13"
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk

View File

@ -1,5 +1,5 @@
export bottle="l-works" 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 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" add_launcher "c:\Program Files\Lworks\super egg hunt\superegghunt.exe"

7
.install/Toy Mania.sh Normal file
View File

@ -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"

View File

@ -1,4 +1,3 @@
#
export WINEARCH=win64 export WINEARCH=win64
export winVer="win7" 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" 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"

View File

@ -971,10 +971,10 @@ custom_launch_parameters() {
if [[ "${game[0]}" == "sequence-storm" ]]; then if [[ "${game[0]}" == "sequence-storm" ]]; then
"${0%/*}/speech/clipboard_reader.sh" SequenceStorm & "${0%/*}/speech/clipboard_reader.sh" SequenceStorm &
fi fi
if [[ "${game[0]}" == "shadow-line" ]]; then #if [[ "${game[0]}" == "shadow-line" ]]; then
find "${WINEPREFIX}/drive_c/" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \; #find "${WINEPREFIX}/drive_c/" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \;
"${0%/*}/speech/clipboard_translator.sh" play_sr.exe shadow-line & #"${0%/*}/speech/clipboard_translator.sh" play_sr.exe shadow-line &
fi #fi
if [[ "${game[0]}" == "sketchbook" ]]; then if [[ "${game[0]}" == "sketchbook" ]]; then
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
fi fi