-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'name' value to all CfgPatches #365
Conversation
@@ -2,6 +2,9 @@ | |||
#ifndef EH_DEBUG_ENABLED | |||
class CfgPatches { | |||
class cba_diagnostics_xeh_disabled { | |||
author = "$STR_CBA_Author"; | |||
name = "$STR_CBA_Optional_Component"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ECSTRING(Optional,Component)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't that imply that "Optional" is a component?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would expand to the above. Not sure about semantics, if you are worried people might be looking for "optional" component then it might be best to leave it like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added it everywhere I can, but there are some PBOs that don't or can't include the script_mod
Make a ticket on A3 feedback tracker about it? |
I actually found a funny way to solve this. You can add the By adding: That particular unit no longer requires "CBA - XEH". The problem is, that you can obviously only add one In 3DEN the unit is still shown with the CBA icon, but that has been the case before too. |
NVM. Actually |
remove debug
See: https://community.bistudio.com/wiki/CfgPatches