Jump to content

Corvine

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Corvine

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Does anyone know if the CPack service is still running? For me it just shows a "Connecting..." message, and I haven't been able to find any further info...
  2. 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!
×