Delete README.md

This commit is contained in:
z0z0z 2019-04-30 05:18:53 +00:00 committed by GitHub
parent a7dbdd6b32
commit 70b9e9bf73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
# 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.