Skip to content

EdiZon Overlay originally by WerWolv. Updated for HOS 18.0.1

Notifications You must be signed in to change notification settings

proferabg/EdiZon-Overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EdiZon-Overlay Github All Releases

Originally by @WerWolv

Continued Support by proferabg

Latest Changelog - v1.0.8

Updated libnx
Fixed temperature rendering
Added Enabling Cheats by Default on Overlay Open

How To Use Submenus

In your cheat text document, you can add submenus by using these 2 tags

[--SectionStart:<Section Name>--]
[--SectionEnd:<Section Name>--]

Example:

[--SectionStart:Item Codes--]
00000000 00000000 00000000    

[Items x999]
040A0000 01DB2A08 52807CE0

[--SectionEnd:Item Codes--]
00000000 00000000 00000000

This will create a submenu called Item Codes with Items x999 being a cheat in that submenu.

You can also disable the submenu feature (skips submenu items in cheat file). To do so, insert the following at the very top of the file.

[--DisableSubmenus--]
00000000 00000000 00000000

Warning: Having too many cheats at once can lead to stability issues and can crash.

How To Enable Cheats by Default on Overlay Open

In your cheat text document, you can have cheats turn on by default on opening of the overlay. To do this, simply find the cheat you want to enable by default and add :ENABLED onto the end of the name.

Example:

[60 FPS Mod:ENABLED]
00000000 00000000 00000000

Warning: This will turn the cheat on every time the overlay is relaunched. Also, turning the cheat off in the menu and relaunching the overlay will turn the cheat back on.