Yor53 Posted September 5, 2023 Posted September 5, 2023 I have turned off the AAF Debug messages, but they are still on my screens. [DEBUG MODES] debug_on = false ; This turns on/off an output window that shows information/warnings/errors on-screen during gameplay. api_debug_on = false ; This turns on/off showing the output of API events during gameplay. debug_to_papyrus_log = false ; Sends AAF information/warnings/errors to a log file found at: ".../My Games/Fallout4/Logs/Script/User/" What have I done wrong?
dagobaking Posted September 5, 2023 Posted September 5, 2023 The ini system for AAF allows for multiple ini files. The reason for that is to allow mods that need it to be able to over-ride the existing settings. Most likely, you have another ini in place that is either over-writing your settings or at least over-riding the debug_on setting. You can find by looking in the AAF folders of AAF-related mods for another ini file.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now