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

@@ -70,7 +70,7 @@ mapSize = 6.5;
side = 0;
faction = "RU";
vehicleClass = "Armored";
crew = "RU_Soldier";
crew = "";
maxSpeed = 100;
canFloat = 1;
fuelCapacity = 220;
@@ -711,6 +711,9 @@ hiddenSelectionsTextures[] = {
class GAZ_Vodnik_DZ : GAZ_Vodnik_HMG
{
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
model = "\ca\wheeled2\GAZ39371\GAZ39371_Vodnik.p3d";
displayname = "Vodnik (2xPK) DZ";
picture = "\Ca\wheeled2\data\UI\Picture_GAZ39371_CA.paa";
@@ -856,6 +859,9 @@ class AnimationSources : AnimationSources
class GAZ_Vodnik_DZE : GAZ_Vodnik_HMG
{
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
model = "\ca\wheeled2\GAZ39371\GAZ39371_Vodnik.p3d";
displayname = "Vodnik (2xPK) AL";
picture = "\Ca\wheeled2\data\UI\Picture_GAZ39371_CA.paa";
@@ -995,3 +1001,11 @@ class AnimationSources : AnimationSources
};
};
};
class GAZ_Vodnik;
class GAZ_Vodnik_MedEvac : GAZ_Vodnik {
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};