Clear typicalCargo for some vehicles missing it

Prevents preloading units, may help with load times a little.
This commit is contained in:
ebaydayz
2016-11-17 15:39:58 -05:00
parent e398250489
commit 8429ad1fbc
49 changed files with 407 additions and 128 deletions

View File

@@ -2,7 +2,9 @@ class BAF_Merlin_HC3_D;
class BAF_Merlin_DZE : BAF_Merlin_HC3_D {
scope = public;
crew = "";
typicalCargo[] = {};
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;

View File

@@ -127,7 +127,9 @@ class CH_47F_EP1_DZ : CH_47F_EP1 {
scope = public;
displayName = "CH-47F DZ";
crew = "";
typicalCargo[] = {};
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
@@ -147,7 +149,9 @@ class CH_47F_EP1_DZE: CH47_base_EP1
icon = "\ca\air_e\data\UI\Icon_ch47f_CA.paa";
mapSize = 24;
crew = "";
typicalCargo[] = {};
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
driverAction = "CH47_Pilot_EP1";
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;

View File

@@ -250,8 +250,8 @@ class UH60M_base_EP1: UH60_Base {
class Library {
libTextDesc = "The Blackhawk is the US Army<6D>s front-line utility helicopter used for transport roles, medical evacuation and even air support.<br />It is capable of carrying 11 combat-equipped soldiers. Easy to maintain in the field, the Blackhawk performs well in a variety of roles including air assault and medical evacuation.";
};
crew = "US_Soldier_Pilot_EP1";
typicalCargo[] = {"US_Soldier_Pilot_EP1","US_Soldier_Pilot_EP1"};
crew = "";
typicalCargo[] = {};
gunnerAction = "ManActTestDriver";
transportMaxBackpacks = 10;
transportSoldier = 13;