Steins Gate
This commit is contained in:
parent
674e64de27
commit
5f3477bf8d
6 changed files with 27 additions and 0 deletions
3
Steins;Gate/.gitignore
vendored
Normal file
3
Steins;Gate/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
bin/Setup.exe
|
||||||
|
bin/data.bin
|
||||||
|
wine
|
3
Steins;Gate/README.md
Normal file
3
Steins;Gate/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#### Steins;Gate
|
||||||
|
|
||||||
|
Extract the Steins Gate (en by JAST) data into the `bin` directory. Then run `setup`.
|
BIN
Steins;Gate/bin/VC_redist.x86.exe
Normal file
BIN
Steins;Gate/bin/VC_redist.x86.exe
Normal file
Binary file not shown.
6
Steins;Gate/env
Executable file
6
Steins;Gate/env
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
export WINEPREFIX="$(pwd)/wine"
|
||||||
|
export WINEARCH=win32
|
||||||
|
export WINEESYNC=1
|
||||||
|
#export WINEDEBUG=-all
|
5
Steins;Gate/run
Executable file
5
Steins;Gate/run
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
source ./env
|
||||||
|
|
||||||
|
cd "./wine/drive_c/Program Files/Steins;Gate" && wine "STEINSGATE.exe"
|
10
Steins;Gate/setup
Executable file
10
Steins;Gate/setup
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
source ./env
|
||||||
|
|
||||||
|
wine ./bin/Setup.exe '/DIR=C:\Program Files\Steins;Gate' '/SUPPRESSMSGMOXES' '/SILENT'
|
||||||
|
winetricks vcrun2010
|
||||||
|
winetricks quartz
|
||||||
|
winetricks ffdshow
|
||||||
|
#cp ../dxvk/x32/*.dll "$WINEPREFIX/drive_c/windows/system32"
|
||||||
|
|
Loading…
Reference in a new issue