the legend of zelda tears of the kingdom nintendo switch cheats

akirakai1471

New Member
Newbie
Joined
May 17, 2023
Messages
2
Trophies
0
Age
26
XP
24
Country
Vietnam
the zonai inf. cheat seem fine, but anytime I fight gleeok It's despawn again. There something with gleeok attack make zonai device damaged or just the cheat not working so well?
 

XxBiopticxX

Member
Newcomer
Joined
Mar 29, 2023
Messages
6
Trophies
0
XP
25
Country
United States
all of the cheats are active when ever I launch the game. is there a way to fix this?
I like to mention I already change the dmnt line from 1 to 0, and moving settings to atmosphere\config but that didn't work.
 
Last edited by XxBiopticxX,

eman_not_ava

Well-Known Member
Newcomer
Joined
Nov 7, 2015
Messages
70
Trophies
0
Age
45
XP
943
Country
Netherlands
Search this thread, there's a link to a post on Reddit that gives a full tutorial to clean and restore the history. For me worked and now is working for good.
couldn't find it as there's several threads regarding the issue
Post automatically merged:

I mean, you don't show the code you are using, so I am picking one as an example:
Taken from the ams repo
  • 0000001: A
  • 0000002: B
  • 0000004: X
  • 0000008: Y
  • 0000010: Left Stick Pressed
  • 0000020: Right Stick Pressed
  • 0000040: L
  • 0000080: R
  • 0000100: ZL
  • 0000200: ZR
  • 0000400: Plus
  • 0000800: Minus
  • 0001000: Left
  • 0002000: Up
  • 0004000: Right
  • 0008000: Down
  • 0010000: Left Stick Left
  • 0020000: Left Stick Up
  • 0040000: Left Stick Right
  • 0080000: Left Stick Down
  • 0100000: Right Stick Left
  • 0200000: Right Stick Up
  • 0400000: Right Stick Right
  • 0800000: Right Stick Down
  • 1000000: SL
  • 2000000: SR
[Movement Speed (2x)]
040E0000 03885520 40000000 <- This is the "on" code when we are using button cheats

[Movement Speed (1x)]
040E0000 03885520 3F800000 <- This is the "off" code when we are using button cheats

The reason the second one is the off code is, because it's holding the default value, because it's x1 (normal) speed
Now you can look through the keycode list and choose the button or button combo you wanna use.
If you want A + R, just add the numbers like 0000001 + 0000080 = 0000081
This is your keypress code now.

[Movement Speed (2x) (Hold A + R)]
040E0000 03885520 3F800000 <- off code
80000081 <- Keypress code but with a leading 8 (enters conditional block)
040E0000 03885520 40000000 <- on code
20000000 <- ends contitional block

Clean result with B button press:
Code:
[Movement Speed (2x) (Hold B)]
040E0000 03885520 3F800000
80000002
040E0000 03885520 40000000
20000000


Clean result with B button press:
Code:
[Movement Speed (2x) (Hold B)]
040E0000 03885520 3F800000
80000002
040E0000 03885520 40000000
20000000


Original codes taken from khuong
So what if you want to put a cheat under the keycombo "A + B", would you do "0000001" + "0000002" = "0000003"?
or is a keycombo like that impossible
Post automatically merged:

couldn't find it as there's several threads regarding the issue
Post automatically merged:


So what if you want to put a cheat under the keycombo "A + B", would you do "0000001" + "0000002" = "0000003"?
or is a keycombo like that impossible
wow why were these completely unrelated messages merged, lmao
 
Last edited by eman_not_ava,

Kamanberu

Well-Known Member
Newcomer
Joined
May 29, 2019
Messages
54
Trophies
0
Age
27
XP
255
Country
France
Is there a way to get all the armor sets in one code? I can't activate all 5 at the same time and each code only gives half of the armor sets. The sets doesn't stay when I deactivate the code and It gives multiple same armor sets..?
 

Sodamyte

