Nintendo SWITCH Cheat Codes Download

Avoid creating cheat Request Topic​

Request cheats are made in :​

cheat-codes-ams-and-sx-os-add-and-request-general


This group provides cheat code authors to post works, share experience, learn and exchange

This group also provides cracking game players to get the latest and most complete cheats, and assist in testing

Since GBATemp is the most famous place in the industry, we hope to improve the content quality of this group

The main contents of this group include:
1. Publish personal originals.
2. Improve the quality of secondary creation (including version updates, repairs, and enhancements)
3. Request to create game cheats
4. Tutorial sharing on developing game cheat codes

For technical exchanges, sharing the code of others must attach the URL of the webpage published by the original author (do not copy the complete code)

Although the content of this group is very precious, it is provided for free, and it is not allowed to reprint it to commercial places or paid membership websites for profit.
Nintendo SWITCH Cheat Codes Download
Nintendo SWITCH Cheat Codes Download

Breeze beta99

  • Thread starter Thread starter TomSwitch
  • Start date Start date
  • Views Views 11,127
  • Replies Replies 583
  • Likes Likes 17
The button is for picking cheats and cheats are always related to game so I think game directory make sense. For each game there should not be many files to choose from. A directory for all files may end up 670 over time.

The left panel items consumes lots of memory, I could change the code to not load everything but then I suppose that 670 use case isn't compelling enough to put in the effort.
the 670 part was just user error since breeze doesn't save cheats in switch/breese/bid.txt?
breeze would already crash when there are ~300+ txt files, not 670
also, if it could load anyfilename.txt (can also put multi different games in the same file) then it should work for any game, it is not loaded automatically so game title folder in not necessary
 
Last edited by dsrules,
the 670 part was just user error since breeze doesn't save cheats in switch/breese/bid.txt?
also, if it could load anyfilename.txt (can also put multi different games in the same file) then it should work for any game, it is not loaded automatically so game title folder in not necessary
Not for machine, most human will have difficulty with too many files.
 
Repeat,i only copied the .txt files of the cheats that i have as a backup in my smartphone,look at this
2026010600225600-DB1426D1DFD034027CECDE9C2DD914B8.jpg
as an emergency now i use a smaller sdcard with all the folders therefore related games with cheats inside.
 
Not for machine, most human will have difficulty with too many files.
he mistakenly copied all 670 txt files into breeze without folders hence the problem occurred
since he already solved it as mentioned above, you could restore that button function to as before
 
he mistakenly copied all 670 txt files into breeze without folders hence the problem occurred
since he already solved it as mentioned above, you could restore that button function to as before
You also use this button and prefer the old directory it opens?
 
It wasn't a mistake,i did it on purpose to test and have them all immediately from smartphone without recovering them from the other SD card where the folders were,is it difficult to understand?
 
  • Like
Reactions: dsrules
You also use this button and prefer the old directory it opens?
I only used a few times, maybe it was for testing, like gamename.txt without the need to know the tid or bid
seems ranma99vn found it very useful tho
Post automatically merged:

You also use this button and prefer the old directory it opens?
with notes, the old directory is definitely more useful than before
notes.jpg
 
Last edited by dsrules,
Will try out thanks... And yeah, not so big of a deal when it crashes... Better than going through 64 code caves at worst on my own ;)
some pattern will cause the relocate (also type 0 map, maybe this is the source of the problem, I reuse some code here) to crash.
 
some pattern will cause the relocate (also type 0 map, maybe this is the source of the problem, I reuse some code here) to crash.

I could not try it out right now... Because I had to do manual bug fix in some codes so I did it by hand but will come to the feature back in the next days. Thanks for explanation
 
I could not try it out right now... Because I had to do manual bug fix in some codes so I did it by hand but will come to the feature back in the next days. Thanks for explanation
You can always save your cheats and try it to understand how it behave. The cheats will be stack like how it is ordered on cheatVM and if you reuse any space it will become separated. For example if you have two cheats that are mutually exclusive cause they hook the same point and you use relocate then no more space saving. For example speed x4 and speed x10 can use the same code cave cause you will never use both at the same time.

