| SekiroFpsUnlockAndMore | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| SekiroFpsUnlockAndMore.sln | ||
Sekiro FPS Unlocker and more
A small utility to remove frame rate limit, add custom resolutions with 21/9 widescreen support, increase field of view (FOV) (credits to jackfuste) and borderless window mode for Sekiro: Shadows Die Twice written in C#. Patches games memory while running, does not modify any game files. works with every game version (legit steam & oh-not-so-legit), should work with all future updates.
Download
See it in action:
Features
- does not modify any game files, RAM patches only
- works with legit, unmodified steam version as well as with unpacked, not-so-legit versions
- GSYNC and FreeSync support even in borderless window mode
- unlock frame rate (remove FPS limit) by setting a new custom limit or setting lock to unlimited
- add a custom resolution, 21/9 widescreen supported (will overwrite the default 1920x1080 resolution, HUD limited to 16/9)
- increase field of view (FOV) (credits to jackfuste)
- set the game to borderless window mode
- automatically patch game on startup
- seamlessly switch between windowed, borderless and borderless fullscreen
- hotkey for patching while in (borderless) window mode
- log hidden counters such as deaths/kill count
Usage
The game enforces VSYNC and forces 60 Hz in fullscreen even on 144 Hz monitors so we have to override these.
60 Hz monitors: disable VSYNC via driver (use 'Enhanced Sync' on AMD) and use fullscreen, see guide below
high refresh rate monitors: use borderless or force monitor to always use highest available refresh rate and then use fullscreen, see guide below
Follow these steps on Nvidia:
- Open Nvidia Control Panel
- Navigate to
Display -> Change resolution - Make sure your monitor is set to the highest Refresh rate possible:
- Navigate to
3D Settings -> Manage 3D settings -> Program Settings - Select Sekiro from the dropdown or add it manually if it's missing:
Add -> Select Sekiro -> Add Selected Program - Set
Vertical synctoOff - Set
Preferred refresh ratetoHighest available - Hit apply and close Nvidia Control Panel
- Start
Sekiro FPS Unlocker and moreand set FPS lock to your desired framerate - Start the game and use fullscreen or borderless window mode
- These steps will force disable vsync so it won't limit your fps to monitor refresh rate and also force the monitor to ignore the games request to run at 60 Hz if in fullscreen
If you do not have 'Preferred refresh rate' or 'Vertical sync' follow these steps (Nvidia):
- Download and extract the Nvidia Inspector
- Start the Nvidia Profile Inspector
- Under
2 - Sync and RefreshsetPrefered RefreshratetoHighest availableandVertical SynctoForce off - Hit
Apply changesand you are good to go
Follow these steps on AMD:
- Right click on Desktop ->
Display settings - Scroll down an click
Advanced Display Settings -> Display Adapter Properties - Switch to
Monitortab and make sure your monitor is set to the highest Refresh rate possible: - Open Radeon Settings
- Navigate to
Gaming -> Sekiroor add it manually if it's missing:Add -> Browse -> Sekiro - Set
Wait for Vertical RefreshtoEnhanced Sync: - Apply and close Radeon Settings
- Start
Sekiro FPS Unlocker and moreand set FPS lock to your desired frame rate - Launch the game in windowed mode, then switch to fullscreen once in game
- The last step is important as AMD somehow does not correctly disable VSYNC otherwise
If you do not have 'Enhanced Sync' follow these steps (AMD):
- Try setting
Wait for Vertical RefreshtoOffinstead: - Be aware however that it seems like AMDs latest drivers are buggy in that regard
To play the game with GSYNC do these additional steps (Nvidia):
- Under Nvidia Control Panel navigate to
3D Settings -> Manage 3D settings -> Program Settings -> Sekiro - Set
Monitor TechnologytoG-SYNC - Make sure that
Preferred refresh rateis still set toHighest available - Make sure that
Vertical syncis still set toOff - Don't forget to Apply and close Nvidia Control Panel
- Use a 3rd party frame rate limiter like RTSS and set a frame rate limit just a few fps below your monitor refresh rate, on a 144Hz Monitor use 138
- Start
Sekiro FPS Unlocker and moreand set FPS lock to your monitors refresh rate - Start the game and set it to Fullscreen
- Enjoy perfectly tearing free variable high refresh rates without VSYNC
The graphic setup has to be done only once but as the patcher hot-patches the memory you have to start the patcher every time you want to unlock frame rate etc.
To add a custom resolution
- Start the game
- Start
Sekiro FPS Unlocker and more, set you desired resolution and enable it by ticking the check box - Set your custom resolution in the graphical settings, be aware that the ingame HUD will be limited to 16/9
To use the FOV changer
- Start the game
- Load up your save game
- Start
Sekiro FPS Unlocker and more, set you desired FOV value and enable it by ticking the check box - If you reload a save FOV will reset so patch game manually again
To use borderless window mode:
- Start the game
- Go to
Settings -> Graphical settings -> Monitor Modeand set it toWindowed - Set your resolution
- Start
Sekiro FPS Unlocker and moreand enable borderless window mode - If you want fullscreen borderless enable
Fullscreen stretch
Preview
Unlocked framerate
Increased FOV and borderless window:
Prerequisites
- .NET Framework 4.0
- administrative privileges (for patching)
- 64 bit OS
Building
Use Visual Studio 2017 to build
Contributing
Feel free to open an issue or create a pull request at any time
License
This project is licensed under the MIT License - see the LICENSE file for details
Credits
- jackfuste for FOV findings and running speed fix
- TyChii93#2376 for AMD and widescreen testing
- Darius Dan for the icon
Limitations
- the game has forced VSYNC so unlocking the frame rate when your monitor has 60Hz will do nothing. You'll have to disable VSYNC in Nvidia Control Panel or AMD Radeon Settings first
- in fullscreen the game forces the monitor to 60 Hz so you'll have to handle this with driver override too, see Usage
- your monitor has to support your custom resolution otherwise it won't show up correctly
- due to how the game renders altering FOV will not move the HUD
- the HUD is limited to 16/9 even on 21/9 resolutions
- the hotkey won't work if the game runs in exclusive, true fullscreen mode
Version History
- v1.0.3 (2019-??-??)
- Added option to log death/kill counters to use with OBS
- v1.0.2 (2019-03-26)
- Added option to reduce FOV (request)
- Added option to stretch borderless window to fullscreen regardless of window resolution
- Fixed borderless Z-order issue where task bar could be infront of window (thanks to Forkinator for reporting)
- Fixed resolution issues in borderless (thanks to King Henry V#6946 for reporting)
- v1.0.1 (2019-03-26)
- Fixed scaling issue in borderless window mode (thanks to Spacecop42#0947 for reporting)
- v1.0.0 (2019-03-25)
- Initial release