grad-factions-tvt v1.0.5
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-tvtandgrad-loadoutas zipfiles from github, and put the directories into anode_modulesdirectories, so that you get:
myMission.altis/node_modules/grad-factions-tvt
myMission.altis/node_modules/grad-loadoutConfiguration
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)
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. Autorifleman | Zweiter Automatik Schütze | Munitionsträger für LMG |
| Ammo Bearer | Munitionsträger | Munitionsträger für LMG |
| Autorifleman | Automatik-Schütze | LMG Schütze |
| Combat Life Saver | Sanitäter | Sanitäter |
| Rifleman | Schütze | Schütze |
| Rifleman (AT) | Schütze (Panzerabwehr) | Schütze mit leichter AT-Waffe |
| Squad Leader | Truppführer | Truppführer |
| Team Leader | Teamleader | Gruppenführer und Zugführer |
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
4 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago








