-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from biase-d/hollow_knight
Add Hollow knight Resolution Cheats
- Loading branch information
Showing
4 changed files
with
116 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
By @Hazerou | ||
Updated By t a s h i | ||
|
||
Note; | ||
|
||
When using 60 FPS, Game Speed will slow down whenever FPS Drops. | ||
When using 60 FPS, Game Speed will slow down whenever FPS Drops. (You can fix this by using FPSLocker patch which disables double buffer) | ||
|
||
Resolution Hacks will not work straight away after activating it. You need to move around a little to change effect. And unfortunately it only works in Handheld Mode because it's not working properly in Docked Mode. | ||
Handheld mode - Resolution Hacks will not work straight away after activating it. You need to go home and back to the game or trigger dynamic res by reducing GPU clock then going back to your preferred one for the effect | ||
|
||
Docked mode - Resolution hacks will trigger straight away after activating when in a place where DRS is disabled like Waddle Dee town. 1080p60 is not possible even at max GPU clocks so I recommend using it while targetting 30fps | ||
|
||
Also handheld mode and docked mode are set seperately so feel free to have different resolutions for both | ||
|
||
Thanks to @lucky for providing a guide to find the FPS Code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
By t a s h I | ||
|
||
Resolution Cheats from 576p up to 1080p | ||
|
||
Notes: | ||
Resolution is applied to both handheld mode and docked mode so you will have to change them whenever you switch modes if you want to use seperate resolutions for handheld and docked | ||
I couldn't find how to set them seperately | ||
|
||
Game runs at 720p60 well while in handheld mode with the default clocks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
[576p Default Res for Handheld] | ||
580F0000 0292B028 | ||
780F0000 00000060 | ||
680F0000 00000240 00000400 | ||
580F0000 0291EE38 | ||
780F0000 00006EE8 | ||
680F0000 00000240 00000400 | ||
580F0000 0292A618 | ||
780F0000 000018C8 | ||
680F0000 00000240 00000400 | ||
|
||
[720p Default Res for Docked] | ||
580F0000 0292B028 | ||
780F0000 00000060 | ||
680F0000 000002D0 00000500 | ||
580F0000 0291EE38 | ||
780F0000 00006EE8 | ||
680F0000 000002D0 00000500 | ||
580F0000 0292A618 | ||
780F0000 000018C8 | ||
680F0000 000002D0 00000500 | ||
|
||
[1080p Res] | ||
580F0000 0292B028 | ||
780F0000 00000060 | ||
680F0000 00000438 00000780 | ||
580F0000 0291EE38 | ||
780F0000 00006EE8 | ||
680F0000 00000438 00000780 | ||
580F0000 0292A618 | ||
780F0000 000018C8 | ||
680F0000 00000438 00000780 | ||
|
||
[Infinite HP] | ||
580f0000 027ede78 | ||
580f1000 000000a0 | ||
580f1000 00000000 | ||
780f0000 0000002c | ||
610f0000 00000000 0000000b | ||
|
||
[Infinite MP] | ||
580f0000 027ede78 | ||
580f1000 000000a0 | ||
580f1000 00000000 | ||
780f0000 00000068 | ||
610f0000 00000000 00000063 | ||
|
||
[Geo 999999] | ||
580f0000 027ede78 | ||
580f1000 000000a0 | ||
580f1000 00000000 | ||
780f0000 00000060 | ||
640f0000 00000000 000f423f | ||
|
||
[Invincible] | ||
580f0000 027ede78 | ||
580f1000 000000a0 | ||
580f1000 00000000 | ||
780f0000 00000af3 | ||
610f0000 00000000 00000001 | ||
|
||
[Infinite Jump permanent after saved] | ||
580f0000 027ede78 | ||
580f1000 000000a0 | ||
580f1000 00000000 | ||
780f0000 00000af4 | ||
610f0000 00000000 00000001 |