summarylogtreecommitdiffstats
path: root/dirt3.sh
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2021-09-18 16:06:15 +1000
committerJohn-Michael Mulesa2021-09-18 16:06:15 +1000
commit1a5bc0de47dc5cb913515455f45538611a65b3b9 (patch)
tree25fa923947468c2a4f962ae7ce22b3b3f57f4b90 /dirt3.sh
downloadaur-dirt3-wine-steam.tar.gz
Initial commit.
Diffstat (limited to 'dirt3.sh')
-rw-r--r--dirt3.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dirt3.sh b/dirt3.sh
new file mode 100644
index 000000000000..ccd78bbae410
--- /dev/null
+++ b/dirt3.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+export WINEPREFIX="$HOME"/.dirt3/wine
+if [ ! -d "$HOME"/.dirt3 ] ; then
+ mkdir -p "$HOME"/.dirt3/wine
+ wineboot -u
+ winetricks dxvk
+fi
+cd /opt/dirt3
+/usr/bin/wine dirt3_game.exe