More actions
(Created page with "{{Infobox Switch Homebrews |title=Everspace 60 FPS mod |image=everspace60fpsmodswitch.png |description=Everspace 60 FPS mod. |author=masagrator |lastupdated=2019/08/12 |type=Game Hacks |version=2019 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/everspace60fpsmodswitch.7z |website=https://gbatemp.net/threads/everspace-60-fps-mod.545812/ |source= |donation=https://ko-fi.com/masagrator }} {{#seo: |title=Switch Rom Hacks (Game Hacks) - GameBrew |title_mo...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Everspace 60 FPS mod | |title=Everspace 60 FPS mod | ||
|image= | |image=everspace60fpsmodnx.png | ||
|description=Everspace 60 FPS mod. | |description=Everspace 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/everspace60fpsmodnx.7z | ||
|website=https://gbatemp.net/threads/everspace-60-fps-mod.545812/ | |website=https://gbatemp.net/threads/everspace-60-fps-mod.545812/ | ||
|source= | |source= | ||
|donation=https://ko-fi.com/masagrator | |donation=https://ko-fi.com/masagrator | ||
}} | }} | ||
Mod for Everspace that increases FPS cap to 60 FPS. If it can't achieve 60 FPS, it drops to 30. | |||
Docked mode won't achieve stable 60 FPS with this mod. | |||
==Installation== | |||
Copy folder 0100DCF0093EC000 to: | |||
*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 OC settings: | |||
handheld_charging_cpu=1224 | |||
handheld_charging_gpu=768 | |||
handheld_charging_mem=1600 | |||
What was changed: | |||
== | RSG/Config/DefaultDeviceProfiles.ini | ||
from | |||
[Switch DeviceProfile] | |||
+CVars=t.maxFPS=32 | |||
+CVars=nvn.syncinterval=2 | |||
+CVars=rhi.syncinterval=2 | |||
+CVars=r.GTSyncType=2 | |||
to | |||
[Switch DeviceProfile] | |||
+CVars=t.maxFPS=62 | |||
+CVars=nvn.syncinterval=1 | |||
+CVars=rhi.syncinterval=1 | |||
+CVars=r.GTSyncType=1 #this is used for reducing input lag, doesn't make any visible difference in 60 FPS, can be deleted, because =2 is meant for 30 FPS | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/masagrator/NXGraphicsPatches | ||
* GBAtemp - https://gbatemp.net/threads/everspace-60-fps-mod.545812/ | |||
Latest revision as of 05:15, 27 Haziran 2023
Everspace 60 FPS mod | |
---|---|
General | |
Author | masagrator |
Type | Game Hacks |
Version | 2019 |
License | Mixed |
Last Updated | 2019/08/12 |
Links | |
Download | |
Website | |
Support Author | |
Mod for Everspace that increases FPS cap to 60 FPS. If it can't achieve 60 FPS, it drops to 30.
Docked mode won't achieve stable 60 FPS with this mod.
Installation
Copy folder 0100DCF0093EC000 to:
- Atmosphere <=0.9.4
/atmosphere/title/
- Atmosphere >=0.10.1
/atmosphere/contents/
- ReiNX
/reinx/titles/
- SXOS
/sxos/titles/
Restart Switch.
User guide
Recommended OC settings:
handheld_charging_cpu=1224 handheld_charging_gpu=768 handheld_charging_mem=1600
What was changed:
RSG/Config/DefaultDeviceProfiles.ini
from [Switch DeviceProfile] +CVars=t.maxFPS=32 +CVars=nvn.syncinterval=2 +CVars=rhi.syncinterval=2 +CVars=r.GTSyncType=2 to [Switch DeviceProfile] +CVars=t.maxFPS=62 +CVars=nvn.syncinterval=1 +CVars=rhi.syncinterval=1 +CVars=r.GTSyncType=1 #this is used for reducing input lag, doesn't make any visible difference in 60 FPS, can be deleted, because =2 is meant for 30 FPS