Jump to content

Corvine

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Everything posted by Corvine

  1. Hi, sorry if this is a basic question, I'm kind of new to configs. I've tried searching for this question but couldn't find anything. I'm trying to find out how to make an addon compatible with DLC, without requiring it. I'm making an addon that changes gun feel, and I've achieved it for vanilla, non-DLC weapons. Here's my patch for Weapons_f: https://pastebin.com/L8Dd9JuJ. Here's an example of a modified CfgRecoil setting: And a modified CfgWeapons entry: These work fine. What I want to know is: if I add similar CfgRecoils and CfgWeapons entries for DLC weapons, like this: ...will that cause problems if the mod is used by someone without the DLC? Is this something to do with how you define requiredAddons? Do I have to get people to install compat patches based on what DLC they have? I still don't 100% understand this aspect of making a patch so if anyone could ELI5 that would rock. :) Thanks!
×