When using the latest version of Custom Bonus Tweaks, it adds a way to set skill messages (strings that appear in the upper-left corner when a skill is used, like "Attack up!") for skills that don't normally have them. However, the feature prints out debugging messages to the console every single time a skill is used, which looks like the attached image. Is there a way to disable all this printing so that my own debugging messages don't get lost among them? (I am working on a mod of my own and am using the CBT feature that prints calls to PUTS() and PUT() to the console to debug my own scripts.)
#Custom Bonus Tweaks: Disable debugging messages from skill message feature?
12 messages · Page 1 of 1 (latest)
config.toml
Here's what it looks like. Not sure which option (if any) is the one I need and which one is for the console feature I do want to use...
Enable_Console = true
Shader_Crash_Workaround = true
Randomized_Title_Screen = true
Cutscene_Outfits = true
Custom_Combat_Model_Colors = true
Joker_Announce_Weekday = true
External_Navigator_text = true
More_Joker_Voices = true
Disable_Makoto_Navi = false
Restore_Debug_Printing_Functions = true
Outline_Color_Joker = 0xFF0000FF
Outline_Color_Skull = 0xF5FE1FFF
Outline_Color_Mona = 0x14D8B1FF
Outline_Color_Panther = 0xF04CB8FF
Outline_Color_Fox = 0x01CBDBFF
Outline_Color_Queen = 0x3028C8FF
Outline_Color_Noir = 0xB000A8FF
Outline_Color_Crow_Prince = 0xFFF8EDFF
Outline_Color_Crow_Dark = 0xA48252FF
Outline_Color_Violet = 0xFF005DFF
I'll try turning Enable Console off and leave Restore Debug Printing Functions on.
Turning "Enable_Console" off removed all the debugging messages--both the ones I want and the ones I don't want.
Turning "Enable_Console" back on and turning "Restore_Debug_Printing_Functions" off does the opposite of what I want: it shows the debugging messages from the skill message feature and hides the ones I inserted into the flowscript.
Should be fixed now.
Thank you! Can confirm that the PUTS output is showing and the skill-message feature debugging output is not.
