Closed jonpas closed 1 year ago
Interaction-Framework will also need the same thing, but it doesn't already have a setting, so not sure how to best accomplish that. How important is runtime enabling/disabling debug messages in Interaction-Framework?
Interaction-Framework will also need the same thing, but it doesn't already have a setting, so not sure how to best accomplish that. How important is runtime enabling/disabling debug messages in Interaction-Framework?
probably redundant for the end user, but perhaps handy to add a setting for future mod developers (if they exist) to help dev process
When merged this pull request will:
systemChat
debug messages if debug is not enabled, providing a more seamless experience.All components should depend on
uh60_ui
, but as long as the whole pack is used, it shouldn't be a problem - and this is not the first use of the variable without the dependency.Additionally, the best way to solve all of this would be to macroize the
diag_log
andsystemChat
, with a macro using either this setting or CBA'sDEBUG_MODE_X
(that obviously wouldn't support runtime enabling/disabling though).