mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 09:00:50 +03:00
Clear typicalCargo for some vehicles missing it
Prevents preloading units, may help with load times a little.
This commit is contained in:
@@ -5,7 +5,9 @@ class ATV_CZ_EP1: ATV_Base_EP1 {
|
||||
maxspeed = 80;
|
||||
scope = public;
|
||||
side = 1;
|
||||
typicalcargo[] = {""};
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class HitPoints: Hitpoints {
|
||||
class HitBody {
|
||||
armor = 1;
|
||||
|
||||
@@ -5,7 +5,9 @@ class ATV_US_EP1: ATV_Base_EP1 {
|
||||
maxspeed = 80;
|
||||
scope = public;
|
||||
side = 1;
|
||||
typicalcargo[] = {""};
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class HitPoints: Hitpoints {
|
||||
class HitBody {
|
||||
armor = 1;
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
class M1030: Motorcycle {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class HitPoints {
|
||||
class HitEngine {
|
||||
armor = 1.2;
|
||||
@@ -52,4 +56,11 @@ class M1030: Motorcycle {
|
||||
visual = "Pravy zadni";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class M1030_US_DES_EP1: M1030_base {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
6
SQF/dayz_code/Configs/CfgVehicles/Bikes/MMT_Civ.hpp
Normal file
6
SQF/dayz_code/Configs/CfgVehicles/Bikes/MMT_Civ.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class MMT_Civ: MMT_base {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
13
SQF/dayz_code/Configs/CfgVehicles/Bikes/Old_bike.hpp
Normal file
13
SQF/dayz_code/Configs/CfgVehicles/Bikes/Old_bike.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
class Old_bike_TK_CIV_EP1: Old_bike_base_EP1 {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
|
||||
class Old_bike_TK_INS_EP1: Old_bike_base_EP1 {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
6
SQF/dayz_code/Configs/CfgVehicles/Bikes/Old_moto.hpp
Normal file
6
SQF/dayz_code/Configs/CfgVehicles/Bikes/Old_moto.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class Old_moto_TK_Civ_EP1 : Old_moto_base {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
@@ -4,7 +4,9 @@ class TT650_Civ: TT650_Base {
|
||||
rarityurban = 0.8;
|
||||
scope = public;
|
||||
side = 3;
|
||||
typicalcargo[] = {};
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
maxspeed = 180;
|
||||
|
||||
class HitPoints {
|
||||
@@ -60,4 +62,11 @@ class TT650_Civ: TT650_Base {
|
||||
visual = "Pravy zadni";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class TT650_TK_CIV_EP1: TT650_Base {
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
@@ -6,7 +6,9 @@ class TT650_Ins: TT650_Base {
|
||||
maxspeed = 180;
|
||||
scope = public;
|
||||
side = 0;
|
||||
typicalcargo[] = {};
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
|
||||
class HitPoints {
|
||||
class HitEngine {
|
||||
|
||||
Reference in New Issue
Block a user