Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 5 new loadouts #345

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions addons/tm_tmf_loadouts/CfgLoadouts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,24 @@ class CfgLoadouts
category = "Eastern Factions";
#include "loadouts\cn_pla_type07_wdl.hpp"
};
class CRO_ARMY_1992
{
displayName = "Croatian Ground Army 1992";
category = "Eastern Factions";
#include "loadouts/cro_army_1992.hpp"
};
class CRO_ARMY_WD
{
displayName = "Croatian Ground Army (Modern woodland)";
category = "Eastern Factions";
#include "loadouts/cro_army_wd.hpp"
};
class CRO_SF
{
displayName = "Croatian Special Forces";
category = "Eastern Factions";
#include "loadouts/cro_sf.hpp"
};
class EAST_EUROPEAN_INSURGENTS
{
displayName = "Donbass Insurgents (2014-)";
Expand Down Expand Up @@ -764,6 +782,18 @@ class CfgLoadouts
category = "Other";
#include "loadouts\arvn_1966.hpp"
};
class BLACK_ARMED_SUITS
{
displayName = "Black suit Western PMC w/ M4";
category = "Other";
#include "loadouts/black_armed_suits.hpp"
};
class BROWN_ARMED_SUITS
{
displayName = "Brown suit Eastern PMC w/ AK-12";
category = "Other";
#include "loadouts/brown_armed_suits.hpp"
};
class GENERIC_PARAMILITARY_OLIVE_AKM
{
displayName = "Generic Paramilitary (1980-, Olive, AKMs)";
Expand Down
Loading