Homebrew WIP EdiZon SE : Advance memory trainer and pointer seacher for switch

Have you used EdiZon SE?

  • No

    Votes: 31 14.2%
  • Yes, I love it, keep doing that you are doing

    Votes: 135 61.9%
  • Yes, I like it but I wish you spend more time with the UI, stop adding features

    Votes: 26 11.9%
  • Yes, but I have given up, it's too hard to use

    Votes: 26 11.9%

  • Total voters
    218

jialeyne19

Well-Known Member
Member
Joined
Dec 22, 2016
Messages
175
Trophies
0
XP
690
Country
Philippines
remove the ; on the same line or it acts as if its not there
sorry i forgot to put or like this

this set up

; dmnt_always_save_cheat_toggles = u8!0x1 (no toggle.txt) still activated

or

; dmnt_always_save_cheat_toggles = u8!0x0 (i have toggle.txt) but still it activated
is this right ? toggle.txt inside of gameid/cheats folder?
 

lisko

Well-Known Member
Member
Joined
Oct 28, 2018
Messages
125
Trophies
0
Age
33
XP
636
Country
Italy
You mean Noexes !
i tried with it before erasing my save files didn't try after
But noexes used along with pc ?
i will give it a try

Edited
Launching of app that force load dmnt:cht will still crash the switch if noexs is attached to the game process. No solution for this one yet.

so i think dmnt not the problem in my case
coz my setup to always no auto attach dmnt but even i will try .
I don't mean noexes, I mean dmnt. Download the exefs.nsp from here: https://github.com/tomvita/Atmosphere/releases
Then replace the one in atmosphere\contents\010000000000000D\exefs.nsp
 
  • Like
Reactions: KamelColtd

KamelColtd

Active Member
Newcomer
Joined
Sep 4, 2020
Messages
30
Trophies
0
Age
36
XP
91
Country
Yemen
I don't mean noexes, I mean dmnt. Download the exefs.nsp from here: https://github.com/tomvita/Atmosphere/releases
Then replace the one in atmosphere\contents\010000000000000D\exefs.nsp

Yep i tested it before i didn't give it another test after erasing saves database will test it again but i think there must be something strange .. wanna ask if anybody uses edizonse on 10.2.0 and atm 14.4 facing the same problem?
 
Last edited by KamelColtd,

jialeyne19

Well-Known Member
Member
Joined
Dec 22, 2016
Messages
175
Trophies
0
XP
690
Country
Philippines
anyone help here where do i put this toggle.txt again i cant remember in my previous atmosphere and ediozon?

for restoration on new game launch. 1 = always save toggles,
0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x0


for restoration on new game launch. 1 = always save toggles,
0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x1
(not worked, cheat always activated)
 
Last edited by jialeyne19,

KamelColtd

Active Member
Newcomer
Joined
Sep 4, 2020
Messages
30
Trophies
0
Age
36
XP
91
Country
Yemen
after 1 or 2 month i update my atmosphere 0.14.4 and edizon se 3.7.17 and my problem again is always activate cheat by default i forgot my setting about this

; Controls whether dmnt cheats should be toggled on or off by
; default. 1 = toggled on by default, 0 = toggled off by default.
; dmnt_cheats_enabled_by_default = u8!0x0
; Controls whether dmnt should always save cheat toggle state
; for restoration on new game launch. 1 = always save toggles,
; 0 = only save toggles if toggle file exists.
; dmnt_always_save_cheat_toggles = u8!0x1 (no toggle.txt)

or

; dmnt_always_save_cheat_toggles = u8!0x0 (i have toggle.txt) but still it activated
is this right ? toggle.txt inside of gameid/cheats folder?


This is my settings file
Compare it with yours

or copy/past
 

Attachments

  • system_settings.ini.zip
    1.1 KB · Views: 139

TomSwitch

Well-Known Member
OP
Member
Joined
Jan 10, 2019
Messages
4,465
Trophies
1
Age
44
XP
14,555
Country
United States
do you have toggle.txt in this setting of yours?still cheat are default activated
I saw in your earlier post you have ";" this means the line is to be ignored. You were already informed by a previous post about this and I think you didn't understand it.

This line is useless:
; dmnt_cheats_enabled_by_default = u8!0x0

You need this line:
dmnt_cheats_enabled_by_default = u8!0x0

The file need to be in \atmosphere\config\
 
Last edited by TomSwitch,

jialeyne19

Well-Known Member
Member
Joined
Dec 22, 2016
Messages
175
Trophies
0
XP
690
Country
Philippines
I saw in your earlier post you have ";" this means the line is to be ignored. You were already informed by a previous post about this and I think you didn't understand it.

This line is useless:
; dmnt_cheats_enabled_by_default = u8!0x0

