summaryrefslogtreecommitdiff
path: root/PDAFT
diff options
context:
space:
mode:
Diffstat (limited to 'PDAFT')
-rw-r--r--PDAFT/.gitignore3
-rw-r--r--PDAFT/README.md3
-rw-r--r--PDAFT/bin/VC_redist.x64.exebin0 -> 25502344 bytes
-rw-r--r--PDAFT/bin/VC_redist.x86.exebin0 -> 13950496 bytes
-rwxr-xr-xPDAFT/env7
-rwxr-xr-xPDAFT/run5
-rwxr-xr-xPDAFT/setup7
7 files changed, 25 insertions, 0 deletions
diff --git a/PDAFT/.gitignore b/PDAFT/.gitignore
new file mode 100644
index 0000000..83aad73
--- /dev/null
+++ b/PDAFT/.gitignore
@@ -0,0 +1,3 @@
+bin/*.tar.gz
+data
+wine
diff --git a/PDAFT/README.md b/PDAFT/README.md
new file mode 100644
index 0000000..73fed86
--- /dev/null
+++ b/PDAFT/README.md
@@ -0,0 +1,3 @@
+#### PDAFT
+
+Extract PDAFT v7.10 into `data`, along with the newest version of PD-LOADER (2.6.5a). Then run `setup`.
diff --git a/PDAFT/bin/VC_redist.x64.exe b/PDAFT/bin/VC_redist.x64.exe
new file mode 100644
index 0000000..2dd4dd0
--- /dev/null
+++ b/PDAFT/bin/VC_redist.x64.exe
Binary files differ
diff --git a/PDAFT/bin/VC_redist.x86.exe b/PDAFT/bin/VC_redist.x86.exe
new file mode 100644
index 0000000..09803e0
--- /dev/null
+++ b/PDAFT/bin/VC_redist.x86.exe
Binary files differ
diff --git a/PDAFT/env b/PDAFT/env
new file mode 100755
index 0000000..31c1327
--- /dev/null
+++ b/PDAFT/env
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export WINEPREFIX="$(pwd)/wine"
+export WINEARCH=win64
+export WINEDLLOVERRIDES='dnsapi.dll=n,b'
+export WINEESYNC=1
+export WINEDEBUG=-all
diff --git a/PDAFT/run b/PDAFT/run
new file mode 100755
index 0000000..9374dff
--- /dev/null
+++ b/PDAFT/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+source ./env
+
+cd data && wine ./diva.exe
diff --git a/PDAFT/setup b/PDAFT/setup
new file mode 100755
index 0000000..417fdcb
--- /dev/null
+++ b/PDAFT/setup
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+source ./env
+
+winetricks --force dotnet48
+wine ./bin/VC_redist.x86.exe
+wine ./bin/VC_redist.x64.exe