12 lines
627 B
Bash
12 lines
627 B
Bash
export winVer="win7"
|
|
install_wine_bottle 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\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
|