Corvine
Member-
Content Count
3 -
Joined
-
Last visited
-
Medals
Everything posted by Corvine
-
[RELEASE] TypeSqf Editor - [OpenSource]
Corvine replied to engima's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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...- 206 replies
-
[Solved] Config patches: DLC compatibility vs requirement
Corvine replied to Corvine's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Aha, that makes sense! Thanks so much! -
[Solved] Config patches: DLC compatibility vs requirement
Corvine posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
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!