More actions
(Created page with "{{Infobox Switch Homebrews |title=The Stretchers 60 FPS mod |image=thestretchers60fpsmodswitch.png |description=The Stretchers 60 FPS mod. |author=masagrator |lastupdated=2019/12/15 |type=Game Hacks |version=2019 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodswitch.7z |website=https://gbatemp.net/threads/the-stretchers-60-fps-mod.553073/ |source= |donation=https://ko-fi.com/masagrator }} {{#seo: |title=Switch Rom Hacks (Game Hack...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=The Stretchers 60 FPS mod | |title=The Stretchers 60 FPS mod | ||
|image= | |image=thestretchers60fpsmodnx.png | ||
|description=The Stretchers 60 FPS mod. | |description=The Stretchers 60 FPS mod. | ||
|author=masagrator | |author=masagrator | ||
|lastupdated=2019/ | |lastupdated=2019/11/26 | ||
|type=Game Hacks | |type=Game Hacks | ||
|version=2019 | |version=2019 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodnx.7z | ||
|website=https://gbatemp.net/threads/the-stretchers-60-fps-mod.553073/ | |website=https://gbatemp.net/threads/the-stretchers-60-fps-mod.553073/ | ||
|source= | |source= | ||
|donation=https://ko-fi.com/masagrator | |donation=https://ko-fi.com/masagrator | ||
}} | }} | ||
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 <code>/atmosphere/contents/</code> | |||
*Atmosphere <=0.9.4 <code>/atmosphere/title/</code> | |||
*ReiNX <code>/reinx/titles/</code> | |||
*SXOS <code>/sxos/titles/</code> | |||
And restart Switch. | |||
Should work with all versions of game. | |||
== | ==User guide== | ||
===Recommended settings=== | |||
Recommended OC settings with [[sys-clk Switch|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 | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/masagrator/NXGraphicsPatches | ||
* GBAtemp - https://gbatemp.net/threads/the-stretchers-60-fps-mod.553073/ | |||
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