This commit is contained in:
Murphy 2024-10-18 15:15:29 -04:00
parent 5f3477bf8d
commit 73b820b52d
Signed by: freya
GPG key ID: 744AB800E383AE52
15 changed files with 31 additions and 0 deletions

2
Steins;Gate JP/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
data
wine

4
Steins;Gate JP/README.md Normal file
View 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
View 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
View file

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

11
Steins;Gate JP/setup Executable file
View 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

Binary file not shown.

BIN
dxvk/x32/d3d11.dll Executable file

Binary file not shown.

BIN
dxvk/x32/d3d8.dll Executable file

Binary file not shown.

BIN
dxvk/x32/d3d9.dll Executable file

Binary file not shown.

BIN
dxvk/x32/dxgi.dll Executable file

Binary file not shown.

BIN
dxvk/x64/d3d10core.dll Executable file

Binary file not shown.

BIN
dxvk/x64/d3d11.dll Executable file

Binary file not shown.

BIN
dxvk/x64/d3d8.dll Executable file

Binary file not shown.

BIN
dxvk/x64/d3d9.dll Executable file

Binary file not shown.

BIN
dxvk/x64/dxgi.dll Executable file

Binary file not shown.