Member
Newcomer
Joined
May 19, 2023
Messages
24
Trophies
0
Age
46
XP
144
Country
United States
couldn't find it as there's several threads regarding the issue
Post automatically merged:


So what if you want to put a cheat under the keycombo "A + B", would you do "0000001" + "0000002" = "0000003"?
or is a keycombo like that impossible
Post automatically merged:


wow why were these completely unrelated messages merged, lmao
It auto merges if you have multiple posts in a row, regardless of content. It's how the forum reduces spam.

in response to your A+B question, yes that is how you would do it.. but be mindful of which buttons you combo based on what they do in the game.. for example A and B serve opposite functions to each other under normal conditions and the combo may confuse the game for Zelda.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,715
Trophies
2
XP
6,279
Country
Is there a way to get all the armor sets in one code? I can't activate all 5 at the same time and each code only gives half of the armor sets. The sets doesn't stay when I deactivate the code and It gives multiple same armor sets..?
there is no need to enable all 5 at the same time, enable then disable each 1 by 1
 

Ailan

Well-Known Member
Newcomer
Joined
Nov 24, 2014
Messages
63
Trophies
0
Age
39
Location
North Carolina
XP
243
Country
United States
I tried everything bruh, even updating atmosphere but nothing. Its frustrating. lol

Disabling Auto-Enable Cheats for Atmosphere

By default, Atmosphere enables all cheats that can be found on your SD when launching a game. This can be changed via Atmosphere’s configuration files.

It is strongly advised to disable auto-enable cheats, as cheats can negatively affect your save files if they cheats are unintentionally enabled with auto-save.
  1. Go to the /atmosphere/config_templates/ folder on your SD card
    switch atmosphere disable auto cheats default edizon
  2. Open system_settings.ini in your favourite text editor such as Notepad
  3. Change the ; dmnt_cheats_enabled_by_default = u8!0x1 line to dmnt_cheats_enabled_by_default = u8!0x0
 
  • Like
Reactions: MartySince87

Maze

Member
Newcomer
Joined
May 20, 2023
Messages
6
Trophies
0
Age
32
XP
15
Country
Germany
Wow. Great job. I testet it out and everything works fine. One question:
Is there any chance to keep all the armor stuff after activating the armor set code? I tried it with saving but after I reload all my armor stuff is gone.
Any suggestions to the Armor thing?
 

Roshiii

New Member
Newbie
Joined
May 23, 2023
Messages
1
Trophies
0
Age
26
XP
13
Country
Puerto Rico
I know this has already been ask but reading 30 page is well you know. Okay, i have already put the folder in the contents and edizon running but all the cheats are on by default and on other games its off. Do i need to configure the system_setting anyways????
Post automatically merged:

I know this has already been ask but reading 30 page is well you know. Okay, i have already put the folder in the contents and edizon running but all the cheats are on by default and on other games its off. Do i need to configure the system_setting anyways????
Also if a do turn them all of manually the switch crashes hard.
Post automatically merged:

ok, just saw the fix thanks Ailan
 
Last edited by Roshiii,

sudeki300

Well-Known Member
Member
Joined
Nov 20, 2004
Messages
1,118
Trophies
1
XP
1,691
Country
United Kingdom
I know this has already been ask but reading 30 page is well you know. Okay, i have already put the folder in the contents and edizon running but all the cheats are on by default and on other games its off. Do i need to configure the system_setting anyways????
Post automatically merged:


Also if a do turn them all of manually the switch crashes hard.
for the cheats being always on, read the post three above yours #592 its explained there. didnt even have to go back a page, let alone 30 of them
 

ulic13

New Member
Newbie
Joined
Apr 5, 2022
Messages
3
Trophies
0
Age
32
Location
England
XP
33
Country
United Kingdom
Since the fire temple boss I’m unable to go near a boss enemy without being instantly thrown back as if I’ve been hit. Only way to hit them seems to be with a bow and arrow. I’m using the inf. health cheat. Anyone encountered this and managed to fix it?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: @AncientBoi, WAKE UP