Zorkaz Posted February 26, 2020 Posted February 26, 2020 Are debug notifications something that I once had to enable in an .ini file or are they visible to everyone? I can't remember
SKKmods Posted February 26, 2020 Posted February 26, 2020 Are you referring to: Debug.Notification() on screen messages which everyone can see if the PEX has been compiled without the -release flag, or Debug.Trace() log output that needs debug logging enabled in the INI file and PEX compiled without the -release flag.
Zorkaz Posted February 26, 2020 Author Posted February 26, 2020 You answered my question. It was the former and I was unsure because I partly confused it with the latter.
niston Posted February 26, 2020 Posted February 26, 2020 I remember reading that Debug.Notification() (basically anything from Debug) doesnt work on consoles. Is this not true?
SKKmods Posted February 26, 2020 Posted February 26, 2020 Yes when you publish to bethesda.net for Xbox, all scripts are automatically compiled with the -release flag and packed into neat BA2 archives. For PC on bethesda.net you can force it to upload your existing BA2 archives that are packed with debug enabled scripts ... although bet.net PC users do not mix well with debug output.
Recommended Posts