-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move compatibilities to main mod and conditionally load (#1270)
Co-authored-by: jonpas <[email protected]>
- Loading branch information
Showing
37 changed files
with
38 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
idi\acre\addons\compat_csla |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sys_csla | ||
compat_csla | ||
=== | ||
|
||
Compatibility with Arma 3 Creator DLC: [CSLA Iron Curtain](https://store.steampowered.com/app/1294440/Arma_3_Creator_DLC_CSLA_Iron_Curtain/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
optionals/sys_csla/script_component.hpp → addons/compat_csla/script_component.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
#define COMPONENT sys_csla | ||
#define COMPONENT compat_csla | ||
#define COMPONENT_BEAUTIFIED CSLA Iron Curtain Compatibility | ||
#include "\idi\acre\addons\main\script_mod.hpp" | ||
|
||
#ifdef DEBUG_ENABLED_SYS_CSLA | ||
#ifdef DEBUG_ENABLED_COMPAT_CSLA | ||
#define DEBUG_MODE_FULL | ||
#endif | ||
|
||
#ifdef DEBUG_ENABLED_SYS_CSLA | ||
#define DEBUG_SETTINGS DEBUG_SETTINGS_SYS_CSLA | ||
#ifdef DEBUG_ENABLED_COMPAT_CSLA | ||
#define DEBUG_SETTINGS DEBUG_SETTINGS_COMPAT_CSLA | ||
#endif | ||
|
||
#include "\idi\acre\addons\main\script_macros.hpp" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
idi\acre\addons\compat_gm |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sys_gm | ||
compat_gm | ||
=== | ||
|
||
Compatibility with Arma 3 Creator DLC: [Global Mobilization - Cold War Germany](http://www.global-mobilization.com/). |
Oops, something went wrong.