More actions
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
60 FPS mod for The Stretchers. | 60 FPS mod for The Stretchers. | ||
It changes | It changes the framerate cap to 60 and dynamic resolution to match 60 FPS. | ||
==Installation== | ==Installation== | ||
Line 30: | Line 30: | ||
==User guide== | ==User guide== | ||
===Recommended settings=== | ===Recommended settings=== | ||
Recommended OC settings | Recommended OC settings with [[sys-clk Switch|sys-clk]]: | ||
handheld_charging_cpu=1224 | handheld_charging_cpu=1224 | ||
handheld_charging_gpu=768 | handheld_charging_gpu=768 |
Latest revision as of 07:11, 28 Haziran 2023
The Stretchers 60 FPS mod | |
---|---|
General | |
Author | masagrator |
Type | Game Hacks |
Version | 2019 |
License | Mixed |
Last Updated | 2019/11/26 |
Links | |
Download | |
Website | |
Support Author | |
60 FPS mod for The Stretchers.
It changes the framerate cap to 60 and dynamic resolution to match 60 FPS.
Installation
Copy the 0100AA400A238000 folder to the corresponding directory:
- Atmosphere >=0.10.1
/atmosphere/contents/
- Atmosphere <=0.9.4
/atmosphere/title/
- ReiNX
/reinx/titles/
- SXOS
/sxos/titles/
And restart Switch.
Should work with all versions of game.
User guide
Recommended settings
Recommended OC settings with sys-clk:
handheld_charging_cpu=1224 handheld_charging_gpu=768 handheld_charging_mem=1600
Not tested in docked mode.
What was changed
Stretch\Config\Switch\SwitchGameUserSettings.ini:
from [/Script/Engine.GameUserSettings] FrameRateLimit=30.0 to [/Script/Engine.GameUserSettings] FrameRateLimit=60.0
Stretch\Config\Switch\SwitchDeviceProfiles.ini:
from [Switch DeviceProfile] +CVars=r.DynamicRes.MinScreenPercentage=80 +CVars=r.DynamicRes.FrameTimeBudget=33.3 +CVars=r.GTSyncType=2 +CVars=rhi.syncinterval=2 [SwitchHandheld DeviceProfile] +CVars=r.DynamicRes.MinScreenPercentage=60 +CVars=r.DynamicRes.FrameTimeBudget=33.3 to [Switch DeviceProfile] +CVars=r.DynamicRes.MinScreenPercentage=60 +CVars=r.DynamicRes.FrameTimeBudget=16.6 +CVars=rhi.syncinterval=1 [SwitchHandheld DeviceProfile] +CVars=r.DynamicRes.MinScreenPercentage=52 +CVars=r.DynamicRes.FrameTimeBudget=16.6