9 lines
436 B
Bash
9 lines
436 B
Bash
# Freezes at menu
|
|
download "https://www.agarchive.net/games/XSight/chopper%20challenge%20setup.exe"
|
|
install_wine_bottle vb6run dx8vb speechsdk
|
|
wine "${cache}/chopper challenge setup.exe" /silent &
|
|
xdotool sleep 5 key y 2> /dev/null
|
|
${wine}server -w
|
|
echo "$USER|n/a" >> "$WINEPREFIX/drive_c/Program Files/x-sight interactive/chopper challenge/config.dat"
|
|
add_launcher "c:\Program Files\x-sight interactive\chopper challenge\Chopper.exe"
|