Skip to content

Commit

Permalink
Hidden - Hide ACE/CBA Intel Items (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF authored Dec 31, 2024
1 parent 76e39a5 commit 625a33d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions addons/hidden/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,35 @@ class CfgVehicles {
class CUP_VABox_ACR: CUP_supplyCrate_Base {
scope = 1;
};

// Intel Items that conflict with Theseus' intel collect
class Land_File1_F;
class Intel_File1_F: Land_File1_F {
scope = 1;
scopeCurator = 1;
};
class Land_File2_F;
class Intel_File2_F: Land_File2_F {
scope = 1;
scopeCurator = 1;
};
class Land_Photos_V3_F;
class Intel_Photos_F: Land_Photos_V3_F {
scope = 1;
scopeCurator = 1;
};

class ace_intelitems_base;
class acex_intelitems_document: ace_intelitems_base {
scope = 1;
scopeCurator = 1;
};
class acex_intelitems_notepad: ace_intelitems_base {
scope = 1;
scopeCurator = 1;
};
class acex_intelitems_photo: ace_intelitems_base {
scope = 1;
scopeCurator = 1;
};
};
1 change: 1 addition & 0 deletions addons/hidden/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {
"tacgt_main",
"ace_intelitems",
"CUP_Weapons_AmmoBoxes",
"CUP_Weapons_Grenades",
"CUP_Weapons_Put"
Expand Down

0 comments on commit 625a33d

Please sign in to comment.