More actions
(Created page with "{{Infobox Switch Homebrews |title=The Sinking City 60 FPS mod |image=thesinkingcity60fpsmodswitch.png |description=The Sinking City 60 FPS mod. |author=masagrator |lastupdated=2019/09/12 |type=Game Hacks |version=2019 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/thesinkingcity60fpsmodswitch.7z |website=https://gbatemp.net/threads/the-sinking-city-60-fps-mod.547950/ |source= |donation=https://ko-fi.com/masagrator }} {{#seo: |title=Switch Rom Hacks (G...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=The Sinking City 60 FPS mod | |title=The Sinking City 60 FPS mod | ||
|image= | |image=thesinkingcity60fpsmodnx.png | ||
|description=The Sinking City 60 FPS mod. | |description=The Sinking City 60 FPS mod. | ||
|author=masagrator | |author=masagrator | ||
Line 8: | Line 8: | ||
|version=2019 | |version=2019 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/thesinkingcity60fpsmodnx.7z | ||
|website=https://gbatemp.net/threads/the-sinking-city-60-fps-mod.547950/ | |website=https://gbatemp.net/threads/the-sinking-city-60-fps-mod.547950/ | ||
|source= | |source= | ||
|donation=https://ko-fi.com/masagrator | |donation=https://ko-fi.com/masagrator | ||
}} | }} | ||
The Sinking City mod that Mod raises FPS cap to 60. | |||
==Installation== | |||
| | Copy folder 010028D00BA1A000 to the corresponding directory: | ||
*Atmosphere <=0.9.4 <code>/atmosphere/title/</code> | |||
*Atmosphere >=0.10.1 <code>/atmosphere/contents/</code> | |||
*ReiNX <code>/reinx/titles/</code> | |||
*SXOS <code>/sxos/titles/</code> | |||
Restart Switch. | |||
==User guide== | |||
===Recommended [[sys-clk Switch|sys-clk]] settings=== | |||
handheld_charging_cpu=1224 | |||
handheld_charging_gpu=768 | |||
handheld_charging_mem=1600 | |||
docked_cpu=1224 | |||
The game utilizes the same settings for both docked and handheld modes. The minimum dynamic resolution has been reduced from 854x480 to 640x360 (maximum is 1280x720). So if higher GPU clocks you will set, better resolution you will get. | |||
It should work with all version available and upcoming. | |||
== | ===What was changed=== | ||
TSCGame/Config/Switch/SwitchDeviceProfiles.ini | |||
== | from | ||
[Switch DeviceProfile] | |||
+CVars=rhi.SyncInterval=2 | |||
+CVars=r.DynamicRes.MinScreenPercentage=44.44 | |||
+CVars=r.DynamicRes.FrameTimeBudget=33.3 | |||
to | |||
[Switch DeviceProfile] | |||
+CVars=rhi.SyncInterval=1 | |||
+CVars=r.DynamicRes.MinScreenPercentage=33.33 | |||
+CVars=r.DynamicRes.FrameTimeBudget=16.6 | |||
== External links == | == External links == | ||
* | * GBAtemp - https://gbatemp.net/threads/the-sinking-city-60-fps-mod.547950/ | ||
* | * GitHub - https://github.com/masagrator/NXGraphicsPatches | ||
Revision as of 05:11, 27 Haziran 2023
The Sinking City 60 FPS mod | |
---|---|
General | |
Author | masagrator |
Type | Game Hacks |
Version | 2019 |
License | Mixed |
Last Updated | 2019/09/12 |
Links | |
Download | |
Website | |
Support Author | |
The Sinking City mod that Mod raises FPS cap to 60.
Installation
Copy folder 010028D00BA1A000 to the corresponding directory:
- Atmosphere <=0.9.4
/atmosphere/title/
- Atmosphere >=0.10.1
/atmosphere/contents/
- ReiNX
/reinx/titles/
- SXOS
/sxos/titles/
Restart Switch.
User guide
Recommended sys-clk settings
handheld_charging_cpu=1224 handheld_charging_gpu=768 handheld_charging_mem=1600 docked_cpu=1224
The game utilizes the same settings for both docked and handheld modes. The minimum dynamic resolution has been reduced from 854x480 to 640x360 (maximum is 1280x720). So if higher GPU clocks you will set, better resolution you will get.
It should work with all version available and upcoming.
What was changed
TSCGame/Config/Switch/SwitchDeviceProfiles.ini
from [Switch DeviceProfile] +CVars=rhi.SyncInterval=2 +CVars=r.DynamicRes.MinScreenPercentage=44.44 +CVars=r.DynamicRes.FrameTimeBudget=33.3 to [Switch DeviceProfile] +CVars=rhi.SyncInterval=1 +CVars=r.DynamicRes.MinScreenPercentage=33.33 +CVars=r.DynamicRes.FrameTimeBudget=16.6