1.0.5 • Published 2 months ago

grad-factions-tvt v1.0.5

Weekly downloads
51
License
-
Repository
-
Last release
2 months ago

GRAD Factions TvT

Internal information for Gruppe Adler members here.

Installation

Variant 1: npm

Highly recommended: >= npm-3.x, which comes with NodeJS 6.x. Don't use older versions!

npm install grad-factions-tvt --save

For updating, change the desired version number in your mission's package.json, and do npm install

Variant 2: manually

Alternatively, you can install grad-factions-tvt manually. You will then also need grad-loadout.

  • download both grad-factions-tvt and grad-loadout as zipfiles from github, and put the directories into a node_modules directories, so that you get:
myMission.altis/node_modules/grad-factions-tvt
myMission.altis/node_modules/grad-loadout

Configuration

description.ext

class Loadouts {
    baseDelay = 1;      // base delay in seconds before applying loadouts on mission start
    handleRadios = 1;   // radios are handled by grad-loadout
    resetLoadout = 0;   // start with empty loadouts instead of modifying existing loadout

	class Faction {
        #include "node_modules\grad-factions-tvt\loadouts.hpp"
    };
};

class CfgFunctions {
    #include "node_modules\grad-loadout\CfgFunctions.hpp"
};

init.sqf

You're nearly done. One last thing you will have to do: define which loadouts should actually be applied: Somewhere in your init.sqf, for example:

["BLU_F", "ger_heer_w"] call GRAD_Loadout_fnc_FactionSetLoadout;
["OPF_G_F", "rus_msv_w"] call GRAD_Loadout_fnc_FactionSetLoadout;

So the "BLU_F" faction (vanilla NATO units) will use the "ger_heer_w" loadouts.

Available Loadouts and Dependencies

These factions are available (see also the factions directory):

  • (RUS MSV)
  • (US Army)
  • (Eastern Nationalists)
  • (Middle Eastern Terrorists)
  • (PMC Special Forces)
namedescriptiondependencies
ger_heer_dBundeswehr TropentarnGruppe Adler Mod
ger_heer_wBundeswehr FlecktarnGruppe Adler Mod
ger_heer_sBundeswehr SchneetarnGruppe Adler Mod
hr_hkovCroatian Ground Forces (HKoV)RHS: GREF RHS: SAF RHS: USAF
ind_eastern_nationalistsRebels with Russian equipmentRHS: AFRF RHS: GREF
ind_eastern_peasantsPeasants with Russian equipment3CB Factions RHS: GREF
ind_pmc_specialPMC / Special ForcesNIArms
ind_pmc_westPMC / Casual / Western3CB Factions RHS: USAF
ind_me_terroristsMiddle Eastern terroristsGM 3CB Factions RHS: GREF
ind_me_paraMiddle Eastern Paramilitary Forces3CB Factions RHS: AFRF
isr_idfIsrael Defense ForcesRHS: AFRF RHS: USAF FHQ Accessories
rus_msv_dRussian MSV EMR DesertRHS: AFRF
rus_msv_wRussian MSV FloraRHS: AFRF
rus_spetsnazRussian Spetsnaz (Gorka R)RHS: AFRF
tur_tkkTurkish Army (Türk Kara Kuvvetleri)3CB Factions RHS: AFRF NIArms
us_armyUS Army OCPRHS: USAF
us_marines_dUS Marines DesertRHS: USAF
us_marines_wUS Marines WoodlandRHS: USAF
fin_borderGuardFinnish Border GuardRHS: SAF RHS: AFRF

Units

HINT: If you do not know which faction your editor-created units belong to, have a look into the BI Community Wiki

NOTE: Loadouts are not guaranteed to work with units provided by Mods. If you need a specific mod supported, open an issue with grad-loadout.

Von den angegebenen Kategorien haben die folgenden Einheiten ein Standardloadout:

Englisch:Deutsch:Funktion:
Asst. AutoriflemanZweiter Automatik SchützeMunitionsträger für LMG
Ammo BearerMunitionsträgerMunitionsträger für LMG
AutoriflemanAutomatik-SchützeLMG Schütze
Combat Life SaverSanitäterSanitäter
RiflemanSchützeSchütze
Rifleman (AT)Schütze (Panzerabwehr)Schütze mit leichter AT-Waffe
Squad LeaderTruppführerTruppführer
Team LeaderTeamleaderGruppenführer und Zugführer

http://www.gruppe-adler.de

1.0.5

2 months ago

1.0.2

9 months ago

1.0.1

10 months ago

1.0.0

11 months ago

1.0.4

9 months ago

1.0.3

9 months ago

0.9.0

3 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago