Create README.md

This commit is contained in:
z0z0z 2019-04-30 04:25:03 +00:00 committed by GitHub
parent 95906ed57f
commit 63324ed130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
RE2/README.md Normal file
View File

@ -0,0 +1,15 @@
# Installcab based Media Foundation workaround
This makes Resident Evil 2 and some other games work.
Just set WINEPREFIX and run install-mf-64.sh like this
`WINEPREFIX="/home/gaben/.local/share/Steam/steamapps/compatdata/883710/pfx" ./install-mf-64.sh`
Then copy the included mfplat.dll to the same directory as the `.exe` (re2.exe)
Resident Evil 2 should then work. I'm sure much more games too.
installcab.py is exactly the same as upstream except uncommented lines 129-137 (https://github.com/tonix64/python-installcab/blob/master/installcab.py
The difference between this is a better shell script, and no manual intervention needed. Just simply run the script, copy the DLL file, and play, it's an extremely simple and short shell script, it's easy to understand.