Jump to content
Zabuza

Modding: Optional required addon

Recommended Posts

Hey guys. Currently I'm working on a mod. This mod works without any dependencies, as a standalone. So the requiredAddons section of CfgPatches is pretty small, it only lists some vanilla stuff.

 

However, if one also plays with some other mods, like ACE, the content will be overridden. Obviously a solution is to load the mod after ACE, then it will work again. Also an option is to simply include the ACE-pbo inside the requiredAddons section of the mod.

 

But then ACE will be non-optional though the mod would work without it, not a good option. Another solution would be to create two versions of the mod, one with and one without ACE inside of requiredAddons. However, then I'd need to copy everything, not a good option either.

 

I'm searching for an option that my mod will automatically be loaded after ACE, if it is also there, and if not, no popup that some required pbo is missing. So something like optionalRequiredAddons.

 

Is there any such stuff or another option?

 

Cheers

Zabuza

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×