Just pushed the update, v1.0.9, for HOS 19.0.0. Huge thanks to @ppkantorski for this update and all the improvements this release.
Hello,Just pushed the update, v1.0.9, for HOS 19.0.0. Huge thanks to @ppkantorski for this update and all the improvements this release.
thank you for your feedback.You need to update all your Tesla framework
Tesla
OVLMenu
Overlays
I have a post with latest URL for upgrade on
If you like, of you can go to each repo and download the most recent version.thank you for your feedback.
But I have to install all the ZIP files at the bottom of the post?
sorry I don't understand which file I have to download exactlyIf you like, of you can go to each repo and download the most recent version.
You must update:sorry I don't understand which file I have to download exactly
by updating with all Atmosphere files to crash
show us the content of your "SDMC:/config/tesla/config.ini" file.
yes you can control if the cheats are active at start and if the current state of the cheats is saved, for that you can edit the file:
I'm really sorry for wasting your time, I just saw that the Tesla menu is activated with the key combination:
key_combo=L+DUP+R
while I try to do L+DOWN+R3
I didn't know it was possible to have a different shortcut
thx for your Help !
just one last question!
how can I deactivate the activation of automatic cheats when launching the game?
I would like to be able to activate it individually depending on the game
i test this code dmnt_cheats_enabled_by_default = u8!0x0 in the system_settings.ini but it not works.
thanks again
[atmosphere]
; 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
Thanks again for taking the time to help me!yes you can control if the cheats are active at start and if the current state of the cheats is saved, for that you can edit the file:
"SDMC:/atmosphere/config/system_settings.ini"
be sure you remove the ";" at start of each line, ; is a comment. and be sure they are under the "[atmosphere]" section:
Code:[atmosphere] ; 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