15 lines
1000 B
Bash
15 lines
1000 B
Bash
download "http://gmagames.com/vipmud20016.exe" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd32.dll"
|
|
export winVer="win7"
|
|
install_wine_bottle vb6run dx8vb speechsdk
|
|
wine "${cache}/vipmud20016.exe" /silent
|
|
mkdir -p "${HOME}/.local/wine/vip-mud/drive_c/users/${USER}/Documents/VIP Mud"
|
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec cp -v "${cache}/nvda2speechd32.dll" "{}" \;
|
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvda2speechd32.dll" "{}" \;
|
|
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."
|
|
echo "In each subsequent launch, you will need to hit enter a couple times before it starts speaking."
|
|
alert
|