Relocate will preserve dynamic ASM only within one cheat. For example you have button condition that changes the ASM within the cheat it will be preserved but if you have another cheat that hack the ASM as a mod to cheat ( many people do that with master code having a collection of ASM and individual cheat hacking the code cave ) relocated will screw them up.
Post automatically merged:

I only used a few times, maybe it was for testing, like gamename.txt without the need to know the tid or bid
seems ranma99vn found it very useful tho
Post automatically merged:


with notes, the old directory is definitely more useful than before
View attachment 549553
Currently, the notes.txt file must be located in the game directory to be accessed, so changing the behavior of the Pick Cheat button alone will not work.


To allow generic note access for referencing useful information, the system will need to be redesigned to define how this functionality should work.
 
Last edited by TomSwitch,
  • Like
Reactions: LaMano
Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.
I gotta ask. But first , thank you for continuing this great project!

I might have money riding on this answer. What's the release after breeze beta 99z?
 
What's the release after breeze beta 99z?
Why release a tag with _pr?
I appear to be delaying the coming of z.
I didn’t want 99 pr1 to disappear in case pr2 introduced issues. I also have not made up my mind if this note feature is to stay.

Why not just go 100? I started staying with 99 and then it just got momentum. No big reason to not go 100.
 
Last edited by TomSwitch,
  • Love
Reactions: OrGoN3
Why release a tag with _pr?
I am delaying the coming of z, and I didn’t want 99 pr1 to disappear in case pr2 introduced issues.

Why not just go 100? I started staying with 99 and then it just got momentum.
I realize this was a bad timing question with the pr tags on the recent builds. But I was just wondering what you would've done. I'm just being weird. Thanks for answering! ☺️
 
I realize this was a bad timing question with the pr tags on the recent builds. But I was just wondering what you would've done. I'm just being weird. Thanks for answering! ☺️
Randomness across topics is human. I’m randomly lazy—and then consistently lazy—with many parts of Breeze. I’m also randomly a perfectionist from time to time, though not nearly as often as I’m lazy. That’s why it isn’t open source: I don’t have to share my ugly code. If you want to see ugly code, you can check out the many open-source projects I’ve shared before.

Maybe a day will come when I can tell an AI to clean it up. I’d do that—but it would have to be 100% good all the time, and I’m not sure that day will ever come.
 
  • Haha
Reactions: LaMano and OrGoN3
You can always save your cheats and try it to understand how it behave. The cheats will be stack like how it is ordered on cheatVM and if you reuse any space it will become separated. For example if you have two cheats that are mutually exclusive cause they hook the same point and you use relocate then no more space saving. For example speed x4 and speed x10 can use the same code cave cause you will never use both at the same time.

Relocate will preserve dynamic ASM only within one cheat. For example you have button condition that changes the ASM within the cheat it will be preserved but if you have another cheat that hack the ASM as a mod to cheat ( many people do that with master code having a collection of ASM and individual cheat hacking the code cave ) relocated will screw them up.
Post automatically merged:


Currently, the notes.txt file must be located in the game directory to be accessed, so changing the behavior of the Pick Cheat button alone will not work.


To allow generic note access for referencing useful information, the system will need to be redesigned to define how this functionality should work.

Worked very well in my case... I have all your examples aboved mentioned but of course I have to go over it and correct the few things afterwards on my own... But preserves so much time!! My feature of the week :) did it with Breeze and had no crash
 
  • Like
Reactions: TomSwitch
Hey all, I recently setup Breeze and Edizon-SE to attempt to gain a unlimited gold cheat code for the latest build of Battle Brothers which covers the latest update and DLC.

Unfortunately trying to spend gold, search for that value, spend more and look for decrements I gave up as the number of returns weren't really dropping. I only have a vague understanding of what I'm doing.

Can anyone help or possibly provide any cheats for this build ID?
 

Group statistics

Group owner:
matias3ds
Members:
86071
Threads:
7765
Messages:
42269
Photos:
0

Site & Scene News