You need this line:
dmnt_cheats_enabled_by_default = u8!0x0

The file need to be in \atmosphere\config\
i open normaly system_config.ini

--------------------- MERGED ---------------------------

I saw in your earlier post you have ";" this means the line is to be ignored. You were already informed by a previous post about this and I think you didn't understand it.

This line is useless:
; dmnt_cheats_enabled_by_default = u8!0x0

You need this line:
dmnt_cheats_enabled_by_default = u8!0x0

The file need to be in \atmosphere\config\
and ";" is part on that line
 

Attachments

  • image_2020-10-28_150013.png
    image_2020-10-28_150013.png
    148.1 KB · Views: 127
Last edited by jialeyne19,

jialeyne19

Well-Known Member
Member
Joined
Dec 22, 2016
Messages
175
Trophies
0
XP
690
Country
Philippines
i open normaly system_config.ini

--------------------- MERGED ---------------------------


and ";" is part on that line
i remove ; on system ini still cheat activated when i open the games

--------------------- MERGED ---------------------------

i remove ; on system ini still cheat activated when i open the games
Untitled.png
 

TomSwitch

Well-Known Member
OP
Member
Joined
Jan 10, 2019
Messages
4,465
Trophies
1
Age
44
XP
14,555
Country
United States
i remove ; on system ini still cheat activated when i open the games

--------------------- MERGED ---------------------------


View attachment 231495
You should have problem with a file like that. ";" means the rest of the line is to be ignored. You are only suppose to uncomment the line that you want to use. Most of the lines that you uncommented are suppose to be comments.

Clearly you have placed the file at the wrong place and it wasn't parsed.

Did you put the file in the directory I told you to?
 
Last edited by TomSwitch,

jialeyne19

Well-Known Member
Member
Joined
Dec 22, 2016
Messages
175
Trophies
0
XP
690
Country
Philippines
You should have problem with a file like that. ";" means the rest of the line is to be ignored. You are only suppose to uncomment the line that you want to use. Most of the lines that you uncommented are suppose to be comments.

Clearly you have placed the file at the wrong place and it wasn't parsed.

Did you put the file in the directory I told you to?
yup,
last 2 months i used this setting without any problem

for restoration on new game launch. 1 = always save toggles,
0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x0


for restoration on new game launch. 1 = always save toggles,
0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x0 (with toggle.txt)

or
dmnt_always_save_cheat_toggles = u8!0x1 (without toggle.txt)

but now after updating atmosphere and edizon se newest version this both setting not worked on me.
i place toggle.txt here gameid/cheats folder/ is this ok?

--------------------- MERGED ---------------------------

You should have problem with a file like that. ";" means the rest of the line is to be ignored. You are only suppose to uncomment the line that you want to use. Most of the lines that you uncommented are suppose to be comments.

Clearly you have placed the file at the wrong place and it wasn't parsed.

Did you put the file in the directory I told you to?
would you send me your screen shot of your system_setting.ini?
 

TomSwitch

Well-Known Member
OP
Member
Joined
Jan 10, 2019
Messages
4,465
Trophies
1
Age
44
XP
14,555
Country
United States
yup,
last 2 months i used this setting without any problem

for restoration on new game launch. 1 = always save toggles,
0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x0


for restoration on new game launch. 1 = always save toggles,
0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x0 (with toggle.txt)

or
dmnt_always_save_cheat_toggles = u8!0x1 (without toggle.txt)

but now after updating atmosphere and edizon se newest version this both setting not worked on me.
i place toggle.txt here gameid/cheats folder/ is this ok?

--------------------- MERGED ---------------------------


