More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|version=2021 | |version=2021 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/edizoncategorizernx.7z Source Only | |||
|website=http://edizonoverlaythingy.azurewebsites.net/ | |website=http://edizonoverlaythingy.azurewebsites.net/ | ||
|source=https://github.com/Crashdummyy/edizoncategorizer | |source=https://github.com/Crashdummyy/edizoncategorizer | ||
|donation= | |donation= | ||
}} | }} | ||
The EdizonCategorizer is a full fledged tool to create cheat files for atmosphere. | The [http://edizonoverlaythingy.azurewebsites.net/ EdizonCategorizer] is a full fledged tool to create cheat files for atmosphere. | ||
The main purpose of this tool is to create a cheat file that can work with the updated [[EdiZon-Overlay Switch|EdizonOverlay]]. | The main purpose of this tool is to create a cheat file that can work with the updated [[EdiZon-Overlay Switch|EdizonOverlay]]. | ||
Line 64: | Line 65: | ||
== External links == | == External links == | ||
* Frontend Demo - http://edizonoverlaythingy.azurewebsites.net | |||
* GitHub - https://github.com/Crashdummyy/edizoncategorizer | * GitHub - https://github.com/Crashdummyy/edizoncategorizer | ||
* Tests - [https://edizonoverlaythingy.azurewebsites.net/LivingDoc.html#/document/Standalone/feature/720dc91748e1fdc25c41b4e2f741be61 https://edizonoverlaythingy.azurewebsites.net/LivingDoc.html] | * Tests - [https://edizonoverlaythingy.azurewebsites.net/LivingDoc.html#/document/Standalone/feature/720dc91748e1fdc25c41b4e2f741be61 https://edizonoverlaythingy.azurewebsites.net/LivingDoc.html] | ||
* GBAtemp - https://gbatemp.net/threads/edizon-categorizer.604549/ | * GBAtemp - https://gbatemp.net/threads/edizon-categorizer.604549/ |
Latest revision as of 06:24, 2 Mayıs 2023
Edizon Categorizer | |
---|---|
General | |
Author | Crashdummyy |
Type | PC Utilities |
Version | 2021 |
License | Mixed |
Last Updated | 2021/12/15 |
Links | |
Source Only Download | |
Website | |
Source | |
The EdizonCategorizer is a full fledged tool to create cheat files for atmosphere.
The main purpose of this tool is to create a cheat file that can work with the updated EdizonOverlay.
The Frontend is driven by Blazor.
Features
- Read from existing cheat Files.
- Add a new cheat into a section.
- Move cheats between sections.
- Delete cheats and/or whole sections.
User guide
Read existing cheatFiles
Existing cheat files can be deserialized into Sections. Existing sections are translated into the new format.
Before
[---GBA Codes---] 00000000 00000000 00000000 [Disable GBA Slot] 04000000 0238FED0 2A1F03E0 [Enable GBA Ruby] 04000000 0238FED0 52800020
After
[--SectionStart:GBA Codes--] 00000000 00000000 00000000 [Disable GBA Slot] 04000000 0238FED0 2A1F03E0 [Enable GBA Ruby] 04000000 0238FED0 52800020 [--SectionEnd:GBA Codes--] 00000000 00000000 00000000
If the cheat file was already created using this app, the already modified file can be read again.
Screenshots
Read existing file (Brilliant Diamond here)
Adding a cheat to a section
Create a new Cheatfile