7 lines
344 B
Bash
7 lines
344 B
Bash
export winVer="win7"
|
|
export winetricksSettings="vd=1024x768"
|
|
download "https://www.agarchive.net/games/realitySoftware/death%20match%20project%20alpha%20setup.exe"
|
|
install_wine_bottle quartz speechsdk
|
|
wine "${cache}/death match project alpha setup.exe" /silent
|
|
add_launcher "c:\Program Files\reality software\death match project alpha\dm1.exe"
|