Steins Gate

This commit is contained in:
Murphy 2024-10-18 15:13:46 -04:00
parent 674e64de27
commit 5f3477bf8d
Signed by: freya
GPG key ID: 744AB800E383AE52
6 changed files with 27 additions and 0 deletions

3
Steins;Gate/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
bin/Setup.exe
bin/data.bin
wine

3
Steins;Gate/README.md Normal file
View file

@ -0,0 +1,3 @@
#### Steins;Gate
Extract the Steins Gate (en by JAST) data into the `bin` directory. Then run `setup`.

Binary file not shown.

6
Steins;Gate/env Executable file
View 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
View 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
View 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"