Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

The Stretchers 60 FPS Mod Switch: Difference between revisions

From GameBrew
(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=thestretchers60fpsmodswitch.png
|image=thestretchers60fpsmodnx.png
|description=The Stretchers 60 FPS mod.
|description=The Stretchers 60 FPS mod.
|author=masagrator
|author=masagrator
|lastupdated=2019/12/15
|lastupdated=2019/11/26
|type=Game Hacks
|type=Game Hacks
|version=2019
|version=2019
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodswitch.7z
|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
}}
}}
{{#seo:
60 FPS mod for The Stretchers.
|title=Switch Rom Hacks (Game Hacks) - GameBrew
 
|title_mode=append
It changes the framerate cap to 60 and dynamic resolution to match 60 FPS.
|image=thestretchers60fpsmodswitch.png
 
|image_alt=The Stretchers 60 FPS mod
==Installation==
}}
Copy the 0100AA400A238000 folder to the corresponding directory:
{{cleanup|article|Needs cleanup}}
*Atmosphere >=0.10.1 <code>/atmosphere/contents/</code>
The Stretchers 60 FPS mod.
*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.


==Media==
==User guide==
<youtube></youtube>
===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.


==Screenshots==
===What was changed===
https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodswitch-01.png
Stretch\Config\Switch\SwitchGameUserSettings.ini:
https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodswitch-02.png
from
https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodswitch-03.png
[/Script/Engine.GameUserSettings]
https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodswitch-04.png
FrameRateLimit=30.0
https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodswitch-05.png
to
https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodswitch-06.png
[/Script/Engine.GameUserSettings]
https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodswitch-07.png
FrameRateLimit=60.0
https://dlhb.gamebrew.org/switchhomebrews/thestretchers60fpsmodswitch-08.png


==Changelog==
Stretch\Config\Switch\SwitchDeviceProfiles.ini:
'''v.1.0'''
from
* First Release.
[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 ==
* Gbatemp - https://gbatemp.net/threads/the-stretchers-60-fps-mod.553073/
* GitHub - https://github.com/masagrator/NXGraphicsPatches
* Github -
* GBAtemp - https://gbatemp.net/threads/the-stretchers-60-fps-mod.553073/
* Reddit -

Latest revision as of 07:11, 28 Haziran 2023

The Stretchers 60 FPS mod
Thestretchers60fpsmodnx.png
General
Authormasagrator
TypeGame Hacks
Version2019
LicenseMixed
Last Updated2019/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

External links

Advertising: