Files
hjozwiak 05ea1502ce Add an alert to the installer to tell you how to get the game talking.
I should have done that last night but I wanted to kill zombies and forgot.
2026-08-05 00:34:25 -04:00

9 lines
482 B
Bash

export winetricksSettings="vd=1024x768"
install_wine_bottle
download "https://www.kaldobsky.com/audiogames/swamp2.zip"
install_with_progress unzip "Extracting game files..." -d "${WINEPREFIX}/drive_c/Program Files/swamp2" "${cache}/swamp2.zip"
add_launcher "c:\Program Files\swamp2\swamp2.exe"
alert "This game has native support for NVDA, but it is not the default.\nTo set it up so that it will talk to you, you need to press the tab key immediately after you launch the game."