would you send me your screen shot of your system_setting.ini?
; Disable uploading error reports to Nintendo
[eupld]
; upload_enabled = u8!0x0
; Control whether RO should ease its validation of NROs.
; (note: this is normally not necessary, and ips patches can be used.)
[ro]
; ease_nro_restriction = u8!0x1
; Atmosphere custom settings
[atmosphere]
; Reboot from fatal automatically after some number of milliseconds.
; If field is not present or 0, fatal will wait indefinitely for user input.
; fatal_auto_reboot_interval = u64!0x0
; Make the power menu's "reboot" button reboot to payload.
; Set to "normal" for normal reboot, "rcm" for rcm reboot.
; power_menu_reboot_function = str!payload
; Controls whether dmnt cheats should be toggled on or off by
; default. 1 = toggled on by default, 0 = toggled off by default.
dmnt_cheats_enabled_by_default = u8!0x0
; Controls whether dmnt should always save cheat toggle state
; for restoration on new game launch. 1 = always save toggles,
; 0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x1
; Enable writing to BIS partitions for HBL.
; This is probably undesirable for normal usage.
; enable_hbl_bis_write = u8!0x0
; Enable reading the CAL0 partition for HBL.
; This is probably undesirable for normal usage.
; enable_hbl_cal_read = u8!0x0
; Controls whether fs.mitm should redirect save files
; to directories on the sd card.
; 0 = Do not redirect, 1 = Redirect.
; NOTE: EXPERIMENTAL
; If you do not know what you are doing, do not touch this yet.
; fsmitm_redirect_saves_to_sd = u8!0x0
; Controls whether to enable the deprecated hid mitm
; to fix compatibility with old homebrew.
; 0 = Do not enable, 1 = Enable.
; Please note this setting may be removed in a
; future release of Atmosphere.
; enable_deprecated_hid_mitm = u8!0x0
[hbloader]
; Controls the size of the homebrew heap when running as applet.
; If set to zero, all available applet memory is used as heap.
; The default is zero.
; applet_heap_size = u64!0x0
; Controls the amount of memory to reserve when running as applet
; for usage by other applets. This setting has no effect if
; applet_heap_size is non-zero. The default is 0x8600000.
; applet_heap_reservation_size = u64!0x8600000

--------------------- MERGED ---------------------------

; Disable uploading error reports to Nintendo
[eupld]
; upload_enabled = u8!0x0
; Control whether RO should ease its validation of NROs.
; (note: this is normally not necessary, and ips patches can be used.)
[ro]
; ease_nro_restriction = u8!0x1
; Atmosphere custom settings
[atmosphere]
; Reboot from fatal automatically after some number of milliseconds.
; If field is not present or 0, fatal will wait indefinitely for user input.
; fatal_auto_reboot_interval = u64!0x0
; Make the power menu's "reboot" button reboot to payload.
; Set to "normal" for normal reboot, "rcm" for rcm reboot.
; power_menu_reboot_function = str!payload
; Controls whether dmnt cheats should be toggled on or off by
; default. 1 = toggled on by default, 0 = toggled off by default.
dmnt_cheats_enabled_by_default = u8!0x0
; Controls whether dmnt should always save cheat toggle state
; for restoration on new game launch. 1 = always save toggles,
; 0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x1
; Enable writing to BIS partitions for HBL.
; This is probably undesirable for normal usage.
; enable_hbl_bis_write = u8!0x0
; Enable reading the CAL0 partition for HBL.
; This is probably undesirable for normal usage.
; enable_hbl_cal_read = u8!0x0
; Controls whether fs.mitm should redirect save files
; to directories on the sd card.
; 0 = Do not redirect, 1 = Redirect.
; NOTE: EXPERIMENTAL
; If you do not know what you are doing, do not touch this yet.
; fsmitm_redirect_saves_to_sd = u8!0x0
; Controls whether to enable the deprecated hid mitm
; to fix compatibility with old homebrew.
; 0 = Do not enable, 1 = Enable.
; Please note this setting may be removed in a
; future release of Atmosphere.
; enable_deprecated_hid_mitm = u8!0x0
[hbloader]
; Controls the size of the homebrew heap when running as applet.
; If set to zero, all available applet memory is used as heap.
; The default is zero.
; applet_heap_size = u64!0x0
; Controls the amount of memory to reserve when running as applet
; for usage by other applets. This setting has no effect if
; applet_heap_size is non-zero. The default is 0x8600000.
; applet_heap_reservation_size = u64!0x8600000

By the way EdiZon has nothing to do with it, this is all handled by atmosphere. I am not able to help you anymore than the next person.

--------------------- MERGED ---------------------------

Ok for 3.7.17 with showallsaves.txt now the problem solved ;)

i run both 16b + 17
16b showing the msg we all know " no games or saves"

17 just works perfect
but crashes when clicking Y to search for cheats beside no game icon or title
(showing unknown title name!). Just like my original problem

you can keep enhancing it's ok for me i can handle it now with both 16b + 17 i will keep updating and reporting . Thank you ❤
Try this version. Click Y crash should be gone. Let me know if there are games that show icon with this one and not 17. In theory 17 should show all icons and 16b or 18c not able to show some icon.
 

Attachments

  • EdiZon18c.zip
    3.2 MB · Views: 88
Last edited by TomSwitch,
  • Like
Reactions: KamelColtd

KamelColtd

Active Member
Newcomer
Joined
Sep 4, 2020
Messages
30
Trophies
0
Age
36
XP
91
Country
Yemen
;
Try this version. Click Y crash should be gone. Let me know if there are games that show icon with this one and not 17. In theory 17 should show all icons and 16b or 18c not able to show some icon.

Thank you Tomswitch i will test it and report
will test and compare to 17 and 16b ❤❤❤
 
