WerWolv / EdiZon

💡 A homebrew save management, editing tool and memory trainer for Horizon (Nintendo Switch)
GNU General Public License v2.0
1.18k stars 110 forks source link

edizon activates all cheats on launch even after editing system_settings.in file #191

Open PixyGixy opened 1 year ago

PixyGixy commented 1 year ago

the title sums it all up

this is what i have done to the file and yes i edited in config templates and placed it on the config folder Change the ; dmnt_cheats_enabled_by_default = u8!0x1 line to dmnt_cheats_enabled_by_default = u8!0x0

but yet when i launch the game and i go on the edizon overlay it shows that everything is turned on which is really annoying if anybody knows a work a round that would be really helpful

benoittachet commented 1 year ago

I have the same problem, Switch in latest firmware (16.0.3), Atmosphere too (1.5.3), EdiZon and Tesla overlays too.

spoolUnabashed commented 1 year ago

Same problem, on latest firmware, like above.

benoittachet commented 1 year ago

@spoolUnabashed go have a look there : https://github.com/proferabg/EdiZon-Overlay Original EdiZon repository is not up to date anymore, I found it in the issue just below this one a few hours after posting there.

spoolUnabashed commented 1 year ago

Found the fix

Quote from his Discord server

  1. How to prevent cheats from being active by default

    This is the default option so it doesn't have to depend purely on EdiZon to load it's cheats. It can be fixed by opening the /atmosphere/config/system_settings.ini file in a normal text editor and changing 'dmnt_cheats_enabled_by_default = u8!0x1' to 'dmnt_cheats_enabled_by_default = u8!0x0' (without the quotes). Make sure there's no semicolon ( ; ) in front of the setting!! Next time you start a game now, all cheats will be disabled and you'll have to open EdiZon to activate the cheats you need. Make sure to reboot for the changes to take effect!