From 70b9e9bf73ce55a5f8206815d337fb3bfbabc67e Mon Sep 17 00:00:00 2001 From: z0z0z Date: Tue, 30 Apr 2019 05:18:53 +0000 Subject: [PATCH] Delete README.md --- RE2/README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 RE2/README.md diff --git a/RE2/README.md b/RE2/README.md deleted file mode 100644 index e3cd361..0000000 --- a/RE2/README.md +++ /dev/null @@ -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.