From 9251a8caa1599b6bcaed338a5e488392141c885a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 4 Jan 2021 08:36:24 -0500 Subject: [PATCH] Added VIP Mud. --- audiogame-manager.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 8451745..d00751b 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -575,6 +575,7 @@ gameList=( "Top Speed 3" "Triple Triad" "Undead Assault" + "VIP Mud" "World of War" ) @@ -1173,6 +1174,18 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\Program Files\undead_assault\Undead Assault.exe" ;; + "VIP Mud") + export winVer="win7" + install_wine_bottle vb6run dx8vb speechsdk + download "http://gmagames.com/vipmud20016.exe" + wine "${cache}/vipmud20016.exe" /silent + mkdir -p "${HOME}/.local/wine/vip-mud/drive_c/users/${USER}/Documents/VIP Mud" + add_launcher "c:\Program Files\VIPMud 2.0\vipmud2.exe" + echo + echo "When you first launch VIP Mud You will be presented with several inaccessible dialogs." + echo "To bypass these dialogs, press alt+o, then press enter until speech starts." + echo "To be sure that each new dialog has had time to complete, wait a second between each press of enter." + ;; "World of War") export winVer="win7" install_wine_bottle speechsdk