ELY3M / EdiZon-Overlay

EdiZon Overlay originally by WerWolv. Updated for libnx 4.2.1 and HOS 15.0.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EdiZon-Overlay Github All Releases

Originally by @WerWolv

Continued Support by proferabg

Latest Changelog - v1.0.7

Squashed some more crashing issues!
Fixed mismatched cheats when hiding and showing the overlay.
Added a way to disable submenu logic for those who requested it.

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.

About

EdiZon Overlay originally by WerWolv. Updated for libnx 4.2.1 and HOS 15.0.0


Languages

Language:C++ 71.1%Language:C 17.9%Language:Makefile 11.0%