dxvk
This commit is contained in:
parent
5f3477bf8d
commit
73b820b52d
15 changed files with 31 additions and 0 deletions
2
Steins;Gate JP/.gitignore
vendored
Normal file
2
Steins;Gate JP/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
data
|
||||||
|
wine
|
4
Steins;Gate JP/README.md
Normal file
4
Steins;Gate JP/README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#### Steins;Gate JP
|
||||||
|
|
||||||
|
Store the Steins Gate (jp by NITRO+) game data into the `data` directory.
|
||||||
|
Then run `setup`.
|
9
Steins;Gate JP/env
Executable file
9
Steins;Gate JP/env
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
wineserver -k
|
||||||
|
#export LANG=ja_JP.UTF-8
|
||||||
|
#export LC_ALL=ja_JP.UTF-8
|
||||||
|
export WINEPREFIX="$(pwd)/wine"
|
||||||
|
export WINEARCH=win32
|
||||||
|
export WINEESYNC=1
|
||||||
|
#export WINEDEBUG=-all
|
5
Steins;Gate JP/run
Executable file
5
Steins;Gate JP/run
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
source ./env
|
||||||
|
|
||||||
|
cd "./data" && wine "GAME.exe"
|
11
Steins;Gate JP/setup
Executable file
11
Steins;Gate JP/setup
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
source ./env
|
||||||
|
|
||||||
|
winetricks vcrun2008
|
||||||
|
winetricks quartz
|
||||||
|
winetricks ffdshow
|
||||||
|
winetricks d3dx9
|
||||||
|
winetricks d3dcompiler_42
|
||||||
|
winetricks d3dcompiler_43
|
||||||
|
winetricks d3dcompiler_47
|
BIN
dxvk/x32/d3d10core.dll
Executable file
BIN
dxvk/x32/d3d10core.dll
Executable file
Binary file not shown.
BIN
dxvk/x32/d3d11.dll
Executable file
BIN
dxvk/x32/d3d11.dll
Executable file
Binary file not shown.
BIN
dxvk/x32/d3d8.dll
Executable file
BIN
dxvk/x32/d3d8.dll
Executable file
Binary file not shown.
BIN
dxvk/x32/d3d9.dll
Executable file
BIN
dxvk/x32/d3d9.dll
Executable file
Binary file not shown.
BIN
dxvk/x32/dxgi.dll
Executable file
BIN
dxvk/x32/dxgi.dll
Executable file
Binary file not shown.
BIN
dxvk/x64/d3d10core.dll
Executable file
BIN
dxvk/x64/d3d10core.dll
Executable file
Binary file not shown.
BIN
dxvk/x64/d3d11.dll
Executable file
BIN
dxvk/x64/d3d11.dll
Executable file
Binary file not shown.
BIN
dxvk/x64/d3d8.dll
Executable file
BIN
dxvk/x64/d3d8.dll
Executable file
Binary file not shown.
BIN
dxvk/x64/d3d9.dll
Executable file
BIN
dxvk/x64/d3d9.dll
Executable file
Binary file not shown.
BIN
dxvk/x64/dxgi.dll
Executable file
BIN
dxvk/x64/dxgi.dll
Executable file
Binary file not shown.
Loading…
Reference in a new issue