Last edited by KamelColtd,

KamelColtd

Active Member
Newcomer
Joined
Sep 4, 2020
Messages
30
Trophies
0
Age
36
XP
91
Country
Yemen
Hi Tomswitch
didn't tested yet
But i have an idea or maybe crazy idea
How about creating sysmodel
{and insted of on off cheats only ... adding search finding address editing and saving cheats }
i mean something like vitacheat without going out to hbm and opening edizon over and over again

just thinking about it and maybe if it could be a full screen sysmodel Wow
 

TomSwitch

Well-Known Member
OP
Member
Joined
Jan 10, 2019
Messages
4,465
Trophies
1
Age
44
XP
14,555
Country
United States
Hi Tomswitch
didn't tested yet
But i have an idea or maybe crazy idea
How about creating sysmodel
{and insted of on off cheats only ... adding search finding address editing and saving cheats }
i mean something like vitacheat without going out to hbm and opening edizon over and over again

just thinking about it and maybe if it could be a full screen sysmodel Wow
You are talking about something like tesla overlay? You do a prototype with a fork of EdiZon overlay, I see if I can port some of my code over for the functional aspect.
You may not save any key press count. Each have it's own limitations so have a extra alternative is somewhat good but is it worth the effort? For example game like Mario Sunshine will make launching by user profile very slow but not many game has this problem (launching speed for HBM is fixed in atmosphere 0.15). It's not possible for overlay to be full featured. It can only be a supplement as overlay (which has the limitation of sysmodule) don't have much memory to play with.

Happy hacking. In case you find the code confusing just consider that it may be equally confusing to me and I may struggle as much as you do. I am sure I can eventually get it to do what I want if I had the desire as I did with all the SE tools I made, when I started they were all very confusing. Hacking only require will. EdiZon overlay is part of this : https://github.com/WerWolv/EdiZon-Rewrite
 
Last edited by TomSwitch,
  • Like
Reactions: KamelColtd

jialeyne19

Well-Known Member
Member
Joined
Dec 22, 2016
Messages
175
Trophies
0
XP
690
Country
Philippines
; Disable uploading error reports to Nintendo
[eupld]
; upload_enabled = u8!0x0
; Control whether RO should ease its validation of NROs.
; (note: this is normally not necessary, and ips patches can be used.)
[ro]
; ease_nro_restriction = u8!0x1
; Atmosphere custom settings
[atmosphere]
; Reboot from fatal automatically after some number of milliseconds.
; If field is not present or 0, fatal will wait indefinitely for user input.
; fatal_auto_reboot_interval = u64!0x0
; Make the power menu's "reboot" button reboot to payload.
; Set to "normal" for normal reboot, "rcm" for rcm reboot.
; power_menu_reboot_function = str!payload
; Controls whether dmnt cheats should be toggled on or off by
; default. 1 = toggled on by default, 0 = toggled off by default.
dmnt_cheats_enabled_by_default = u8!0x0
; Controls whether dmnt should always save cheat toggle state
; for restoration on new game launch. 1 = always save toggles,
; 0 = only save toggles if toggle file exists.
dmnt_always_save_cheat_toggles = u8!0x1
; Enable writing to BIS partitions for HBL.
; This is probably undesirable for normal usage.
; enable_hbl_bis_write = u8!0x0
; Enable reading the CAL0 partition for HBL.
; This is probably undesirable for normal usage.
; enable_hbl_cal_read = u8!0x0
; Controls whether fs.mitm should redirect save files
; to directories on the sd card.
; 0 = Do not redirect, 1 = Redirect.
; NOTE: EXPERIMENTAL
; If you do not know what you are doing, do not touch this yet.
; fsmitm_redirect_saves_to_sd = u8!0x0
; Controls whether to enable the deprecated hid mitm
; to fix compatibility with old homebrew.
; 0 = Do not enable, 1 = Enable.
; Please note this setting may be removed in a
; future release of Atmosphere.
; enable_deprecated_hid_mitm = u8!0x0
[hbloader]
; Controls the size of the homebrew heap when running as applet.
; If set to zero, all available applet memory is used as heap.
; The default is zero.
; applet_heap_size = u64!0x0
; Controls the amount of memory to reserve when running as applet
; for usage by other applets. This setting has no effect if
; applet_heap_size is non-zero. The default is 0x8600000.
; applet_heap_reservation_size = u64!0x8600000

--------------------- MERGED ---------------------------



By the way EdiZon has nothing to do with it, this is all handled by atmosphere. I am not able to help you anymore than the next person.

still not worked for me this setup but its ok now. i remembered now adding toggles.txt instead toggle.txt in gameid/cheats folder
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: Or Genesis.