From 05ea1502ce8bf4bf5931f4217a389a4ea1424626 Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Wed, 5 Aug 2026 00:34:25 -0400 Subject: [PATCH] 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. --- .install/Swamp2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.install/Swamp2.sh b/.install/Swamp2.sh index 2efa9be..17ca498 100644 --- a/.install/Swamp2.sh +++ b/.install/Swamp2.sh @@ -5,3 +5,4 @@ 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."