I have created a startup script that uses callbacks to change my ENU settings to what I prefer.
I've looked through the system callbacks, and the latest callback, from what I can see is postSystemShutdown, which is what I'm trying to use whenever changing INI files.
The problem is, some of the INI files get overwritten by Max when it shuts down. So even if I change them during postSystemShutdown, they just get overwritten.
E.g. the SME.ini file, which is located in the plugcfg_ln folder.
Is there somekind of workaround or solution to this problem?
I'd very much prefer to be able to just have it be a part of my startup script, rather than having to fix it myself manually outside of max.