Show the actual guidance in a single acknowledgement dialog instead of a generic OK prompt, and update alert-based installer instructions to use the new helper contract.
9 lines
772 B
Bash
9 lines
772 B
Bash
# shellcheck shell=bash disable=SC2154 # cache and WINEPREFIX are set by audiogame-manager
|
|
export WINEARCH="win64" # Migrated to wine64 with WINETRICKS_FORCE=1
|
|
export winVer="win7"
|
|
install_wine_bottle sapi vb6run dx8vb
|
|
wine "${cache}/vipmud20016.exe" /silent
|
|
mkdir -p "${HOME}/.local/wine/vip-mud/drive_c/users/${USER}/Documents/VIP Mud"
|
|
add_launcher "c:\Program Files (x86)\VIPMud 2.0\vipmud2.exe"
|
|
alert "When you first launch VIP Mud You will be presented with several inaccessible dialogs.\nTo bypass these dialogs, press alt+o, then press enter until speech starts.\nTo be sure that each new dialog has had time to complete, wait a second between each press of enter.\nIn each subsequent launch, you will need to hit enter a couple times before it starts speaking."
|