This commit is contained in:
Murphy 2024-10-18 15:11:44 -04:00
parent 842b292a98
commit 48b1404c33
Signed by: freya
GPG key ID: 744AB800E383AE52
7 changed files with 25 additions and 0 deletions

3
PDAFT/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
bin/*.tar.gz
data
wine

3
PDAFT/README.md Normal file
View file

@ -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`.

BIN
PDAFT/bin/VC_redist.x64.exe Normal file

Binary file not shown.

BIN
PDAFT/bin/VC_redist.x86.exe Normal file

Binary file not shown.

7
PDAFT/env Executable file
View file

@ -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

5
PDAFT/run Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
source ./env
cd data && wine ./diva.exe

7
PDAFT/setup Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
source ./env
winetricks --force dotnet48
wine ./bin/VC_redist.x86.exe
wine ./bin/VC_redist.x64.exe