PDAFT
This commit is contained in:
parent
842b292a98
commit
48b1404c33
7 changed files with 25 additions and 0 deletions
3
PDAFT/.gitignore
vendored
Normal file
3
PDAFT/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/*.tar.gz
|
||||
data
|
||||
wine
|
3
PDAFT/README.md
Normal file
3
PDAFT/README.md
Normal 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
BIN
PDAFT/bin/VC_redist.x64.exe
Normal file
Binary file not shown.
BIN
PDAFT/bin/VC_redist.x86.exe
Normal file
BIN
PDAFT/bin/VC_redist.x86.exe
Normal file
Binary file not shown.
7
PDAFT/env
Executable file
7
PDAFT/env
Executable 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
5
PDAFT/run
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
source ./env
|
||||
|
||||
cd data && wine ./diva.exe
|
7
PDAFT/setup
Executable file
7
PDAFT/setup
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
source ./env
|
||||
|
||||
winetricks --force dotnet48
|
||||
wine ./bin/VC_redist.x86.exe
|
||||
wine ./bin/VC_redist.x64.exe
|
Loading…
Reference in a new issue