Skip to content

Commit

Permalink
Mirror's Edge: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji authored Jan 12, 2023
1 parent 0456bdc commit 7fabadc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions mirrors edge/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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)
```

0 comments on commit 7fabadc

Please sign in to comment.