-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hidden Units - Switch to macro (#276)
- Loading branch information
Showing
25 changed files
with
2,159 additions
and
4,318 deletions.
There are no files selected for viewing
1,581 changes: 527 additions & 1,054 deletions
1,581
addons/hidden_units/CUP_Units/armed_forces_of_the_russian_federation.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
174 changes: 58 additions & 116 deletions
174
addons/hidden_units/CUP_Units/army_of_the_czech_republic.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,233 +1,175 @@ | ||
// Units - Army of the Czech Republic | ||
class CUP_B_CZ_Soldier_ARPG_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_AMG_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_AR_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Crew_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Engineer_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_ExplosiveSpecialist_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_805_GL_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_MG_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_Marksman_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Medic_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Officer_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Pilot_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_AT_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_Backpack_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_805_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_RPG_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Sniper_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_Light_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_Unarmed_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Spotter_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_SL_DES: CUP_B_CZ_Soldier_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_GL_DES: CUP_B_CZ_SpecOp_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_MG_DES: CUP_B_CZ_SpecOp_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_DES: CUP_B_CZ_SpecOp_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_Scout_DES: CUP_B_CZ_SpecOp_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_Recon_DES: CUP_B_CZ_SpecOp_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_Exp_DES: CUP_B_CZ_SpecOp_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_TL_DES: CUP_B_CZ_SpecOp_DST_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_ARPG_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_AMG_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_AR_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Crew_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Engineer_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_ExplosiveSpecialist_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_805_GL_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_MG_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_Marksman_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Medic_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Officer_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Pilot_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_AT_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_backpack_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_805_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_RPG_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Sniper_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_Light_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_Unarmed_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Spotter_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_Soldier_SL_WDL: CUP_B_CZ_Soldier_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_GL_WDL: CUP_B_CZ_SpecOp_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_MG_WDL: CUP_B_CZ_SpecOp_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_WDL: CUP_B_CZ_SpecOp_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_Scout_WDL: CUP_B_CZ_SpecOp_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_Recon_WDL: CUP_B_CZ_SpecOp_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_Exp_WDL: CUP_B_CZ_SpecOp_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; | ||
class CUP_B_CZ_SpecOps_TL_WDL: CUP_B_CZ_SpecOp_WDL_Base { | ||
scope = 1; | ||
scopeCurator = 1; | ||
MACRO_HIDE_VEHICLE; | ||
}; |
Oops, something went wrong.