Skip to content

Commit

Permalink
New Faction: ger_army_2010 (ARCOMM#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddo3000 authored and matuzalem-svk committed Oct 5, 2020
1 parent b0aec60 commit 54f7c01
Show file tree
Hide file tree
Showing 3 changed files with 1,046 additions and 0 deletions.
16 changes: 16 additions & 0 deletions addons/tmf_loadouts/CfgLoadouts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class CfgLoadouts {
delete OPF_F;
delete OPF_G_F;

// US Factions
class us_army_1985 {
displayName = "US Army (1985, M81)";
category = "USA";
Expand All @@ -20,18 +21,33 @@ class CfgLoadouts {
tooltip = "Author: Freddo";
#include "loadouts\us_army_2010.hpp"
};
// Western Factions
class ger_army_2010 {
displayName = "Bundeswehr (2010, Flecktarn)";
category = "Western Factions";
tooltip = "Author: Freddo\n\nNote: All units have LPOs (1.5x)";
#include "loadouts\ger_army_2010.hpp"
};
class ger_army_trop_2010 {
displayName = "Bundeswehr (2010, Tropentarn)";
category = "Western Factions";
tooltip = "Author: Freddo\n\nNote: All units have LPOs (1.5x)";
#include "loadouts\ger_army_trop_2010.hpp"
};
class uk_army_2010 {
displayName = "UK Army (2010, MTP)";
category = "Western Factions";
tooltip = "Author: Freddo";
#include "loadouts\uk_army_2010.hpp"
};
// Russian/Soviet Factions
class ru_army_2010 {
displayName = "Russian Army (2010, VSR-98)";
category = "Russia";
tooltip = "Author: Freddo";
#include "loadouts\ru_army_2010.hpp"
};
// Armaverse factions
class tk_locals {
displayName = "Takistani Locals";
category = "Armaverse Factions";
Expand Down
Loading

0 comments on commit 54f7c01

Please sign in to comment.