summaryrefslogtreecommitdiff
path: root/LEGO Island/setup
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-18 15:34:43 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-18 15:34:43 -0400
commit5831a45bdd6a366a1bfea6873e2168755859cc68 (patch)
tree34152d279cd7e5823ddb940e8f6bc314f54bed68 /LEGO Island/setup
parentupdate pdaft readme (diff)
downloadwinescripts-5831a45bdd6a366a1bfea6873e2168755859cc68.tar.gz
winescripts-5831a45bdd6a366a1bfea6873e2168755859cc68.tar.bz2
winescripts-5831a45bdd6a366a1bfea6873e2168755859cc68.zip
LEGO Island
Diffstat (limited to 'LEGO Island/setup')
-rwxr-xr-xLEGO Island/setup10
1 files changed, 10 insertions, 0 deletions
diff --git a/LEGO Island/setup b/LEGO Island/setup
new file mode 100755
index 0000000..754a83c
--- /dev/null
+++ b/LEGO Island/setup
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+source ./env
+rm -fr ./iso
+mkdir ./iso
+7z x ./bin/game.iso -oiso
+winetricks winxp
+wine ./iso/setup.exe
+#cp ../dxvk/x32/*.dll ./wine/drive_c/windows/system32
+#cp ../dxvk/x64/*.dll ./wine/drive_c/windows/syswow64