-
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
XEH - Move compats to individual addons #1589
Conversation
Should this not be possible more cleanly with |
skipWhenMissingDependencies will be a drop-in thing e.g. for compat_contact/config.cpp just remove lines 5-12 and the last |
I guess it depends on if there will be a CBA release before then |
tested on 2.14 with
pbo check fails because tools are old, but updated inside this pr |
Move ee folder back into xeh folder? Next to xeh_a3, Extended_EventHandlers and CBA_Extended_EventHandlers. Only reason it was moved out was tools problems: #1199, but without scope being a config number expression, it's no longer needed to be separate. ee subfolders could go directly into xeh. ee has no special significance. It's there for bwc. All its former functionality has long since dumped into xeh. I only used that name for the nobin PBO, because I didn't want to introduce another one that will eventually go out of use (once better alternative to scope exists, or the tool makers gave in to reason). |
one worry is people who copy and paste mods will have an old cba_ee.pbo |
Afaik, xeh/ee would clobber ee. |
ref #1587
get rid of werid
scope = "parseNumber
stuffno added entries entries
it does add to mission.sqm (
addonRootClass
just doesn't work?)normally just adds
cba_xeh
, which isn't much different imho