From 7fabadceea75b52887ea96f0397d61a914dcbaf0 Mon Sep 17 00:00:00 2001 From: darealshinji <djcj@gmx.de> Date: Thu, 12 Jan 2023 21:48:21 +0100 Subject: [PATCH] Mirror's Edge: update README.md --- mirrors edge/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/mirrors edge/README.md b/mirrors edge/README.md index f302b9d..2293857 100644 --- a/mirrors edge/README.md +++ b/mirrors edge/README.md @@ -1,5 +1,10 @@ AppID: `17410` +Skip Intro +---------- +Delete or rename `mirrors edge/TdGame/Movies/StartupMovie.bik` or use the settings +from the provided config files. + Disable NVidia PhysX installation --------------------------------- Copy `17410_install.vdf` into the game directory or remove the following lines from the original file: @@ -12,3 +17,20 @@ Copy `17410_install.vdf` into the game directory or remove the following lines f "MinimumHasRunValue" "81017" } ``` + +Use latest system PhysX +----------------------- +- inside `mirrors edge/Binaries` delete the `PhysXLocal` directory and the files `PhysXCore.dll` and `PhysXDevice.dll` +- enable to always use PhysX through video card in NVidia settings + +Change FOV +---------- +In `C:\Users\<user>\Documents\EA Games\Mirror's Edge\TdGame\Config\TdInput.ini` +add the following below the line `bEnableMouseSmoothing=true` +``` ini +Bindings=(Name="ONE",Command="FOV 90",Control=False,Shift=False,Alt=False) +Bindings=(Name="TWO",Command="FOV 95",Control=False,Shift=False,Alt=False) +Bindings=(Name="THREE",Command="FOV 100",Control=False,Shift=False,Alt=False) +Bindings=(Name="FOUR",Command="FOV 105",Control=False,Shift=False,Alt=False) +Bindings=(Name="FIVE",Command="FOV 110",Control=False,Shift=False,Alt=False) +```