Organize files a bit and removed non source pbo's
1
SQF/dayz_anim/$PBOPREFIX$
Normal file
@@ -0,0 +1 @@
|
||||
dayz_anim
|
||||
245
SQF/dayz_anim/CfgBanned/CfgAmmo.hpp
Normal file
@@ -0,0 +1,245 @@
|
||||
|
||||
class CfgAmmo {
|
||||
class FakeAmmo;
|
||||
class MissileCore: FakeAmmo {};
|
||||
class BombCore: FakeAmmo {};
|
||||
class LaserBombCore: FakeAmmo {};
|
||||
class RocketCore: FakeAmmo {};
|
||||
class ArtilleryRocketCore: FakeAmmo {};
|
||||
//class BulletCore: FakeAmmo {};
|
||||
//class ShotgunCore: FakeAmmo {};
|
||||
class ShellCore: FakeAmmo {};
|
||||
//class GrenadeCore: FakeAmmo {};
|
||||
//class TimeBombCore: FakeAmmo {};
|
||||
//class PipeBombCore: FakeAmmo {};
|
||||
//class MineCore: FakeAmmo {};
|
||||
//class FlareCore: FakeAmmo {};
|
||||
//class SmokeShellCore: FakeAmmo {};
|
||||
//class FakeAmmo: FakeAmmo {};
|
||||
//class BulletBase: FakeAmmo {};
|
||||
//class FlareBase: FakeAmmo {};
|
||||
//class B_9x18_Ball: FakeAmmo {};
|
||||
//class B_9x18_SD: FakeAmmo {};
|
||||
//class B_9x19_Ball: FakeAmmo {};
|
||||
//class B_9x19_SD: FakeAmmo {};
|
||||
//class B_45ACP_Ball: FakeAmmo {};
|
||||
//class B_545x39_Ball: FakeAmmo {};
|
||||
//class B_545x39_SD: FakeAmmo {};
|
||||
//class B_556x45_Ball: FakeAmmo {};
|
||||
//class B_556x45_SD: FakeAmmo {};
|
||||
//class B_9x39_SP5: FakeAmmo {};
|
||||
//class B_12Gauge_74Slug: FakeAmmo {};
|
||||
//class B_762x39_Ball: FakeAmmo {};
|
||||
//class B_762x51_Ball: FakeAmmo {};
|
||||
//class B_762x51_3RndBurst: FakeAmmo {};
|
||||
//class B_762x51_noTracer: FakeAmmo {};
|
||||
//class B_762x54_Ball: FakeAmmo {};
|
||||
//class B_762x54_noTracer: FakeAmmo {};
|
||||
//class B_77x56_Ball: FakeAmmo {};
|
||||
//class B_127x99_Ball: FakeAmmo {};
|
||||
//class B_127x99_Ball_noTracer: FakeAmmo {};
|
||||
//class B_127x107_Ball: FakeAmmo {};
|
||||
//class B_127x108_Ball: FakeAmmo {};
|
||||
class B_127x108_APHE: FakeAmmo {};
|
||||
class B_145x115_AP: FakeAmmo {};
|
||||
class B_20mm_AP: FakeAmmo {};
|
||||
class B_20mm_AA: FakeAmmo {};
|
||||
class B_23mm_AA: FakeAmmo {};
|
||||
class B_23mm_HE: FakeAmmo {};
|
||||
class B_23mm_AP: FakeAmmo {};
|
||||
class B_23mm_APHE: FakeAmmo {};
|
||||
class B_25mm_HE: FakeAmmo {};
|
||||
class B_25mm_HEI: FakeAmmo {};
|
||||
class B_25mm_APDS: FakeAmmo {};
|
||||
class B_30mm_AP: FakeAmmo {};
|
||||
class B_30mmA10_AP: FakeAmmo {};
|
||||
class B_30mm_HE: FakeAmmo {};
|
||||
class B_30mm_AA: FakeAmmo {};
|
||||
//class GrenadeBase: FakeAmmo {};
|
||||
//class G_30mm_HE: FakeAmmo {};
|
||||
//class G_40mm_HE: FakeAmmo {};
|
||||
//class F_40mm_White: FakeAmmo {};
|
||||
//class F_40mm_Green: FakeAmmo {};
|
||||
//class F_40mm_Red: FakeAmmo {};
|
||||
//class F_40mm_Yellow: FakeAmmo {};
|
||||
class ShellBase: FakeAmmo {};
|
||||
class Sh_105_HE: FakeAmmo {};
|
||||
class Sh_100_HE: FakeAmmo {};
|
||||
class Sh_120_HE: FakeAmmo {};
|
||||
class Sh_120_SABOT: FakeAmmo {};
|
||||
class Sh_122_HE: FakeAmmo {};
|
||||
class Sh_125_HE: FakeAmmo {};
|
||||
class Sh_125_SABOT: FakeAmmo {};
|
||||
class Sh_85_HE: FakeAmmo {};
|
||||
class Sh_85_AP: FakeAmmo {};
|
||||
class RocketBase: FakeAmmo {};
|
||||
class G_Camel_HE: FakeAmmo {};
|
||||
class R_Hydra_HE: FakeAmmo {};
|
||||
class R_57mm_HE: FakeAmmo {};
|
||||
class R_80mm_HE: FakeAmmo {};
|
||||
class R_S8T_AT: FakeAmmo {};
|
||||
//class R_M136_AT: FakeAmmo {};
|
||||
class R_RPG18_AT: FakeAmmo {};
|
||||
class R_PG7V_AT: FakeAmmo {};
|
||||
class R_PG7VL_AT: FakeAmmo {};
|
||||
class R_PG7VR_AT: FakeAmmo {};
|
||||
class R_OG7_AT: FakeAmmo {};
|
||||
class R_PG9_AT: FakeAmmo {};
|
||||
class R_OG9_HE: FakeAmmo {};
|
||||
class R_SMAW_HEDP: FakeAmmo {};
|
||||
class R_SMAW_HEAA: FakeAmmo {};
|
||||
class R_GRAD: FakeAmmo {};
|
||||
class R_MLRS: FakeAmmo {};
|
||||
class MissileBase: FakeAmmo {};
|
||||
class M_Javelin_AT: FakeAmmo {};
|
||||
class M_Stinger_AA: FakeAmmo {};
|
||||
class M_Sidewinder_AA: FakeAmmo {};
|
||||
class M_Sidewinder_AA_F35: FakeAmmo {};
|
||||
class M_Strela_AA: FakeAmmo {};
|
||||
class M_Igla_AA: FakeAmmo {};
|
||||
class M_AT5_AT: FakeAmmo {};
|
||||
class M_AT13_AT: FakeAmmo {};
|
||||
class M_TOW_AT: FakeAmmo {};
|
||||
class M_TOW2_AT: FakeAmmo {};
|
||||
class M_AT10_AT: FakeAmmo {};
|
||||
class M_AT11_AT: FakeAmmo {};
|
||||
class M_Hellfire_AT: FakeAmmo {};
|
||||
class M_Vikhr_AT: FakeAmmo {};
|
||||
class M_Maverick_AT: FakeAmmo {};
|
||||
class M_R73_AA: FakeAmmo {};
|
||||
class M_Ch29_AT: FakeAmmo {};
|
||||
class M_AT2_AT: FakeAmmo {};
|
||||
class M_AT6_AT: FakeAmmo {};
|
||||
class M_AT9_AT: FakeAmmo {};
|
||||
class M_9M311_AA: FakeAmmo {};
|
||||
class Bo_GBU12_LGB: FakeAmmo {};
|
||||
class Bo_GBU12_LGB_F35: FakeAmmo {};
|
||||
class Bo_FAB_250: FakeAmmo {};
|
||||
class Bo_Mk82: FakeAmmo {};
|
||||
/*
|
||||
class Grenade: FakeAmmo {};
|
||||
class GrenadeHand: FakeAmmo {};
|
||||
class GrenadeHandTimedWest: FakeAmmo {};
|
||||
class GrenadeHandTimedEast: FakeAmmo {};
|
||||
class GrenadeHand_stone: FakeAmmo {};
|
||||
class SmokeShell: FakeAmmo {};
|
||||
class G_40mm_Smoke: FakeAmmo {};
|
||||
class G_40mm_SmokeRed: FakeAmmo {};
|
||||
class G_40mm_SmokeGreen: FakeAmmo {};
|
||||
class G_40mm_SmokeYellow: FakeAmmo {};
|
||||
class SmokeShellRed: FakeAmmo {};
|
||||
class SmokeShellGreen: FakeAmmo {};
|
||||
class SmokeShellYellow: FakeAmmo {};
|
||||
class SmokeShellPurple: FakeAmmo {};
|
||||
class SmokeShellBlue: FakeAmmo {};
|
||||
class SmokeShellOrange: FakeAmmo {};
|
||||
class SmokeShellVehicle: FakeAmmo {};
|
||||
class FlareCountermeasure: FakeAmmo {};
|
||||
*/
|
||||
//class TimeBomb: FakeAmmo {};
|
||||
//class PipeBomb: FakeAmmo {};
|
||||
//class Mine: FakeAmmo {};
|
||||
//class MineE: FakeAmmo {};
|
||||
//class FuelExplosion: FakeAmmo {};
|
||||
//class Laserbeam: FakeAmmo {};
|
||||
//class HelicopterExploSmall: FakeAmmo {};
|
||||
//class HelicopterExploBig: FakeAmmo {};
|
||||
//class SmallSecondary: FakeAmmo {};
|
||||
//class SmokeLauncherAmmo: FakeAmmo {};
|
||||
//class FlareLauncherAmmo: FakeAmmo {};
|
||||
class B_30x113mm_M789_HEDP: FakeAmmo {};
|
||||
class ARTY_Sh_Base: FakeAmmo {};
|
||||
class ARTY_Flare_Small: FakeAmmo {};
|
||||
class ARTY_Flare_Medium: FakeAmmo {};
|
||||
class ARTY_Sh_Base_NET: FakeAmmo {};
|
||||
class ARTY_Sh_105_NET: FakeAmmo {};
|
||||
class ARTY_Sh_105_NET_NOFX: FakeAmmo {};
|
||||
class ARTY_Sh_105_LASNET: FakeAmmo {};
|
||||
class ARTY_Sh_122_NET: FakeAmmo {};
|
||||
class ARTY_Sh_122_NET_NOFX: FakeAmmo {};
|
||||
class ARTY_Sh_122_LASNET: FakeAmmo {};
|
||||
class ARTY_Sh_81_NET: FakeAmmo {};
|
||||
class ARTY_Sh_82_NET: FakeAmmo {};
|
||||
class ARTY_Sh_120_NET: FakeAmmo {};
|
||||
class ARTY_Sh_227_NET: FakeAmmo {};
|
||||
class ARTY_Sh_105_HE: FakeAmmo {};
|
||||
class ARTY_Sh_105_WP: FakeAmmo {};
|
||||
class ARTY_Sh_105_SADARM: FakeAmmo {};
|
||||
class ARTY_Sh_105_LASER: FakeAmmo {};
|
||||
class ARTY_Sh_105_ILLUM: FakeAmmo {};
|
||||
class ARTY_Sh_105_SMOKE: FakeAmmo {};
|
||||
class ARTY_Sh_81_HE: FakeAmmo {};
|
||||
class ARTY_Sh_81_WP: FakeAmmo {};
|
||||
class ARTY_Sh_81_ILLUM: FakeAmmo {};
|
||||
class ARTY_R_227mm_HE_Rocket: FakeAmmo {};
|
||||
class ARTY_R_227mm_HE: FakeAmmo {};
|
||||
class ARTY_Sh_122_HE: FakeAmmo {};
|
||||
class ARTY_Sh_122_WP: FakeAmmo {};
|
||||
class ARTY_Sh_122_SADARM: FakeAmmo {};
|
||||
class ARTY_Sh_122_LASER: FakeAmmo {};
|
||||
class ARTY_Sh_122_ILLUM: FakeAmmo {};
|
||||
class ARTY_Sh_122_SMOKE: FakeAmmo {};
|
||||
class ARTY_SADARM_PROJO: FakeAmmo {};
|
||||
class ARTY_SADARM_NET: FakeAmmo {};
|
||||
class ARTY_SADARM_BURST: FakeAmmo {};
|
||||
class ARTY_SmokeShellWhite: FakeAmmo {};
|
||||
class ARTY_Sh_82_HE: FakeAmmo {};
|
||||
class ARTY_Sh_82_WP: FakeAmmo {};
|
||||
class ARTY_Sh_82_ILLUM: FakeAmmo {};
|
||||
class ARTY_R_120mm_HE_Rocket: FakeAmmo {};
|
||||
class ARTY_R_120mm_HE: FakeAmmo {};
|
||||
class Warfare82mmMortar: FakeAmmo {};
|
||||
//class B_86x70_Ball_noTracer: FakeAmmo {};
|
||||
//class B_127x99_Ball_noTracer_BAF: FakeAmmo {};
|
||||
class M_NLAW_AT: FakeAmmo {};
|
||||
class Sh_40_HE: FakeAmmo {};
|
||||
class Sh_40_SABOT: FakeAmmo {};
|
||||
class M_CRV7_AT: FakeAmmo {};
|
||||
class M_CRV7_HEPD: FakeAmmo {};
|
||||
class M_CRV7_FAT: FakeAmmo {};
|
||||
class BAF_ied_v1: FakeAmmo {};
|
||||
class BAF_ied_v2: FakeAmmo {};
|
||||
class BAF_ied_v3: FakeAmmo {};
|
||||
class BAF_ied_v4: FakeAmmo {};
|
||||
//class B_765x17_Ball: FakeAmmo {};
|
||||
//class B_762x51_SB_SCAR: FakeAmmo {};
|
||||
class Sh_100_HEAT: FakeAmmo {};
|
||||
class Sh_105_HESH: FakeAmmo {};
|
||||
class Sh_105_APDS: FakeAmmo {};
|
||||
class R_MEEWS_HEDP: FakeAmmo {};
|
||||
class R_MEEWS_HEAT: FakeAmmo {};
|
||||
//class IRStrobeBase: FakeAmmo {};
|
||||
//class IRStrobe: FakeAmmo {};
|
||||
//class IR_Strobe_Marker: FakeAmmo {};
|
||||
//class B_45ACP_noCartridge_Ball: FakeAmmo {};
|
||||
//class CMflareAmmo: FakeAmmo {};
|
||||
//class CMflare_Chaff_Ammo: FakeAmmo {};
|
||||
class ARTY_Sh_120_HE: FakeAmmo {};
|
||||
class Sh_81_HE: FakeAmmo {};
|
||||
class Sh_81_WP: FakeAmmo {};
|
||||
class Sh_81_ILLUM: FakeAmmo {};
|
||||
class Sh_82_HE: FakeAmmo {};
|
||||
class Sh_82_WP: FakeAmmo {};
|
||||
class Sh_82_ILLUM: FakeAmmo {};
|
||||
class Sh_122_WP: FakeAmmo {};
|
||||
class Sh_122_SADARM: FakeAmmo {};
|
||||
class Sh_122_LASER: FakeAmmo {};
|
||||
class Sh_122_ILLUM: FakeAmmo {};
|
||||
class Sh_122_SMOKE: FakeAmmo {};
|
||||
class Sh_105_WP: FakeAmmo {};
|
||||
class Sh_105_SADARM: FakeAmmo {};
|
||||
class Sh_105_LASER: FakeAmmo {};
|
||||
class Sh_105_ILLUM: FakeAmmo {};
|
||||
class Sh_105_SMOKE: FakeAmmo {};
|
||||
class 120mmHE_M120: FakeAmmo {};
|
||||
//class B_303_Ball: FakeAmmo {};
|
||||
class M_47_AT_EP1: FakeAmmo {};
|
||||
class PMC_ied_v1: FakeAmmo {};
|
||||
class PMC_ied_v2: FakeAmmo {};
|
||||
class PMC_ied_v3: FakeAmmo {};
|
||||
class PMC_ied_v4: FakeAmmo {};
|
||||
//class B_12Gauge_Pellets: FakeAmmo {};
|
||||
class G_30mm_HE_heli: FakeAmmo {};
|
||||
class B_19mm_HE: FakeAmmo {};
|
||||
//class B_556x45_Ball_airLock: FakeAmmo {};
|
||||
};
|
||||
329
SQF/dayz_anim/CfgBanned/CfgMagazines.hpp
Normal file
@@ -0,0 +1,329 @@
|
||||
class CfgMagazines {
|
||||
class Default;
|
||||
class FakeMagazine: Default
|
||||
{
|
||||
scope = 1;
|
||||
ammo = "FakeAmmo";
|
||||
stopThis = true;
|
||||
value = 1;
|
||||
displayName = "";
|
||||
model = "";
|
||||
picture = "";
|
||||
modelSpecial = "";
|
||||
useAction = 0;
|
||||
useActionTitle = "";
|
||||
reloadAction = "ManActReloadMagazine";
|
||||
count = 0;
|
||||
type = 256;
|
||||
initSpeed = 0;
|
||||
selectionFireAnim = "zasleh";
|
||||
nameSound = "magazine";
|
||||
maxLeadSpeed = 0;
|
||||
};
|
||||
/*
|
||||
class 8Rnd_9x18_Makarov: FakeMagazine {};
|
||||
class 8Rnd_9x18_MakarovSD: FakeMagazine {};
|
||||
class 15Rnd_9x19_M9: FakeMagazine {};
|
||||
class 15Rnd_9x19_M9SD: FakeMagazine {};
|
||||
class 30Rnd_9x19_MP5SD: FakeMagazine {};
|
||||
class 30Rnd_9x19_MP5: FakeMagazine {};
|
||||
class 7Rnd_45ACP_1911: FakeMagazine {};
|
||||
class 30Rnd_545x39_AK: FakeMagazine {};
|
||||
class 30Rnd_545x39_AKSD: FakeMagazine {};
|
||||
class 75Rnd_545x39_RPK: FakeMagazine {};
|
||||
class 30Rnd_762x39_AK47: FakeMagazine {};
|
||||
class 20Rnd_556x45_Stanag: FakeMagazine {};
|
||||
class 30Rnd_556x45_Stanag: FakeMagazine {};
|
||||
class 30Rnd_556x45_StanagSD: FakeMagazine {};
|
||||
class 30Rnd_556x45_G36: FakeMagazine {};
|
||||
class 30Rnd_556x45_G36SD: FakeMagazine {};
|
||||
class 200Rnd_556x45_M249: FakeMagazine {};
|
||||
*/
|
||||
class 100Rnd_556x45_BetaCMag: FakeMagazine {};
|
||||
/*
|
||||
class 5Rnd_762x51_M24: FakeMagazine {};
|
||||
class 100Rnd_762x51_M240: FakeMagazine {};
|
||||
class 10Rnd_762x54_SVD: FakeMagazine {};
|
||||
class 100Rnd_762x54_PK: FakeMagazine {};
|
||||
class 60Rnd_762x54_DT: FakeMagazine {};
|
||||
class 64Rnd_9x19_Bizon: FakeMagazine {};
|
||||
class 64Rnd_9x19_SD_Bizon: FakeMagazine {};
|
||||
class 10Rnd_9x39_SP5_VSS: FakeMagazine {};
|
||||
class 20Rnd_9x39_SP5_VSS: FakeMagazine {};
|
||||
class 8Rnd_B_Saiga12_74Slug: FakeMagazine {};
|
||||
class 8Rnd_B_Beneli_74Slug: FakeMagazine {};
|
||||
class 5Rnd_127x108_KSVK: FakeMagazine {};
|
||||
class 10Rnd_127x99_m107: FakeMagazine {};
|
||||
class 1Rnd_HE_M203: FakeMagazine {};
|
||||
class FlareWhite_M203: FakeMagazine {};
|
||||
class FlareGreen_M203: FakeMagazine {};
|
||||
class FlareRed_M203: FakeMagazine {};
|
||||
class FlareYellow_M203: FakeMagazine {};
|
||||
class 1Rnd_Smoke_M203: FakeMagazine {};
|
||||
class 1Rnd_SmokeRed_M203: FakeMagazine {};
|
||||
class 1Rnd_SmokeGreen_M203: FakeMagazine {};
|
||||
class 1Rnd_SmokeYellow_M203: FakeMagazine {};
|
||||
class 1Rnd_HE_GP25: FakeMagazine {};
|
||||
class FlareWhite_GP25: FakeMagazine {};
|
||||
class FlareGreen_GP25: FakeMagazine {};
|
||||
class FlareRed_GP25: FakeMagazine {};
|
||||
class FlareYellow_GP25: FakeMagazine {};
|
||||
class 1Rnd_SMOKE_GP25: FakeMagazine {};
|
||||
class 1Rnd_SmokeRed_GP25: FakeMagazine {};
|
||||
class 1Rnd_SmokeGreen_GP25: FakeMagazine {};
|
||||
class 1Rnd_SmokeYellow_GP25: FakeMagazine {};
|
||||
class CA_LauncherMagazine: FakeMagazine {};
|
||||
class M136: FakeMagazine {};
|
||||
*/
|
||||
class Javelin: FakeMagazine {};
|
||||
class AT13: FakeMagazine {};
|
||||
class PG7V: FakeMagazine {};
|
||||
class PG7VL: FakeMagazine {};
|
||||
//class PG7VR: FakeMagazine {};
|
||||
class OG7: FakeMagazine {};
|
||||
class PG9_AT: FakeMagazine {};
|
||||
class OG9_HE: FakeMagazine {};
|
||||
class Stinger: FakeMagazine {};
|
||||
class 8Rnd_Stinger: FakeMagazine {};
|
||||
class 2Rnd_Stinger: FakeMagazine {};
|
||||
class Strela: FakeMagazine {};
|
||||
class RPG18: FakeMagazine {};
|
||||
class SMAW_HEDP: FakeMagazine {};
|
||||
class SMAW_HEAA: FakeMagazine {};
|
||||
class Igla: FakeMagazine {};
|
||||
class 2Rnd_Igla: FakeMagazine {};
|
||||
//class SmokeLauncherMag: FakeMagazine {};
|
||||
//class FlareLauncherMag: FakeMagazine {};
|
||||
class 4000Rnd_762x51_M134: FakeMagazine {};
|
||||
class 2000Rnd_762x51_M134: FakeMagazine {};
|
||||
class 1200Rnd_762x51_M240: FakeMagazine {};
|
||||
class 1500Rnd_762x54_PKT: FakeMagazine {};
|
||||
class 2000Rnd_762x54_PKT: FakeMagazine {};
|
||||
class 200Rnd_762x54_PKT: FakeMagazine {};
|
||||
class 250Rnd_762x54_PKT_T90: FakeMagazine {};
|
||||
class 500Rnd_TwinVickers: FakeMagazine {};
|
||||
class 100Rnd_127x99_M2: FakeMagazine {};
|
||||
class 250Rnd_127x99_M3P: FakeMagazine {};
|
||||
class 50Rnd_127x107_DSHKM: FakeMagazine {};
|
||||
class 150Rnd_127x107_DSHKM: FakeMagazine {};
|
||||
class 150Rnd_127x108_KORD: FakeMagazine {};
|
||||
class 50Rnd_127x108_KORD: FakeMagazine {};
|
||||
class 1470Rnd_127x108_YakB: FakeMagazine {};
|
||||
class 500Rnd_145x115_KPVT: FakeMagazine {};
|
||||
class 750Rnd_M197_AH1: FakeMagazine {};
|
||||
class 2100Rnd_20mm_M168: FakeMagazine {};
|
||||
class 2000Rnd_23mm_AZP85: FakeMagazine {};
|
||||
class 40Rnd_23mm_AZP85: FakeMagazine {};
|
||||
class 1000Rnd_23mm_2A14_HE: FakeMagazine {};
|
||||
class 1000Rnd_23mm_2A14_AP: FakeMagazine {};
|
||||
class 520Rnd_23mm_GSh23L: FakeMagazine {};
|
||||
class 300Rnd_25mm_GAU12: FakeMagazine {};
|
||||
class 210Rnd_25mm_M242_HEI: FakeMagazine {};
|
||||
class 210Rnd_25mm_M242_APDS: FakeMagazine {};
|
||||
class 29Rnd_30mm_AGS30: FakeMagazine {};
|
||||
class 400Rnd_30mm_AGS17: FakeMagazine {};
|
||||
class 230Rnd_30mmHE_2A42: FakeMagazine {};
|
||||
class 250Rnd_30mmHE_2A42: FakeMagazine {};
|
||||
class 150Rnd_30mmHE_2A42: FakeMagazine {};
|
||||
class 230Rnd_30mmAP_2A42: FakeMagazine {};
|
||||
class 250Rnd_30mmAP_2A42: FakeMagazine {};
|
||||
class 150Rnd_30mmAP_2A42: FakeMagazine {};
|
||||
class 250Rnd_30mmHE_2A72: FakeMagazine {};
|
||||
class 250Rnd_30mmAP_2A72: FakeMagazine {};
|
||||
class 1904Rnd_30mmAA_2A38M: FakeMagazine {};
|
||||
class 1350Rnd_30mmAP_A10: FakeMagazine {};
|
||||
class 180Rnd_30mm_GSh301: FakeMagazine {};
|
||||
class 750Rnd_30mm_GSh301: FakeMagazine {};
|
||||
class 48Rnd_40mm_MK19: FakeMagazine {};
|
||||
class 6Rnd_Grenade_Camel: FakeMagazine {};
|
||||
class 30Rnd_105mmHE_M119: FakeMagazine {};
|
||||
class 20Rnd_120mmHE_M1A2: FakeMagazine {};
|
||||
class 20Rnd_120mmSABOT_M1A2: FakeMagazine {};
|
||||
class 30Rnd_122mmHE_D30: FakeMagazine {};
|
||||
class 22Rnd_125mmHE_T72: FakeMagazine {};
|
||||
class 22Rnd_100mm_HE_2A70: FakeMagazine {};
|
||||
class 23Rnd_125mmSABOT_T72: FakeMagazine {};
|
||||
class 33Rnd_85mmHE: FakeMagazine {};
|
||||
class 10Rnd_85mmAP: FakeMagazine {};
|
||||
class 8Rnd_AT5_BMP2: FakeMagazine {};
|
||||
class 5Rnd_AT5_BRDM2: FakeMagazine {};
|
||||
class 4Rnd_AT9_Mi24P: FakeMagazine {};
|
||||
class 4Rnd_AT6_Mi24V: FakeMagazine {};
|
||||
class 4Rnd_AT2_Mi24D: FakeMagazine {};
|
||||
class 8Rnd_AT10_BMP3: FakeMagazine {};
|
||||
class 5Rnd_AT11_T90: FakeMagazine {};
|
||||
class 6Rnd_AT13: FakeMagazine {};
|
||||
class 6Rnd_TOW_HMMWV: FakeMagazine {};
|
||||
class 2Rnd_TOW: FakeMagazine {};
|
||||
class 6Rnd_TOW2: FakeMagazine {};
|
||||
class 2Rnd_TOW2: FakeMagazine {};
|
||||
class 8Rnd_Hellfire: FakeMagazine {};
|
||||
class 12Rnd_Vikhr_KA50: FakeMagazine {};
|
||||
class 4Rnd_Sidewinder_AV8B: FakeMagazine {};
|
||||
class 2Rnd_Sidewinder_F35: FakeMagazine {};
|
||||
class 2Rnd_Sidewinder_AH1Z: FakeMagazine {};
|
||||
class 14Rnd_FFAR: FakeMagazine {};
|
||||
class 28Rnd_FFAR: FakeMagazine {};
|
||||
class 38Rnd_FFAR: FakeMagazine {};
|
||||
class 40Rnd_80mm: FakeMagazine {};
|
||||
class 80Rnd_80mm: FakeMagazine {};
|
||||
class 40Rnd_GRAD: FakeMagazine {};
|
||||
class 12Rnd_MLRS: FakeMagazine {};
|
||||
class 40Rnd_S8T: FakeMagazine {};
|
||||
class 80Rnd_S8T: FakeMagazine {};
|
||||
class 64Rnd_57mm: FakeMagazine {};
|
||||
class 128Rnd_57mm: FakeMagazine {};
|
||||
class 192Rnd_57mm: FakeMagazine {};
|
||||
class 6Rnd_GBU12_AV8B: FakeMagazine {};
|
||||
class 2Rnd_GBU12: FakeMagazine {};
|
||||
class 4Rnd_GBU12: FakeMagazine {};
|
||||
class 2Rnd_FAB_250: FakeMagazine {};
|
||||
class 4Rnd_FAB_250: FakeMagazine {};
|
||||
class 6Rnd_Mk82: FakeMagazine {};
|
||||
class 3Rnd_Mk82: FakeMagazine {};
|
||||
class 4Rnd_R73: FakeMagazine {};
|
||||
class 2Rnd_R73: FakeMagazine {};
|
||||
class 4Rnd_Ch29: FakeMagazine {};
|
||||
class 6Rnd_Ch29: FakeMagazine {};
|
||||
class 2Rnd_Maverick_A10: FakeMagazine {};
|
||||
class 8Rnd_9M311: FakeMagazine {};
|
||||
/*
|
||||
class TimeBomb: FakeMagazine {};
|
||||
class Mine: FakeMagazine {};
|
||||
class MineE: FakeMagazine {};
|
||||
class PipeBomb: FakeMagazine {};
|
||||
class HandGrenade: FakeMagazine {};
|
||||
class HandGrenade_Stone: FakeMagazine {};
|
||||
class HandGrenade_West: FakeMagazine {};
|
||||
class HandGrenade_East: FakeMagazine {};
|
||||
class SmokeShell: FakeMagazine {};
|
||||
class SmokeShellRed: FakeMagazine {};
|
||||
class SmokeShellGreen: FakeMagazine {};
|
||||
class SmokeShellYellow: FakeMagazine {};
|
||||
class SmokeShellPurple: FakeMagazine {};
|
||||
class SmokeShellBlue: FakeMagazine {};
|
||||
class SmokeShellOrange: FakeMagazine {};
|
||||
class Laserbatteries: FakeMagazine {};
|
||||
class 20Rnd_762x51_DMR: FakeMagazine {};
|
||||
class 5x_22_LR_17_HMR: FakeMagazine {};
|
||||
*/
|
||||
class 1200Rnd_30x113mm_M789_HEDP: FakeMagazine {};
|
||||
class 8Rnd_Sidewinder_AH64: FakeMagazine {};
|
||||
class ARTY_30Rnd_105mmHE_M119: FakeMagazine {};
|
||||
class ARTY_30Rnd_105mmWP_M119: FakeMagazine {};
|
||||
class ARTY_30Rnd_105mmSADARM_M119: FakeMagazine {};
|
||||
class ARTY_30Rnd_105mmLASER_M119: FakeMagazine {};
|
||||
class ARTY_30Rnd_105mmSMOKE_M119: FakeMagazine {};
|
||||
class ARTY_30Rnd_105mmILLUM_M119: FakeMagazine {};
|
||||
class ARTY_8Rnd_81mmHE_M252: FakeMagazine {};
|
||||
class ARTY_8Rnd_81mmWP_M252: FakeMagazine {};
|
||||
class ARTY_8Rnd_81mmILLUM_M252: FakeMagazine {};
|
||||
class ARTY_12Rnd_227mmHE_M270: FakeMagazine {};
|
||||
class ARTY_30Rnd_122mmHE_D30: FakeMagazine {};
|
||||
class ARTY_30Rnd_122mmWP_D30: FakeMagazine {};
|
||||
class ARTY_30Rnd_122mmSADARM_D30: FakeMagazine {};
|
||||
class ARTY_30Rnd_122mmLASER_D30: FakeMagazine {};
|
||||
class ARTY_30Rnd_122mmSMOKE_D30: FakeMagazine {};
|
||||
class ARTY_30Rnd_122mmILLUM_D30: FakeMagazine {};
|
||||
class ARTY_8Rnd_82mmHE_2B14: FakeMagazine {};
|
||||
class ARTY_8Rnd_82mmWP_2B14: FakeMagazine {};
|
||||
class ARTY_8Rnd_82mmILLUM_2B14: FakeMagazine {};
|
||||
class ARTY_40Rnd_120mmHE_BM21: FakeMagazine {};
|
||||
class Warfare30Rnd82mmMortar: FakeMagazine {};
|
||||
class 100Rnd_127x99_L2A1: FakeMagazine {};
|
||||
//class 5Rnd_127x99_as50: FakeMagazine {};
|
||||
//class 5Rnd_86x70_L115A1: FakeMagazine {};
|
||||
class NLAW: FakeMagazine {};
|
||||
class 200Rnd_556x45_L110A1: FakeMagazine {};
|
||||
//class 200Rnd_762x54_GPMG: FakeMagazine {};
|
||||
class 32Rnd_40mm_GMG: FakeMagazine {};
|
||||
class 12Rnd_CRV7: FakeMagazine {};
|
||||
class 38Rnd_CRV7: FakeMagazine {};
|
||||
class 6Rnd_CRV7_HEPD: FakeMagazine {};
|
||||
class 6Rnd_CRV7_FAT: FakeMagazine {};
|
||||
class 1200Rnd_20mm_M621: FakeMagazine {};
|
||||
class 200Rnd_40mmHE_FV510: FakeMagazine {};
|
||||
class 200Rnd_40mmSABOT_FV510: FakeMagazine {};
|
||||
class 2000Rnd_762x51_L94A1: FakeMagazine {};
|
||||
//class 200Rnd_762x51_M240: FakeMagazine {};
|
||||
class BAF_ied_v1: FakeMagazine {};
|
||||
class BAF_ied_v2: FakeMagazine {};
|
||||
class BAF_ied_v3: FakeMagazine {};
|
||||
class BAF_ied_v4: FakeMagazine {};
|
||||
class BAF_L109A1_HE: FakeMagazine {};
|
||||
class 21Rnd_100mmHEAT_D10: FakeMagazine {};
|
||||
class 6RND_105mm_APDS: FakeMagazine {};
|
||||
class 12RND_105mm_HESH: FakeMagazine {};
|
||||
class 4Rnd_Hellfire: FakeMagazine {};
|
||||
//class 10Rnd_B_765x17_Ball: FakeMagazine {};
|
||||
//class 20Rnd_B_765x17_Ball: FakeMagazine {};
|
||||
class 4Rnd_Stinger: FakeMagazine {};
|
||||
//class 30Rnd_9x19_UZI_SD: FakeMagazine {};
|
||||
//class 30Rnd_9x19_UZI: FakeMagazine {};
|
||||
//class 6Rnd_45ACP: FakeMagazine {};
|
||||
//class 17Rnd_9x19_glock17: FakeMagazine {};
|
||||
class MAAWS_HEDP: FakeMagazine {};
|
||||
class MAAWS_HEAT: FakeMagazine {};
|
||||
/*
|
||||
class 20Rnd_762x51_B_SCAR: FakeMagazine {};
|
||||
class 20Rnd_762x51_SB_SCAR: FakeMagazine {};
|
||||
class 30Rnd_762x39_SA58: FakeMagazine {};
|
||||
class 100Rnd_556x45_M249: FakeMagazine {};
|
||||
class IR_Strobe_Target: FakeMagazine {};
|
||||
class IR_Strobe_Marker: FakeMagazine {};
|
||||
class IRStrobe: FakeMagazine {};
|
||||
class 60Rnd_CMFlareMagazine: FakeMagazine {};
|
||||
class 120Rnd_CMFlareMagazine: FakeMagazine {};
|
||||
class 240Rnd_CMFlareMagazine: FakeMagazine {};
|
||||
class 60Rnd_CMFlare_Chaff_Magazine: FakeMagazine {};
|
||||
class 120Rnd_CMFlare_Chaff_Magazine: FakeMagazine {};
|
||||
class 240Rnd_CMFlare_Chaff_Magazine: FakeMagazine {};
|
||||
class 6Rnd_HE_M203: FakeMagazine {};
|
||||
class 6Rnd_FlareWhite_M203: FakeMagazine {};
|
||||
class 6Rnd_FlareGreen_M203: FakeMagazine {};
|
||||
class 6Rnd_FlareRed_M203: FakeMagazine {};
|
||||
class 6Rnd_FlareYellow_M203: FakeMagazine {};
|
||||
class 6Rnd_Smoke_M203: FakeMagazine {};
|
||||
class 6Rnd_SmokeRed_M203: FakeMagazine {};
|
||||
class 6Rnd_SmokeGreen_M203: FakeMagazine {};
|
||||
class 6Rnd_SmokeYellow_M203: FakeMagazine {};
|
||||
*/
|
||||
class 24Rnd_120mmHE_M120: FakeMagazine {};
|
||||
class 24Rnd_120mmHE_M120_02: FakeMagazine {};
|
||||
class 8Rnd_81mmHE_M252: FakeMagazine {};
|
||||
class 8Rnd_81mmWP_M252: FakeMagazine {};
|
||||
class 8Rnd_81mmILLUM_M252: FakeMagazine {};
|
||||
class 8Rnd_82mmHE_2B14: FakeMagazine {};
|
||||
class 8Rnd_82mmWP_2B14: FakeMagazine {};
|
||||
class 8Rnd_82mmILLUM_2B14: FakeMagazine {};
|
||||
class 30Rnd_122mmWP_D30: FakeMagazine {};
|
||||
class 30Rnd_122mmSADARM_D30: FakeMagazine {};
|
||||
class 30Rnd_122mmLASER_D30: FakeMagazine {};
|
||||
class 30Rnd_122mmSMOKE_D30: FakeMagazine {};
|
||||
class 30Rnd_122mmILLUM_D30: FakeMagazine {};
|
||||
class 30Rnd_105mmWP_M119: FakeMagazine {};
|
||||
class 30Rnd_105mmSADARM_M119: FakeMagazine {};
|
||||
class 30Rnd_105mmLASER_M119: FakeMagazine {};
|
||||
class 30Rnd_105mmSMOKE_M119: FakeMagazine {};
|
||||
class 30Rnd_105mmILLUM_M119: FakeMagazine {};
|
||||
//class 20Rnd_762x51_FNFAL: FakeMagazine {};
|
||||
//class 10x_303: FakeMagazine {};
|
||||
class Dragon_EP1: FakeMagazine {};
|
||||
class PMC_ied_v1: FakeMagazine {};
|
||||
class PMC_ied_v2: FakeMagazine {};
|
||||
class PMC_ied_v3: FakeMagazine {};
|
||||
class PMC_ied_v4: FakeMagazine {};
|
||||
/*
|
||||
class 8Rnd_B_Saiga12_Pellets: FakeMagazine {};
|
||||
class 8Rnd_B_Beneli_Pellets: FakeMagazine {};
|
||||
*/
|
||||
class 20Rnd_B_AA12_Pellets: FakeMagazine {};
|
||||
class 20Rnd_B_AA12_74Slug: FakeMagazine {};
|
||||
class 20Rnd_B_AA12_HE: FakeMagazine {};
|
||||
class 29Rnd_30mm_AGS30_heli: FakeMagazine {};
|
||||
class 100Rnd_556x45_BetaCMag_airLock: FakeMagazine {};
|
||||
class 14Rnd_57mm: FakeMagazine {};
|
||||
class 6Rnd_HE_M203_heli: FakeMagazine {};
|
||||
class 150Rnd_23mm_GSh23L: FakeMagazine {};
|
||||
};
|
||||
|
||||
176
SQF/dayz_anim/CfgBanned/CfgMarkers.hpp
Normal file
@@ -0,0 +1,176 @@
|
||||
class CfgMarkers {
|
||||
class Empty;
|
||||
class Faction_US: Empty {};
|
||||
class Faction_USMC: Empty {};
|
||||
class Faction_CDF: Empty {};
|
||||
class Faction_RU: Empty {};
|
||||
class Faction_INS: Empty {};
|
||||
class Faction_GUE: Empty {};
|
||||
class Faction_USA_EP1: Empty {};
|
||||
class Faction_CzechRepublic_EP1: Empty {};
|
||||
class Faction_Germany_EP1: Empty {};
|
||||
class Faction_TKA_EP1: Empty {};
|
||||
class Faction_TKG_EP1: Empty {};
|
||||
class Faction_TKM_EP1: Empty {};
|
||||
class Faction_NATO_EP1: Empty {};
|
||||
class Faction_UNO_EP1: Empty {};
|
||||
class Faction_BLUFOR_EP1: Empty {};
|
||||
class Faction_OPFOR_EP1: Empty {};
|
||||
class Faction_INDFOR_EP1: Empty {};
|
||||
class Faction_ION_black_PMC: Empty {};
|
||||
class Faction_ION_white_PMC: Empty {};
|
||||
class Flag: Empty {};
|
||||
class Flag1: Empty {};
|
||||
class Dot: Empty {};
|
||||
class Destroy: Empty {};
|
||||
class Start: Empty {};
|
||||
class End: Empty {};
|
||||
class Warning: Empty {};
|
||||
class Join: Empty {};
|
||||
class Pickup: Empty {};
|
||||
class Unknown: Empty {};
|
||||
class Marker: Empty {};
|
||||
class Arrow: Empty {};
|
||||
class mil_objective: Empty {};
|
||||
class mil_marker: Empty {};
|
||||
class mil_flag: Empty {};
|
||||
class mil_arrow: Empty {};
|
||||
class mil_arrow2: Empty {};
|
||||
class mil_ambush: Empty {};
|
||||
class mil_destroy: Empty {};
|
||||
class mil_start: Empty {};
|
||||
class mil_end: Empty {};
|
||||
class mil_pickup: Empty {};
|
||||
class mil_join: Empty {};
|
||||
class mil_warning: Empty {};
|
||||
class mil_unknown: Empty {};
|
||||
class mil_circle: Empty {};
|
||||
class mil_dot: Empty {};
|
||||
class mil_box: Empty {};
|
||||
class mil_triangle: Empty {};
|
||||
class hd_objective: Empty {};
|
||||
class hd_flag: Empty {};
|
||||
class hd_arrow: Empty {};
|
||||
class hd_ambush: Empty {};
|
||||
class hd_destroy: Empty {};
|
||||
class hd_start: Empty {};
|
||||
class hd_end: Empty {};
|
||||
class hd_pickup: Empty {};
|
||||
class hd_join: Empty {};
|
||||
class hd_warning: Empty {};
|
||||
class hd_unknown: Empty {};
|
||||
class hd_dot: Empty {};
|
||||
class Select: Empty {};
|
||||
class SC_flag_0_east: Empty {};
|
||||
class SC_flag_0_west: Empty {};
|
||||
class SC_flag_1_east: Empty {};
|
||||
class SC_flag_1_west: Empty {};
|
||||
class NATO_base: Empty {};
|
||||
class b_empty: Empty {};
|
||||
class o_empty: Empty {};
|
||||
class n_empty: Empty {};
|
||||
class b_unknown: Empty {};
|
||||
class o_unknown: Empty {};
|
||||
class n_unknown: Empty {};
|
||||
class b_inf: Empty {};
|
||||
class o_inf: Empty {};
|
||||
class n_inf: Empty {};
|
||||
class b_motor_inf: Empty {};
|
||||
class o_motor_inf: Empty {};
|
||||
class n_motor_inf: Empty {};
|
||||
class b_mech_inf: Empty {};
|
||||
class o_mech_inf: Empty {};
|
||||
class n_mech_inf: Empty {};
|
||||
class b_armor: Empty {};
|
||||
class o_armor: Empty {};
|
||||
class n_armor: Empty {};
|
||||
class b_recon: Empty {};
|
||||
class o_recon: Empty {};
|
||||
class n_recon: Empty {};
|
||||
class b_air: Empty {};
|
||||
class o_air: Empty {};
|
||||
class n_air: Empty {};
|
||||
class b_plane: Empty {};
|
||||
class o_plane: Empty {};
|
||||
class n_plane: Empty {};
|
||||
class b_uav: Empty {};
|
||||
class o_uav: Empty {};
|
||||
class n_uav: Empty {};
|
||||
class b_med: Empty {};
|
||||
class o_med: Empty {};
|
||||
class n_med: Empty {};
|
||||
class b_art: Empty {};
|
||||
class o_art: Empty {};
|
||||
class n_art: Empty {};
|
||||
class x_art: Empty {};
|
||||
class b_mortar: Empty {};
|
||||
class o_mortar: Empty {};
|
||||
class n_mortar: Empty {};
|
||||
class x_mortar: Empty {};
|
||||
class b_hq: Empty {};
|
||||
class o_hq: Empty {};
|
||||
class n_hq: Empty {};
|
||||
class b_support: Empty {};
|
||||
class o_support: Empty {};
|
||||
class n_support: Empty {};
|
||||
class b_maint: Empty {};
|
||||
class o_maint: Empty {};
|
||||
class n_maint: Empty {};
|
||||
class b_service: Empty {};
|
||||
class o_service: Empty {};
|
||||
class n_service: Empty {};
|
||||
class group_0: Empty {};
|
||||
class group_1: Empty {};
|
||||
class group_2: Empty {};
|
||||
class group_3: Empty {};
|
||||
class group_4: Empty {};
|
||||
class group_5: Empty {};
|
||||
class group_6: Empty {};
|
||||
class group_7: Empty {};
|
||||
class group_8: Empty {};
|
||||
class group_9: Empty {};
|
||||
class group_10: Empty {};
|
||||
class group_11: Empty {};
|
||||
class waypoint: Empty {};
|
||||
class selector_selectable: Empty {};
|
||||
class selector_selectedEnemy: Empty {};
|
||||
class selector_selectedFriendly: Empty {};
|
||||
class selector_selectedMission: Empty {};
|
||||
class HQ: Empty {};
|
||||
class FOB: Empty {};
|
||||
class Airport: Empty {};
|
||||
class Heliport: Empty {};
|
||||
class Artillery: Empty {};
|
||||
class AntiAir: Empty {};
|
||||
class City: Empty {};
|
||||
class Strongpoint: Empty {};
|
||||
class Depot: Empty {};
|
||||
class FireMission: Empty {};
|
||||
class AirTeam: Empty {};
|
||||
class CommandTeam: Empty {};
|
||||
class Headquarters: Empty {};
|
||||
class HeavyTeam: Empty {};
|
||||
class InfantryTeam: Empty {};
|
||||
class LightTeam: Empty {};
|
||||
class Attack: Empty {};
|
||||
class Move: Empty {};
|
||||
class Defend: Empty {};
|
||||
class Vehicle: Empty {};
|
||||
class DestroyedVehicle: Empty {};
|
||||
class RepairVehicle: Empty {};
|
||||
class SalvageVehicle: Empty {};
|
||||
class SupplyVehicle: Empty {};
|
||||
class Town: Empty {};
|
||||
class Camp: Empty {};
|
||||
class Tank: Empty {};
|
||||
class Man: Empty {};
|
||||
class Air: Empty {};
|
||||
class Car: Empty {};
|
||||
class Boat: Empty {};
|
||||
class TownDefense0Supply4: Empty {};
|
||||
class TownDefense1Supply3: Empty {};
|
||||
class TownDefense2Supply2: Empty {};
|
||||
class TownDefense3Supply1: Empty {};
|
||||
class TownDefense4Supply0: Empty {};
|
||||
class Faction_BritishArmedForces_BAF: Empty {};
|
||||
};
|
||||
964
SQF/dayz_anim/CfgBanned/CfgVehicles.hpp
Normal file
@@ -0,0 +1,964 @@
|
||||
class CfgVehicles {
|
||||
class All;
|
||||
class Banned: All
|
||||
{
|
||||
stopThis = true;
|
||||
};
|
||||
class M2StaticMG: Banned {};
|
||||
class M119: Banned {};
|
||||
class DSHKM_Ins: Banned {};
|
||||
class DSHKM_CDF: Banned {};
|
||||
class DSHKM_Gue: Banned {};
|
||||
class AGS_Ins: Banned {};
|
||||
class AGS_CDF: Banned {};
|
||||
class AGS_RU: Banned {};
|
||||
class D30_Ins: Banned {};
|
||||
class D30_CDF: Banned {};
|
||||
class D30_RU: Banned {};
|
||||
class SearchLight: Banned {};
|
||||
class SearchLight_INS: Banned {};
|
||||
class SearchLight_CDF: Banned {};
|
||||
class SearchLight_RUS: Banned {};
|
||||
class SearchLight_Gue: Banned {};
|
||||
class M252: Banned {};
|
||||
class Metis: Banned {};
|
||||
class 2b14_82mm: Banned {};
|
||||
class 2b14_82mm_CDF: Banned {};
|
||||
class 2b14_82mm_INS: Banned {};
|
||||
class 2b14_82mm_GUE: Banned {};
|
||||
class SPG9_Gue: Banned {};
|
||||
class SPG9_CDF: Banned {};
|
||||
class SPG9_Ins: Banned {};
|
||||
class ZU23_Ins: Banned {};
|
||||
class ZU23_CDF: Banned {};
|
||||
class ZU23_Gue: Banned {};
|
||||
class RHIB: Banned {};
|
||||
class RHIB2Turret: Banned {};
|
||||
class Zodiac: Banned {};
|
||||
//class PBX: Banned {};
|
||||
class KORD: Banned {};
|
||||
class KORD_high: Banned {};
|
||||
class DSHKM_RU: Banned {};
|
||||
class USMC_Soldier: Banned {};
|
||||
class USMC_Soldier_Light: Banned {};
|
||||
class USMC_Soldier2: Banned {};
|
||||
class USMC_Soldier_GL: Banned {};
|
||||
class USMC_Soldier_Officer: Banned {};
|
||||
class USMC_Soldier_SL: Banned {};
|
||||
class USMC_Soldier_TL: Banned {};
|
||||
class USMC_Soldier_LAT: Banned {};
|
||||
class USMC_Soldier_AT: Banned {};
|
||||
class USMC_Soldier_HAT: Banned {};
|
||||
class USMC_Soldier_AA: Banned {};
|
||||
class USMC_Soldier_Medic: Banned {};
|
||||
class USMC_Soldier_AR: Banned {};
|
||||
class USMC_Soldier_MG: Banned {};
|
||||
class USMC_SoldierS_Spotter: Banned {};
|
||||
class USMC_SoldierS_Sniper: Banned {};
|
||||
class USMC_SoldierS_SniperH: Banned {};
|
||||
class USMC_SoldierM_Marksman: Banned {};
|
||||
class USMC_SoldierS: Banned {};
|
||||
class USMC_SoldierS_Engineer: Banned {};
|
||||
class USMC_Soldier_Pilot: Banned {};
|
||||
class USMC_Soldier_Crew: Banned {};
|
||||
class USMC_LHD_Crew_White: Banned {};
|
||||
class USMC_LHD_Crew_Blue: Banned {};
|
||||
class USMC_LHD_Crew_Brown: Banned {};
|
||||
class USMC_LHD_Crew_Green: Banned {};
|
||||
class USMC_LHD_Crew_Red: Banned {};
|
||||
class USMC_LHD_Crew_Purple: Banned {};
|
||||
class USMC_LHD_Crew_Yellow: Banned {};
|
||||
class FR_TL: Banned {};
|
||||
class FR_Commander: Banned {};
|
||||
class FR_R: Banned {};
|
||||
class FR_Marksman: Banned {};
|
||||
class FR_Light: Banned {};
|
||||
class FR_Corpsman: Banned {};
|
||||
class FR_AR: Banned {};
|
||||
class FR_GL: Banned {};
|
||||
class FR_Sapper: Banned {};
|
||||
class FR_AC: Banned {};
|
||||
class FR_Miles: Banned {};
|
||||
class FR_Cooper: Banned {};
|
||||
class FR_Sykes: Banned {};
|
||||
class FR_OHara: Banned {};
|
||||
class FR_Rodriguez: Banned {};
|
||||
class FR_Assault_R: Banned {};
|
||||
class FR_Assault_GL: Banned {};
|
||||
class RU_Soldier_Base: Banned {};
|
||||
class RU_Soldier: Banned {};
|
||||
class RU_Soldier2: Banned {};
|
||||
class RU_Soldier_GL: Banned {};
|
||||
class RU_Soldier_Light: Banned {};
|
||||
class RU_Soldier_Officer: Banned {};
|
||||
class RU_Soldier_SL: Banned {};
|
||||
class RU_Soldier_TL: Banned {};
|
||||
class RU_Commander: Banned {};
|
||||
class RU_Soldier_MG: Banned {};
|
||||
class RU_Soldier_AR: Banned {};
|
||||
class RU_Soldier_LAT: Banned {};
|
||||
class RU_Soldier_AT: Banned {};
|
||||
class RU_Soldier_HAT: Banned {};
|
||||
class RU_Soldier_AA: Banned {};
|
||||
class RU_Soldier_Sniper: Banned {};
|
||||
class RU_Soldier_SniperH: Banned {};
|
||||
class RU_Soldier_Spotter: Banned {};
|
||||
class RU_Soldier_Marksman: Banned {};
|
||||
class RU_Soldier_Medic: Banned {};
|
||||
class RU_Soldier_Pilot: Banned {};
|
||||
class RU_Soldier_Crew: Banned {};
|
||||
class RUS_Soldier_Base: Banned {};
|
||||
class RUS_Soldier1: Banned {};
|
||||
class RUS_Soldier2: Banned {};
|
||||
class RUS_Soldier3: Banned {};
|
||||
class RUS_Soldier_GL: Banned {};
|
||||
class RUS_Soldier_TL: Banned {};
|
||||
class RUS_Commander: Banned {};
|
||||
class RUS_Soldier_Marksman: Banned {};
|
||||
class RUS_Soldier_Sab: Banned {};
|
||||
class MVD_Soldier_Base: Banned {};
|
||||
class MVD_Soldier: Banned {};
|
||||
class MVD_Soldier_GL: Banned {};
|
||||
class MVD_Soldier_TL: Banned {};
|
||||
class MVD_Soldier_AT: Banned {};
|
||||
class MVD_Soldier_MG: Banned {};
|
||||
class MVD_Soldier_Marksman: Banned {};
|
||||
class MVD_Soldier_Sniper: Banned {};
|
||||
class GUE_Soldier_Base: Banned {};
|
||||
class GUE_Soldier_1: Banned {};
|
||||
class GUE_Soldier_2: Banned {};
|
||||
class GUE_Soldier_3: Banned {};
|
||||
class GUE_Soldier_GL: Banned {};
|
||||
class GUE_Worker2: Banned {};
|
||||
class GUE_Woodlander1: Banned {};
|
||||
class GUE_Woodlander2: Banned {};
|
||||
class GUE_Woodlander3: Banned {};
|
||||
class GUE_Villager3: Banned {};
|
||||
class GUE_Villager4: Banned {};
|
||||
class GUE_Soldier_CO: Banned {};
|
||||
class GUE_Commander: Banned {};
|
||||
class GUE_Soldier_AT: Banned {};
|
||||
class GUE_Soldier_AA: Banned {};
|
||||
class GUE_Soldier_AR: Banned {};
|
||||
class GUE_Soldier_MG: Banned {};
|
||||
class GUE_Soldier_Sniper: Banned {};
|
||||
class GUE_Soldier_Sab: Banned {};
|
||||
class GUE_Soldier_Scout: Banned {};
|
||||
class GUE_Soldier_Medic: Banned {};
|
||||
class GUE_Soldier_Pilot: Banned {};
|
||||
class GUE_Soldier_Crew: Banned {};
|
||||
class Ins_Soldier_Base: Banned {};
|
||||
//class Ins_Soldier_1: Banned {};
|
||||
class Ins_Soldier_2: Banned {};
|
||||
class Ins_Soldier_GL: Banned {};
|
||||
class Ins_Soldier_CO: Banned {};
|
||||
class Ins_Commander: Banned {};
|
||||
class Ins_Soldier_Medic: Banned {};
|
||||
class Ins_Soldier_AR: Banned {};
|
||||
class Ins_Soldier_MG: Banned {};
|
||||
class Ins_Soldier_AT: Banned {};
|
||||
class Ins_Soldier_AA: Banned {};
|
||||
class Ins_Soldier_Sniper: Banned {};
|
||||
class Ins_Soldier_Sapper: Banned {};
|
||||
class Ins_Soldier_Sab: Banned {};
|
||||
class Ins_Worker2: Banned {};
|
||||
class Ins_Woodlander1: Banned {};
|
||||
class Ins_Woodlander2: Banned {};
|
||||
class Ins_Woodlander3: Banned {};
|
||||
class Ins_Villager3: Banned {};
|
||||
class Ins_Villager4: Banned {};
|
||||
class Ins_Lopotev: Banned {};
|
||||
class Ins_Bardak: Banned {};
|
||||
class Ins_Soldier_Pilot: Banned {};
|
||||
class Ins_Soldier_Crew: Banned {};
|
||||
class CDF_Soldier_Base: Banned {};
|
||||
//class CDF_Soldier: Banned {};
|
||||
class CDF_Soldier_Light: Banned {};
|
||||
class CDF_Soldier_GL: Banned {};
|
||||
//class CDF_Soldier_Militia: Banned {};
|
||||
class CDF_Soldier_Medic: Banned {};
|
||||
class CDF_Soldier_Sniper: Banned {};
|
||||
class CDF_Soldier_Spotter: Banned {};
|
||||
class CDF_Soldier_Marksman: Banned {};
|
||||
class CDF_Soldier_RPG: Banned {};
|
||||
class CDF_Soldier_Strela: Banned {};
|
||||
//class CDF_Soldier_AR: Banned {};
|
||||
class CDF_Soldier_MG: Banned {};
|
||||
class CDF_Soldier_TL: Banned {};
|
||||
class CDF_Soldier_Officer: Banned {};
|
||||
class CDF_Commander: Banned {};
|
||||
class CDF_Soldier_Pilot: Banned {};
|
||||
class CDF_Soldier_Crew: Banned {};
|
||||
class CDF_Soldier_Engineer: Banned {};
|
||||
class Citizen2: Banned {};
|
||||
//class Citizen3: Banned {};
|
||||
class Citizen4: Banned {};
|
||||
class RU_Citizen1: Banned {};
|
||||
class RU_Citizen2: Banned {};
|
||||
class RU_Citizen3: Banned {};
|
||||
class RU_Citizen4: Banned {};
|
||||
//class Worker1: Banned {};
|
||||
class Worker2: Banned {};
|
||||
class Worker3: Banned {};
|
||||
class Worker4: Banned {};
|
||||
class RU_Worker1: Banned {};
|
||||
class RU_Worker2: Banned {};
|
||||
class RU_Worker3: Banned {};
|
||||
class RU_Worker4: Banned {};
|
||||
class Profiteer1: Banned {};
|
||||
class Profiteer2: Banned {};
|
||||
class Profiteer3: Banned {};
|
||||
class Profiteer4: Banned {};
|
||||
class RU_Profiteer1: Banned {};
|
||||
class RU_Profiteer2: Banned {};
|
||||
class RU_Profiteer3: Banned {};
|
||||
class RU_Profiteer4: Banned {};
|
||||
class Rocker1: Banned {};
|
||||
class Rocker2: Banned {};
|
||||
class Rocker3: Banned {};
|
||||
class Rocker4: Banned {};
|
||||
class RU_Rocker1: Banned {};
|
||||
class RU_Rocker2: Banned {};
|
||||
class RU_Rocker3: Banned {};
|
||||
class RU_Rocker4: Banned {};
|
||||
class Woodlander1: Banned {};
|
||||
class Woodlander2: Banned {};
|
||||
class Woodlander3: Banned {};
|
||||
class Woodlander4: Banned {};
|
||||
class RU_Woodlander1: Banned {};
|
||||
class RU_Woodlander2: Banned {};
|
||||
class RU_Woodlander3: Banned {};
|
||||
class RU_Woodlander4: Banned {};
|
||||
class Functionary1: Banned {};
|
||||
class Functionary2: Banned {};
|
||||
class RU_Functionary1: Banned {};
|
||||
class RU_Functionary2: Banned {};
|
||||
//class Villager1: Banned {};
|
||||
class Villager2: Banned {};
|
||||
class Villager3: Banned {};
|
||||
class Villager4: Banned {};
|
||||
class RU_Villager1: Banned {};
|
||||
class RU_Villager2: Banned {};
|
||||
class RU_Villager3: Banned {};
|
||||
class RU_Villager4: Banned {};
|
||||
class Priest: Banned {};
|
||||
class RU_Priest: Banned {};
|
||||
class Doctor: Banned {};
|
||||
class RU_Doctor: Banned {};
|
||||
class SchoolTeacher: Banned {};
|
||||
class RU_SchoolTeacher: Banned {};
|
||||
class Assistant: Banned {};
|
||||
class RU_Assistant: Banned {};
|
||||
class Pilot: Banned {};
|
||||
class RU_Pilot: Banned {};
|
||||
class Policeman: Banned {};
|
||||
class RU_Policeman: Banned {};
|
||||
class Secretary1: Banned {};
|
||||
class Secretary2: Banned {};
|
||||
class Secretary3: Banned {};
|
||||
class Secretary4: Banned {};
|
||||
class Secretary5: Banned {};
|
||||
class RU_Secretary1: Banned {};
|
||||
class RU_Secretary2: Banned {};
|
||||
class RU_Secretary3: Banned {};
|
||||
class RU_Secretary4: Banned {};
|
||||
class RU_Secretary5: Banned {};
|
||||
class Sportswoman1: Banned {};
|
||||
class Sportswoman2: Banned {};
|
||||
class Sportswoman3: Banned {};
|
||||
class Sportswoman4: Banned {};
|
||||
class Sportswoman5: Banned {};
|
||||
class RU_Sportswoman1: Banned {};
|
||||
class RU_Sportswoman2: Banned {};
|
||||
class RU_Sportswoman3: Banned {};
|
||||
class RU_Sportswoman4: Banned {};
|
||||
class RU_Sportswoman5: Banned {};
|
||||
class ValentinaFit: Banned {};
|
||||
class ValentinaVictim: Banned {};
|
||||
class Madam1: Banned {};
|
||||
class Madam2: Banned {};
|
||||
class Madam3: Banned {};
|
||||
class Madam4: Banned {};
|
||||
class Madam5: Banned {};
|
||||
class RU_Madam1: Banned {};
|
||||
class RU_Madam2: Banned {};
|
||||
class RU_Madam3: Banned {};
|
||||
class RU_Madam4: Banned {};
|
||||
class RU_Madam5: Banned {};
|
||||
class Farmwife1: Banned {};
|
||||
class Farmwife2: Banned {};
|
||||
class Farmwife3: Banned {};
|
||||
class Farmwife4: Banned {};
|
||||
class Farmwife5: Banned {};
|
||||
class RU_Farmwife1: Banned {};
|
||||
class RU_Farmwife2: Banned {};
|
||||
class RU_Farmwife3: Banned {};
|
||||
class RU_Farmwife4: Banned {};
|
||||
class RU_Farmwife5: Banned {};
|
||||
class Damsel1: Banned {};
|
||||
class Damsel2: Banned {};
|
||||
class Damsel3: Banned {};
|
||||
class Damsel4: Banned {};
|
||||
class Damsel5: Banned {};
|
||||
class RU_Damsel1: Banned {};
|
||||
class RU_Damsel2: Banned {};
|
||||
class RU_Damsel3: Banned {};
|
||||
class RU_Damsel4: Banned {};
|
||||
class RU_Damsel5: Banned {};
|
||||
class HouseWife1: Banned {};
|
||||
class HouseWife2: Banned {};
|
||||
class HouseWife3: Banned {};
|
||||
class HouseWife4: Banned {};
|
||||
class HouseWife5: Banned {};
|
||||
class RU_Housewife1: Banned {};
|
||||
class RU_Housewife2: Banned {};
|
||||
class RU_Housewife3: Banned {};
|
||||
class RU_Housewife4: Banned {};
|
||||
class RU_Housewife5: Banned {};
|
||||
class Hooker1: Banned {};
|
||||
class Hooker2: Banned {};
|
||||
class Hooker3: Banned {};
|
||||
class Hooker4: Banned {};
|
||||
class Hooker5: Banned {};
|
||||
class RU_Hooker1: Banned {};
|
||||
class RU_Hooker2: Banned {};
|
||||
class RU_Hooker3: Banned {};
|
||||
class RU_Hooker4: Banned {};
|
||||
class RU_Hooker5: Banned {};
|
||||
class WorkWoman1: Banned {};
|
||||
class WorkWoman2: Banned {};
|
||||
class WorkWoman3: Banned {};
|
||||
class WorkWoman4: Banned {};
|
||||
class WorkWoman5: Banned {};
|
||||
class RU_WorkWoman1: Banned {};
|
||||
class RU_WorkWoman2: Banned {};
|
||||
class RU_WorkWoman3: Banned {};
|
||||
class RU_WorkWoman4: Banned {};
|
||||
class RU_WorkWoman5: Banned {};
|
||||
//class TK_CIV_Takistani01_EP1: Banned {};
|
||||
class TK_CIV_Takistani02_EP1: Banned {};
|
||||
class TK_CIV_Takistani03_EP1: Banned {};
|
||||
class TK_CIV_Takistani04_EP1: Banned {};
|
||||
//class TK_CIV_Takistani05_EP1: Banned {};
|
||||
class TK_CIV_Takistani06_EP1: Banned {};
|
||||
class TK_CIV_Worker01_EP1: Banned {};
|
||||
class TK_CIV_Worker02_EP1: Banned {};
|
||||
class TK_CIV_Woman01_EP1: Banned {};
|
||||
class TK_CIV_Woman02_EP1: Banned {};
|
||||
class TK_CIV_Woman03_EP1: Banned {};
|
||||
class CIV_EuroWoman01_EP1: Banned {};
|
||||
class CIV_EuroWoman02_EP1: Banned {};
|
||||
class Dr_Annie_Baker_EP1: Banned {};
|
||||
class Rita_Ensler_EP1: Banned {};
|
||||
class CIV_EuroMan01_EP1: Banned {};
|
||||
class CIV_EuroMan02_EP1: Banned {};
|
||||
class Haris_Press_EP1: Banned {};
|
||||
class Dr_Hladik_EP1: Banned {};
|
||||
class Citizen2_EP1: Banned {};
|
||||
class Citizen3_EP1: Banned {};
|
||||
class Profiteer2_EP1: Banned {};
|
||||
class Functionary1_EP1: Banned {};
|
||||
class Functionary2_EP1: Banned {};
|
||||
class Pilot_EP1: Banned {};
|
||||
//class TK_INS_Soldier_EP1: Banned {};
|
||||
class TK_INS_Soldier_AAT_EP1: Banned {};
|
||||
class TK_INS_Soldier_2_EP1: Banned {};
|
||||
class TK_INS_Soldier_3_EP1: Banned {};
|
||||
class TK_INS_Soldier_4_EP1: Banned {};
|
||||
class TK_INS_Soldier_AA_EP1: Banned {};
|
||||
class TK_INS_Soldier_AT_EP1: Banned {};
|
||||
class TK_INS_Soldier_TL_EP1: Banned {};
|
||||
class TK_INS_Soldier_Sniper_EP1: Banned {};
|
||||
class TK_INS_Soldier_AR_EP1: Banned {};
|
||||
class TK_INS_Soldier_MG_EP1: Banned {};
|
||||
class TK_INS_Bonesetter_EP1: Banned {};
|
||||
class TK_INS_Warlord_EP1: Banned {};
|
||||
class TK_GUE_Soldier_EP1: Banned {};
|
||||
class TK_GUE_Soldier_AAT_EP1: Banned {};
|
||||
class TK_GUE_Soldier_2_EP1: Banned {};
|
||||
class TK_GUE_Soldier_3_EP1: Banned {};
|
||||
class TK_GUE_Soldier_4_EP1: Banned {};
|
||||
class TK_GUE_Soldier_5_EP1: Banned {};
|
||||
class TK_GUE_Soldier_AA_EP1: Banned {};
|
||||
class TK_GUE_Soldier_AT_EP1: Banned {};
|
||||
class TK_GUE_Soldier_HAT_EP1: Banned {};
|
||||
class TK_GUE_Soldier_TL_EP1: Banned {};
|
||||
class TK_GUE_Soldier_Sniper_EP1: Banned {};
|
||||
class TK_GUE_Soldier_AR_EP1: Banned {};
|
||||
class TK_GUE_Soldier_MG_EP1: Banned {};
|
||||
class TK_GUE_Bonesetter_EP1: Banned {};
|
||||
class TK_GUE_Warlord_EP1: Banned {};
|
||||
class US_Delta_Force_Undercover_Takistani02_EP1: Banned {};
|
||||
class US_Delta_Force_Undercover_Takistani04_EP1: Banned {};
|
||||
class US_Delta_Force_Undercover_Takistani05_EP1: Banned {};
|
||||
class US_Delta_Force_Undercover_Takistani06_EP1: Banned {};
|
||||
class CZ_Soldier_SL_DES_EP1: Banned {};
|
||||
//class CZ_Soldier_DES_EP1: Banned {};
|
||||
class CZ_Soldier_B_DES_EP1: Banned {};
|
||||
class CZ_Soldier_medik_DES_EP1: Banned {};
|
||||
class CZ_Soldier_AMG_DES_EP1: Banned {};
|
||||
class CZ_Soldier_AT_DES_EP1: Banned {};
|
||||
class CZ_Soldier_MG_DES_EP1: Banned {};
|
||||
class CZ_Soldier_Office_DES_EP1: Banned {};
|
||||
class CZ_Soldier_Light_DES_EP1: Banned {};
|
||||
class CZ_Soldier_Pilot_EP1: Banned {};
|
||||
class CZ_Soldier_Sniper_EP1: Banned {};
|
||||
class CZ_Special_Forces_Scout_DES_EP1: Banned {};
|
||||
class CZ_Special_Forces_MG_DES_EP1: Banned {};
|
||||
class CZ_Special_Forces_DES_EP1: Banned {};
|
||||
class CZ_Special_Forces_TL_DES_EP1: Banned {};
|
||||
class CZ_Special_Forces_GL_DES_EP1: Banned {};
|
||||
//class US_Soldier_EP1: Banned {};
|
||||
class US_Soldier_B_EP1: Banned {};
|
||||
class US_Soldier_AMG_EP1: Banned {};
|
||||
class US_Soldier_AAR_EP1: Banned {};
|
||||
class US_Soldier_AHAT_EP1: Banned {};
|
||||
class US_Soldier_AAT_EP1: Banned {};
|
||||
class US_Soldier_Light_EP1: Banned {};
|
||||
class US_Soldier_GL_EP1: Banned {};
|
||||
class US_Soldier_Officer_EP1: Banned {};
|
||||
class US_Soldier_SL_EP1: Banned {};
|
||||
class US_Soldier_TL_EP1: Banned {};
|
||||
class US_Soldier_LAT_EP1: Banned {};
|
||||
class US_Soldier_AT_EP1: Banned {};
|
||||
class US_Soldier_HAT_EP1: Banned {};
|
||||
class US_Soldier_AA_EP1: Banned {};
|
||||
class US_Soldier_Medic_EP1: Banned {};
|
||||
class US_Soldier_AR_EP1: Banned {};
|
||||
class US_Soldier_MG_EP1: Banned {};
|
||||
class US_Soldier_Spotter_EP1: Banned {};
|
||||
class US_Soldier_Sniper_EP1: Banned {};
|
||||
class US_Soldier_Sniper_NV_EP1: Banned {};
|
||||
class US_Soldier_SniperH_EP1: Banned {};
|
||||
class US_Soldier_Marksman_EP1: Banned {};
|
||||
class US_Soldier_Engineer_EP1: Banned {};
|
||||
class US_Soldier_Pilot_EP1: Banned {};
|
||||
class US_Soldier_Crew_EP1: Banned {};
|
||||
class US_Delta_Force_EP1: Banned {};
|
||||
class US_Delta_Force_TL_EP1: Banned {};
|
||||
class US_Delta_Force_Medic_EP1: Banned {};
|
||||
class US_Delta_Force_Assault_EP1: Banned {};
|
||||
class US_Delta_Force_SD_EP1: Banned {};
|
||||
class US_Delta_Force_MG_EP1: Banned {};
|
||||
class US_Delta_Force_AR_EP1: Banned {};
|
||||
class US_Delta_Force_Night_EP1: Banned {};
|
||||
class US_Delta_Force_Marksman_EP1: Banned {};
|
||||
class US_Delta_Force_M14_EP1: Banned {};
|
||||
class US_Delta_Force_Air_Controller_EP1: Banned {};
|
||||
class US_Pilot_Light_EP1: Banned {};
|
||||
class Drake: Banned {};
|
||||
class Herrera: Banned {};
|
||||
class Pierce: Banned {};
|
||||
class Graves: Banned {};
|
||||
class Drake_Light: Banned {};
|
||||
class Herrera_Light: Banned {};
|
||||
class Pierce_Light: Banned {};
|
||||
class Graves_Light: Banned {};
|
||||
class UN_CDF_Soldier_base_EP1: Banned {};
|
||||
class UN_CDF_Soldier_EP1: Banned {};
|
||||
class UN_CDF_Soldier_B_EP1: Banned {};
|
||||
class UN_CDF_Soldier_AAT_EP1: Banned {};
|
||||
class UN_CDF_Soldier_AMG_EP1: Banned {};
|
||||
class UN_CDF_Soldier_AT_EP1: Banned {};
|
||||
class UN_CDF_Soldier_MG_EP1: Banned {};
|
||||
class UN_CDF_Soldier_SL_EP1: Banned {};
|
||||
class UN_CDF_Soldier_Officer_EP1: Banned {};
|
||||
class UN_CDF_Soldier_Guard_EP1: Banned {};
|
||||
class UN_CDF_Soldier_Pilot_EP1: Banned {};
|
||||
class UN_CDF_Soldier_Crew_EP1: Banned {};
|
||||
class UN_CDF_Soldier_Light_EP1: Banned {};
|
||||
class TK_Soldier_EP1: Banned {};
|
||||
class TK_Soldier_GL_EP1: Banned {};
|
||||
class TK_Soldier_B_EP1: Banned {};
|
||||
class TK_Soldier_AAT_EP1: Banned {};
|
||||
class TK_Soldier_AMG_EP1: Banned {};
|
||||
class TK_Soldier_LAT_EP1: Banned {};
|
||||
class TK_Soldier_AT_EP1: Banned {};
|
||||
class TK_Soldier_HAT_EP1: Banned {};
|
||||
class TK_Soldier_AA_EP1: Banned {};
|
||||
class TK_Soldier_Engineer_EP1: Banned {};
|
||||
class TK_Soldier_MG_EP1: Banned {};
|
||||
class TK_Soldier_AR_EP1: Banned {};
|
||||
class TK_Soldier_Medic_EP1: Banned {};
|
||||
class TK_Soldier_SL_EP1: Banned {};
|
||||
class TK_Soldier_Officer_EP1: Banned {};
|
||||
class TK_Soldier_Spotter_EP1: Banned {};
|
||||
class TK_Soldier_Sniper_EP1: Banned {};
|
||||
class TK_Soldier_SniperH_EP1: Banned {};
|
||||
class TK_Soldier_Sniper_Night_EP1: Banned {};
|
||||
class TK_Soldier_Night_1_EP1: Banned {};
|
||||
class TK_Soldier_Night_2_EP1: Banned {};
|
||||
class TK_Soldier_TWS_EP1: Banned {};
|
||||
class TK_Soldier_Crew_EP1: Banned {};
|
||||
class TK_Soldier_Pilot_EP1: Banned {};
|
||||
class TK_Special_Forces_EP1: Banned {};
|
||||
class TK_Special_Forces_MG_EP1: Banned {};
|
||||
class TK_Aziz_EP1: Banned {};
|
||||
class TK_Commander_EP1: Banned {};
|
||||
//class GER_Soldier_EP1: Banned {};
|
||||
class GER_Soldier_Medic_EP1: Banned {};
|
||||
class GER_Soldier_TL_EP1: Banned {};
|
||||
class GER_Soldier_Scout_EP1: Banned {};
|
||||
class GER_Soldier_MG_EP1: Banned {};
|
||||
class InvisibleManW_EP1: Banned {};
|
||||
class InvisibleManE_EP1: Banned {};
|
||||
class EW_Brown: Banned {};
|
||||
class EW_Lev: Banned {};
|
||||
class EW_Greg: Banned {};
|
||||
class EW_Spec3: Banned {};
|
||||
class EW_Spec4: Banned {};
|
||||
class EW_Miki: Banned {};
|
||||
class EW_Luca: Banned {};
|
||||
class M1A1: Banned {};
|
||||
class M1A2_TUSK_MG: Banned {};
|
||||
class BMP2_INS: Banned {};
|
||||
class BMP2_Ambul_INS: Banned {};
|
||||
class BMP2_HQ_INS: Banned {};
|
||||
class T72_INS: Banned {};
|
||||
class T72_RU: Banned {};
|
||||
class ZSU_INS: Banned {};
|
||||
class BMP2_CDF: Banned {};
|
||||
class BMP2_Ambul_CDF: Banned {};
|
||||
class BMP2_HQ_CDF: Banned {};
|
||||
class T72_CDF: Banned {};
|
||||
class ZSU_CDF: Banned {};
|
||||
class BMP2_Gue: Banned {};
|
||||
class T72_Gue: Banned {};
|
||||
class SeaFox: Banned {};
|
||||
class SeaFox_AllwaysEnemy: Banned {};
|
||||
class USMC_WarfareBMGNest_M240: Banned {};
|
||||
class RU_WarfareBMGNest_PK: Banned {};
|
||||
class GUE_WarfareBMGNest_PK: Banned {};
|
||||
class Ins_WarfareBMGNest_PK: Banned {};
|
||||
class CDF_WarfareBMGNest_PK: Banned {};
|
||||
class DSHkM_Mini_TriPod: Banned {};
|
||||
class DSHkM_Mini_TriPod_CDF: Banned {};
|
||||
class M2HD_mini_TriPod: Banned {};
|
||||
class MK19_TriPod: Banned {};
|
||||
class Stinger_Pod: Banned {};
|
||||
class TOW_TriPod: Banned {};
|
||||
class Igla_AA_pod_East: Banned {};
|
||||
class HMMWV_M2: Banned {};
|
||||
class HMMWV_TOW: Banned {};
|
||||
class HMMWV_MK19: Banned {};
|
||||
class HMMWV: Banned {};
|
||||
class UAZ_MG_CDF: Banned {};
|
||||
class UAZ_AGS30_CDF: Banned {};
|
||||
class UralOpen_CDF: Banned {};
|
||||
class UralRepair_CDF: Banned {};
|
||||
class UralReammo_CDF: Banned {};
|
||||
class UralRefuel_CDF: Banned {};
|
||||
class Ural_ZU23_CDF: Banned {};
|
||||
class BRDM2_CDF: Banned {};
|
||||
class BRDM2_ATGM_CDF: Banned {};
|
||||
class GRAD_CDF: Banned {};
|
||||
class UAZ_AGS30_RU: Banned {};
|
||||
class GRAD_RU: Banned {};
|
||||
class UAZ_MG_INS: Banned {};
|
||||
class UAZ_AGS30_INS: Banned {};
|
||||
class UAZ_INS: Banned {};
|
||||
class UAZ_SPG9_INS: Banned {};
|
||||
class UralRepair_INS: Banned {};
|
||||
class UralReammo_INS: Banned {};
|
||||
class UralRefuel_INS: Banned {};
|
||||
class Ural_ZU23_INS: Banned {};
|
||||
class BRDM2_INS: Banned {};
|
||||
class BRDM2_ATGM_INS: Banned {};
|
||||
class GRAD_INS: Banned {};
|
||||
class BRDM2_Gue: Banned {};
|
||||
class BRDM2_HQ_Gue: Banned {};
|
||||
class Ural_ZU23_Gue: Banned {};
|
||||
class Pickup_PK_GUE: Banned {};
|
||||
class Pickup_PK_INS: Banned {};
|
||||
class Offroad_DSHKM_Gue: Banned {};
|
||||
class Offroad_SPG9_Gue: Banned {};
|
||||
class Offroad_DSHKM_INS: Banned {};
|
||||
class AH1Z: Banned {};
|
||||
class MH60S: Banned {};
|
||||
class AV8B2: Banned {};
|
||||
class AV8B: Banned {};
|
||||
class Mi17_Ins: Banned {};
|
||||
class Mi17_CDF: Banned {};
|
||||
class Mi17_rockets_RU: Banned {};
|
||||
class Mi17_medevac_Ins: Banned {};
|
||||
class Mi17_medevac_CDF: Banned {};
|
||||
class Mi17_medevac_RU: Banned {};
|
||||
class Mi17_Civilian: Banned {};
|
||||
class Fort_Nest_M240: Banned {};
|
||||
class SeaFox_EP1: Banned {};
|
||||
class SeaFox_AllwaysEnemy_EP1: Banned {};
|
||||
class 2S6M_Tunguska: Banned {};
|
||||
class AAV: Banned {};
|
||||
class AAV_cutscene: Banned {};
|
||||
class BMP3: Banned {};
|
||||
class T34: Banned {};
|
||||
class T90: Banned {};
|
||||
class MLRS: Banned {};
|
||||
class BTR90: Banned {};
|
||||
class BTR90_HQ: Banned {};
|
||||
class GAZ_Vodnik_HMG: Banned {};
|
||||
class GAZ_Vodnik: Banned {};
|
||||
class GAZ_Vodnik_MedEvac: Banned {};
|
||||
class HMMWV_Armored: Banned {};
|
||||
class HMMWV_Ambulance: Banned {};
|
||||
class HMMWV_Avenger: Banned {};
|
||||
class Kamaz: Banned {};
|
||||
class KamazOpen: Banned {};
|
||||
class KamazRepair: Banned {};
|
||||
class KamazReammo: Banned {};
|
||||
class KamazRefuel: Banned {};
|
||||
class LAV25: Banned {};
|
||||
class LAV25_HQ: Banned {};
|
||||
class MMT_USMC: Banned {};
|
||||
class MMT_Civ: Banned {};
|
||||
class MTVR: Banned {};
|
||||
class MtvrReammo: Banned {};
|
||||
class MtvrRefuel: Banned {};
|
||||
class MtvrRepair: Banned {};
|
||||
class TowingTractor: Banned {};
|
||||
//class V3S_Civ: Banned {};
|
||||
class V3S_Gue: Banned {};
|
||||
class UAZ_MG_TK_EP1: Banned {};
|
||||
class UAZ_AGS30_TK_EP1: Banned {};
|
||||
class Ural_UN_EP1: Banned {};
|
||||
class UralRepair_TK_EP1: Banned {};
|
||||
class UralReammo_TK_EP1: Banned {};
|
||||
class UralRefuel_TK_EP1: Banned {};
|
||||
class Ural_ZU23_TK_EP1: Banned {};
|
||||
class Ural_ZU23_TK_GUE_EP1: Banned {};
|
||||
class UralSupply_TK_EP1: Banned {};
|
||||
class UralSalvage_TK_EP1: Banned {};
|
||||
class Pickup_PK_TK_GUE_EP1: Banned {};
|
||||
class Offroad_DSHKM_TK_GUE_EP1: Banned {};
|
||||
class Offroad_SPG9_TK_GUE_EP1: Banned {};
|
||||
class HMMWV_DES_EP1: Banned {};
|
||||
class HMMWV_MK19_DES_EP1: Banned {};
|
||||
class HMMWV_Ambulance_DES_EP1: Banned {};
|
||||
class HMMWV_Ambulance_CZ_DES_EP1: Banned {};
|
||||
class HMMWV_Avenger_DES_EP1: Banned {};
|
||||
class MTVR_DES_EP1: Banned {};
|
||||
class MtvrReammo_DES_EP1: Banned {};
|
||||
class MtvrRefuel_DES_EP1: Banned {};
|
||||
class MtvrRepair_DES_EP1: Banned {};
|
||||
class MtvrSupply_DES_EP1: Banned {};
|
||||
class MtvrSalvage_DES_EP1: Banned {};
|
||||
class GRAD_TK_EP1: Banned {};
|
||||
class BRDM2_TK_EP1: Banned {};
|
||||
class BRDM2_ATGM_TK_EP1: Banned {};
|
||||
class BRDM2_TK_GUE_EP1: Banned {};
|
||||
class BRDM2_HQ_TK_GUE_EP1: Banned {};
|
||||
class BTR40_MG_TK_GUE_EP1: Banned {};
|
||||
class BTR40_TK_GUE_EP1: Banned {};
|
||||
class BTR40_MG_TK_INS_EP1: Banned {};
|
||||
class BTR40_TK_INS_EP1: Banned {};
|
||||
class BTR60_TK_EP1: Banned {};
|
||||
class HMMWV_M1035_DES_EP1: Banned {};
|
||||
class HMMWV_M1151_M2_CZ_DES_EP1: Banned {};
|
||||
class HMMWV_M1151_M2_DES_EP1: Banned {};
|
||||
class HMMWV_M998_crows_M2_DES_EP1: Banned {};
|
||||
class HMMWV_M998_crows_MK19_DES_EP1: Banned {};
|
||||
class HMMWV_M998A2_SOV_DES_EP1: Banned {};
|
||||
class HMMWV_TOW_DES_EP1: Banned {};
|
||||
class HMMWV_Terminal_EP1: Banned {};
|
||||
class LandRover_MG_TK_INS_EP1: Banned {};
|
||||
class LandRover_MG_TK_EP1: Banned {};
|
||||
class LandRover_Special_CZ_EP1: Banned {};
|
||||
class LandRover_SPG9_TK_INS_EP1: Banned {};
|
||||
class LandRover_SPG9_TK_EP1: Banned {};
|
||||
//class S1203_TK_CIV_EP1: Banned {};
|
||||
class S1203_ambulance_EP1: Banned {};
|
||||
class MAZ_543_SCUD_TK_EP1: Banned {};
|
||||
class M1126_ICV_M2_EP1: Banned {};
|
||||
class M1126_ICV_mk19_EP1: Banned {};
|
||||
class M1130_CV_EP1: Banned {};
|
||||
class M1129_MC_EP1: Banned {};
|
||||
class M1135_ATGMV_EP1: Banned {};
|
||||
class M1128_MGS_EP1: Banned {};
|
||||
class M1133_MEV_EP1: Banned {};
|
||||
class SUV_Base_EP1: Banned {};
|
||||
class VWGolf: Banned {};
|
||||
class SUV_UN_EP1: Banned {};
|
||||
class ArmoredSUV_PMC: Banned {};
|
||||
class ArmoredSUV_GunNotCommanding_PMC: Banned {};
|
||||
class A10: Banned {};
|
||||
class AH64D: Banned {};
|
||||
class AH64D_Sidewinders: Banned {};
|
||||
class Mi24_V: Banned {};
|
||||
class Mi24_P: Banned {};
|
||||
class Mi24_D: Banned {};
|
||||
class C130J: Banned {};
|
||||
class Chukar: Banned {};
|
||||
class Chukar_AllwaysEnemy: Banned {};
|
||||
class F35B: Banned {};
|
||||
class Ka52: Banned {};
|
||||
class Ka52Black: Banned {};
|
||||
class MQ9PredatorB: Banned {};
|
||||
class MQ9PredatorB_campaign: Banned {};
|
||||
class MV22: Banned {};
|
||||
class Pchela1T: Banned {};
|
||||
class Su25_CDF: Banned {};
|
||||
class Su25_Ins: Banned {};
|
||||
class Su39: Banned {};
|
||||
//class UH1Wreck: Banned {};
|
||||
class UH1Y: Banned {};
|
||||
class UH1Y_cutscene: Banned {};
|
||||
class Su34: Banned {};
|
||||
//class UH60_wreck_EP1: Banned {};
|
||||
class WarfareSalvageTruck_USMC: Banned {};
|
||||
class WarfareSupplyTruck_USMC: Banned {};
|
||||
class WarfareReammoTruck_USMC: Banned {};
|
||||
class WarfareSalvageTruck_RU: Banned {};
|
||||
class WarfareSupplyTruck_RU: Banned {};
|
||||
class WarfareReammoTruck_RU: Banned {};
|
||||
class WarfareSalvageTruck_CDF: Banned {};
|
||||
class WarfareSupplyTruck_CDF: Banned {};
|
||||
class WarfareReammoTruck_CDF: Banned {};
|
||||
class WarfareSalvageTruck_INS: Banned {};
|
||||
class WarfareSupplyTruck_INS: Banned {};
|
||||
class WarfareReammoTruck_INS: Banned {};
|
||||
class WarfareSalvageTruck_Gue: Banned {};
|
||||
class WarfareSupplyTruck_Gue: Banned {};
|
||||
class WarfareReammoTruck_Gue: Banned {};
|
||||
class WarfareRepairTruck_Gue: Banned {};
|
||||
class Warfare2b14_82mm: Banned {};
|
||||
class Warfare2b14_82mm_CDF: Banned {};
|
||||
class Warfare2b14_82mm_INS: Banned {};
|
||||
class Warfare2b14_82mm_GUE: Banned {};
|
||||
class BAF_L2A1_Tripod_D: Banned {};
|
||||
class BAF_L2A1_Tripod_W: Banned {};
|
||||
class BAF_L2A1_Minitripod_D: Banned {};
|
||||
class BAF_L2A1_Minitripod_W: Banned {};
|
||||
class BAF_GPMG_Minitripod_D: Banned {};
|
||||
class BAF_GPMG_Minitripod_W: Banned {};
|
||||
class BAF_GMG_Tripod_D: Banned {};
|
||||
class BAF_GMG_Tripod_W: Banned {};
|
||||
class WarfareBMGNest_M240_US_EP1: Banned {};
|
||||
class M2StaticMG_US_EP1: Banned {};
|
||||
class M2HD_mini_TriPod_US_EP1: Banned {};
|
||||
class M119_US_EP1: Banned {};
|
||||
class SearchLight_US_EP1: Banned {};
|
||||
class M252_US_EP1: Banned {};
|
||||
class Stinger_Pod_US_EP1: Banned {};
|
||||
class MK19_TriPod_US_EP1: Banned {};
|
||||
class TOW_TriPod_US_EP1: Banned {};
|
||||
class AGS_UN_EP1: Banned {};
|
||||
class SearchLight_UN_EP1: Banned {};
|
||||
class KORD_UN_EP1: Banned {};
|
||||
class KORD_high_UN_EP1: Banned {};
|
||||
class DSHKM_TK_GUE_EP1: Banned {};
|
||||
class DSHkM_Mini_TriPod_TK_GUE_EP1: Banned {};
|
||||
class 2b14_82mm_TK_GUE_EP1: Banned {};
|
||||
class SPG9_TK_GUE_EP1: Banned {};
|
||||
class ZU23_TK_GUE_EP1: Banned {};
|
||||
class WarfareBMGNest_PK_TK_GUE_EP1: Banned {};
|
||||
class AGS_TK_GUE_EP1: Banned {};
|
||||
class D30_TK_GUE_EP1: Banned {};
|
||||
class SearchLight_TK_GUE_EP1: Banned {};
|
||||
class DSHKM_TK_INS_EP1: Banned {};
|
||||
class DSHkM_Mini_TriPod_TK_INS_EP1: Banned {};
|
||||
class 2b14_82mm_TK_INS_EP1: Banned {};
|
||||
class SPG9_TK_INS_EP1: Banned {};
|
||||
class ZU23_TK_INS_EP1: Banned {};
|
||||
class AGS_TK_INS_EP1: Banned {};
|
||||
class D30_TK_INS_EP1: Banned {};
|
||||
class SearchLight_TK_INS_EP1: Banned {};
|
||||
class Igla_AA_pod_TK_EP1: Banned {};
|
||||
class AGS_TK_EP1: Banned {};
|
||||
class D30_TK_EP1: Banned {};
|
||||
class KORD_TK_EP1: Banned {};
|
||||
class KORD_high_TK_EP1: Banned {};
|
||||
class Metis_TK_EP1: Banned {};
|
||||
class 2b14_82mm_TK_EP1: Banned {};
|
||||
class SearchLight_TK_EP1: Banned {};
|
||||
class ZU23_TK_EP1: Banned {};
|
||||
class WarfareBMGNest_PK_TK_EP1: Banned {};
|
||||
class AGS_CZ_EP1: Banned {};
|
||||
class 2b14_82mm_CZ_EP1: Banned {};
|
||||
class DSHKM_CZ_EP1: Banned {};
|
||||
class V3S_TK_EP1: Banned {};
|
||||
class V3S_Open_TK_EP1: Banned {};
|
||||
class V3S_Open_TK_CIV_EP1: Banned {};
|
||||
class V3S_TK_GUE_EP1: Banned {};
|
||||
class V3S_Refuel_TK_GUE_EP1: Banned {};
|
||||
class V3S_Repair_TK_GUE_EP1: Banned {};
|
||||
class V3S_Reammo_TK_GUE_EP1: Banned {};
|
||||
class V3S_Supply_TK_GUE_EP1: Banned {};
|
||||
class V3S_Salvage_TK_GUE_EP1: Banned {};
|
||||
class CruiseMissile1: Banned {};
|
||||
class CruiseMissile2: Banned {};
|
||||
class Mi24_D_TK_EP1: Banned {};
|
||||
class Su25_TK_EP1: Banned {};
|
||||
class C130J_US_EP1: Banned {};
|
||||
class Parachute_US_EP1: Banned {};
|
||||
class Parachute_TK_EP1: Banned {};
|
||||
class Parachute_TK_GUE_EP1: Banned {};
|
||||
class ParachuteBigWest_EP1: Banned {};
|
||||
class ParachuteBigEast_EP1: Banned {};
|
||||
class ParachuteMediumWest_EP1: Banned {};
|
||||
class ParachuteMediumEast_EP1: Banned {};
|
||||
class MQ9PredatorB_US_EP1: Banned {};
|
||||
class Chukar_EP1: Banned {};
|
||||
class Chukar_AllwaysEnemy_EP1: Banned {};
|
||||
class AH64D_EP1: Banned {};
|
||||
class AH6J_EP1: Banned {};
|
||||
class AH6X_EP1: Banned {};
|
||||
class MH6J_EP1: Banned {};
|
||||
class An2_1_TK_CIV_EP1: Banned {};
|
||||
class An2_2_TK_CIV_EP1: Banned {};
|
||||
class An2_TK_EP1: Banned {};
|
||||
class CH_47F_EP1: Banned {};
|
||||
class Steerable_Parachute_EP1: Banned {};
|
||||
class Mi17_UN_CDF_EP1: Banned {};
|
||||
class Mi171Sh_rockets_CZ_EP1: Banned {};
|
||||
class Mi171Sh_CZ_EP1: Banned {};
|
||||
class Mi17_TK_EP1: Banned {};
|
||||
class UH1H_TK_EP1: Banned {};
|
||||
class UH1H_TK_GUE_EP1: Banned {};
|
||||
class UH60M_EP1: Banned {};
|
||||
class UH60M_MEV_EP1: Banned {};
|
||||
class Ka137_PMC: Banned {};
|
||||
class Ka137_MG_PMC: Banned {};
|
||||
class Ka60_GL_PMC: Banned {};
|
||||
class Ka60_PMC: Banned {};
|
||||
class CIV_Contractor1_BAF: Banned {};
|
||||
class CIV_Contractor2_BAF: Banned {};
|
||||
//class BAF_Soldier_MTP: Banned {};
|
||||
//class BAF_Soldier_DDPM: Banned {};
|
||||
class BAF_Soldier_GL_MTP: Banned {};
|
||||
class BAF_Soldier_GL_DDPM: Banned {};
|
||||
class BAF_Soldier_N_MTP: Banned {};
|
||||
class BAF_Soldier_N_DDPM: Banned {};
|
||||
//class BAF_Soldier_L_MTP: Banned {};
|
||||
//class BAF_Soldier_L_DDPM: Banned {};
|
||||
class BAF_ASoldier_MTP: Banned {};
|
||||
class BAF_ASoldier_DDPM: Banned {};
|
||||
class BAF_Soldier_AAR_MTP: Banned {};
|
||||
class BAF_Soldier_AAR_DDPM: Banned {};
|
||||
class BAF_Soldier_AMG_MTP: Banned {};
|
||||
class BAF_Soldier_AMG_DDPM: Banned {};
|
||||
class BAF_Soldier_AAT_MTP: Banned {};
|
||||
class BAF_Soldier_AAT_DDPM: Banned {};
|
||||
class BAF_Soldier_AHAT_MTP: Banned {};
|
||||
class BAF_Soldier_AHAT_DDPM: Banned {};
|
||||
class BAF_Soldier_AAA_MTP: Banned {};
|
||||
class BAF_Soldier_AAA_DDPM: Banned {};
|
||||
//class BAF_Soldier_Officer_MTP: Banned {};
|
||||
//class BAF_Soldier_Officer_DDPM: Banned {};
|
||||
class BAF_Soldier_SL_MTP: Banned {};
|
||||
class BAF_Soldier_SL_DDPM: Banned {};
|
||||
class BAF_Soldier_TL_MTP: Banned {};
|
||||
class BAF_Soldier_TL_DDPM: Banned {};
|
||||
class BAF_Soldier_AR_MTP: Banned {};
|
||||
class BAF_Soldier_AR_DDPM: Banned {};
|
||||
class BAF_Soldier_MG_MTP: Banned {};
|
||||
class BAF_Soldier_MG_DDPM: Banned {};
|
||||
class BAF_Soldier_AT_MTP: Banned {};
|
||||
class BAF_Soldier_AT_DDPM: Banned {};
|
||||
class BAF_Soldier_HAT_MTP: Banned {};
|
||||
class BAF_Soldier_HAT_DDPM: Banned {};
|
||||
class BAF_Soldier_AA_MTP: Banned {};
|
||||
class BAF_Soldier_AA_DDPM: Banned {};
|
||||
class BAF_Soldier_Marksman_MTP: Banned {};
|
||||
class BAF_Soldier_Marksman_DDPM: Banned {};
|
||||
class BAF_Soldier_scout_MTP: Banned {};
|
||||
class BAF_Soldier_scout_DDPM: Banned {};
|
||||
//class BAF_Soldier_Sniper_MTP: Banned {};
|
||||
//class BAF_Soldier_SniperH_MTP: Banned {};
|
||||
//class BAF_Soldier_SniperN_MTP: Banned {};
|
||||
class BAF_Soldier_spotter_MTP: Banned {};
|
||||
class BAF_Soldier_spotterN_MTP: Banned {};
|
||||
class BAF_Pilot_MTP: Banned {};
|
||||
class BAF_Pilot_DDPM: Banned {};
|
||||
class BAF_crewman_MTP: Banned {};
|
||||
class BAF_crewman_DDPM: Banned {};
|
||||
class BAF_Soldier_Medic_MTP: Banned {};
|
||||
class BAF_Soldier_Medic_DDPM: Banned {};
|
||||
class BAF_Soldier_FAC_MTP: Banned {};
|
||||
class BAF_Soldier_FAC_DDPM: Banned {};
|
||||
class BAF_Soldier_EN_MTP: Banned {};
|
||||
class BAF_Soldier_EN_DDPM: Banned {};
|
||||
class Soldier_PMC: Banned {};
|
||||
class Soldier_M4A3_PMC: Banned {};
|
||||
class Soldier_Engineer_PMC: Banned {};
|
||||
//class Soldier_Crew_PMC: Banned {}; //Bandit Skin (Head)
|
||||
class Soldier_Medic_PMC: Banned {};
|
||||
class Soldier_TL_PMC: Banned {};
|
||||
class Soldier_Pilot_PMC: Banned {};
|
||||
class Soldier_MG_PMC: Banned {};
|
||||
class Soldier_MG_PKM_PMC: Banned {};
|
||||
class Soldier_Sniper_PMC: Banned {};
|
||||
class Soldier_Sniper_KSVK_PMC: Banned {};
|
||||
class Soldier_GL_PMC: Banned {};
|
||||
class Soldier_GL_M16A2_PMC: Banned {};
|
||||
class Soldier_Bodyguard_M4_PMC: Banned {};
|
||||
class Soldier_Bodyguard_AA12_PMC: Banned {};
|
||||
class Soldier_AA_PMC: Banned {};
|
||||
class Soldier_AT_PMC: Banned {};
|
||||
class Poet_PMC: Banned {};
|
||||
class Ry_PMC: Banned {};
|
||||
class Reynolds_PMC: Banned {};
|
||||
class Tanny_PMC: Banned {};
|
||||
class Dixon_PMC: Banned {};
|
||||
class BAF_Soldier_GL_W: Banned {};
|
||||
class BAF_Soldier_N_W: Banned {};
|
||||
class BAF_ASoldier_W: Banned {};
|
||||
class BAF_Soldier_AAR_W: Banned {};
|
||||
class BAF_Soldier_AMG_W: Banned {};
|
||||
class BAF_Soldier_AAT_W: Banned {};
|
||||
class BAF_Soldier_AHAT_W: Banned {};
|
||||
class BAF_Soldier_AAA_W: Banned {};
|
||||
class BAF_Soldier_SL_W: Banned {};
|
||||
class BAF_Soldier_TL_W: Banned {};
|
||||
class BAF_Soldier_AR_W: Banned {};
|
||||
class BAF_Soldier_MG_W: Banned {};
|
||||
class BAF_Soldier_AT_W: Banned {};
|
||||
class BAF_Soldier_HAT_W: Banned {};
|
||||
class BAF_Soldier_AA_W: Banned {};
|
||||
class BAF_Soldier_Marksman_W: Banned {};
|
||||
class BAF_Soldier_scout_W: Banned {};
|
||||
class BAF_Soldier_Sniper_W: Banned {};
|
||||
class BAF_Soldier_SniperN_W: Banned {};
|
||||
class BAF_Soldier_spotter_W: Banned {};
|
||||
class BAF_Soldier_spotterN_W: Banned {};
|
||||
class BAF_Pilot_W: Banned {};
|
||||
class BAF_creWman_W: Banned {};
|
||||
class BAF_Soldier_Medic_W: Banned {};
|
||||
class BAF_Soldier_FAC_W: Banned {};
|
||||
class BAF_Soldier_EN_W: Banned {};
|
||||
class L39_TK_EP1: Banned {};
|
||||
class ParachuteMediumWest_noGeometry_PMC: Banned {};
|
||||
class BMP2_UN_EP1: Banned {};
|
||||
class BMP2_TK_EP1: Banned {};
|
||||
class BMP2_HQ_TK_EP1: Banned {};
|
||||
class T34_TK_EP1: Banned {};
|
||||
class T34_TK_GUE_EP1: Banned {};
|
||||
class M1A1_US_DES_EP1: Banned {};
|
||||
class M1A2_US_TUSK_MG_EP1: Banned {};
|
||||
class MLRS_DES_EP1: Banned {};
|
||||
class ZSU_TK_EP1: Banned {};
|
||||
class T72_TK_EP1: Banned {};
|
||||
class M113Ambul_UN_EP1: Banned {};
|
||||
class M113_UN_EP1: Banned {};
|
||||
class M113Ambul_TK_EP1: Banned {};
|
||||
class M113_TK_EP1: Banned {};
|
||||
class M2A2_EP1: Banned {};
|
||||
class M2A3_EP1: Banned {};
|
||||
class M6_EP1: Banned {};
|
||||
class T55_TK_EP1: Banned {};
|
||||
class T55_TK_GUE_EP1: Banned {};
|
||||
class SUV_PMC_BAF: Banned {};
|
||||
class BAF_ATV_D: Banned {};
|
||||
//class BAF_Offroad_D: Banned {};
|
||||
class BAF_Jackal2_L2A1_D: Banned {};
|
||||
class BAF_Jackal2_GMG_D: Banned {};
|
||||
class BAF_ATV_W: Banned {};
|
||||
//class BAF_Offroad_W: Banned {};
|
||||
class BAF_Jackal2_L2A1_W: Banned {};
|
||||
class BAF_Jackal2_GMG_W: Banned {};
|
||||
class BAF_Apache_AH1_D: Banned {};
|
||||
class AW159_Lynx_BAF: Banned {};
|
||||
class BAF_Merlin_HC3_D: Banned {};
|
||||
class CH_47F_BAF: Banned {};
|
||||
class BAF_FV510_D: Banned {};
|
||||
class BAF_FV510_W: Banned {};
|
||||
};
|
||||
364
SQF/dayz_anim/CfgBanned/CfgWeapons.hpp
Normal file
@@ -0,0 +1,364 @@
|
||||
class CfgWeapons {
|
||||
//class Default: FakeWeapon {};
|
||||
//class PistolCore: FakeWeapon {};
|
||||
//class RifleCore: FakeWeapon {};
|
||||
//class MGunCore: FakeWeapon {};
|
||||
//class LauncherCore: FakeWeapon {};
|
||||
//class GrenadeCore: FakeWeapon {};
|
||||
//class CannonCore: FakeWeapon {};
|
||||
class RifleCore;
|
||||
class FakeWeapon: RifleCore
|
||||
{
|
||||
scope = 1;
|
||||
stopThis = true;
|
||||
type = 0;
|
||||
cursor = "";
|
||||
cursoraim = "";
|
||||
sound[] = {};
|
||||
magazines[] = {"FakeMagazine"};
|
||||
};
|
||||
|
||||
//class MGun: FakeWeapon {};
|
||||
//class Pistol: FakeWeapon {};
|
||||
//class M9: FakeWeapon {};
|
||||
//class M9SD: FakeWeapon {};
|
||||
//class Makarov: FakeWeapon {};
|
||||
//class MakarovSD: FakeWeapon {};
|
||||
//class GrenadeLauncher: FakeWeapon {};
|
||||
//class Rifle: FakeWeapon {};
|
||||
//class M16_base: FakeWeapon {};
|
||||
//class M16A2: FakeWeapon {};
|
||||
//class M16A2GL: FakeWeapon {};
|
||||
//class m16a4: FakeWeapon {};
|
||||
//class m16a4_acg: FakeWeapon {};
|
||||
//class M16A4_GL: FakeWeapon {};
|
||||
//class M16A4_ACG_GL: FakeWeapon {};
|
||||
//class M24: FakeWeapon {};
|
||||
//class M40A3: FakeWeapon {};
|
||||
//class M240: FakeWeapon {};
|
||||
//class Mk_48: FakeWeapon {};
|
||||
//class M249: FakeWeapon {};
|
||||
//class M4A1: FakeWeapon {};
|
||||
//class M4A1_Aim: FakeWeapon {};
|
||||
//class M4A1_Aim_camo: FakeWeapon {};
|
||||
//class M4SPR: FakeWeapon {};
|
||||
//class M4A1_RCO_GL: FakeWeapon {};
|
||||
//class M4A1_AIM_SD_camo: FakeWeapon {};
|
||||
//class M4A1_HWS_GL_SD_Camo: FakeWeapon {};
|
||||
//class M4A1_HWS_GL: FakeWeapon {};
|
||||
//class M4A1_HWS_GL_camo: FakeWeapon {};
|
||||
//class MP5SD: FakeWeapon {};
|
||||
//class MP5A5: FakeWeapon {};
|
||||
//class PK: FakeWeapon {};
|
||||
class Pecheneg: FakeWeapon {};
|
||||
//class SVD: FakeWeapon {};
|
||||
//class SVD_CAMO: FakeWeapon {};
|
||||
|
||||
//class Launcher: FakeWeapon {};
|
||||
class ksvk: FakeWeapon {};
|
||||
class M136: FakeWeapon {};
|
||||
class Javelin: FakeWeapon {};
|
||||
class Stinger: FakeWeapon {};
|
||||
class RPG7V: FakeWeapon {};
|
||||
class Strela: FakeWeapon {};
|
||||
class Igla: FakeWeapon {};
|
||||
class MetisLauncher: FakeWeapon {};
|
||||
//class Binocular: FakeWeapon {};
|
||||
class Laserdesignator: FakeWeapon {};
|
||||
class Laserdesignator_mounted: FakeWeapon {};
|
||||
//class NVGoggles: FakeWeapon {};
|
||||
//class Throw: FakeWeapon {};
|
||||
//class HandGunBase: FakeWeapon {};
|
||||
//class Put: FakeWeapon {};
|
||||
class TimeBomb: FakeWeapon {};
|
||||
class Mine: FakeWeapon {};
|
||||
class MineE: FakeWeapon {};
|
||||
//class PipeBomb: FakeWeapon {};
|
||||
//class SmokeLauncher: FakeWeapon {};
|
||||
//class FlareLauncher: FakeWeapon {};
|
||||
class M134: FakeWeapon {};
|
||||
class M134_2: FakeWeapon {};
|
||||
class TwinM134: FakeWeapon {};
|
||||
//class M240_veh: FakeWeapon {};
|
||||
//class M240_veh_2: FakeWeapon {};
|
||||
//class M240_veh_MG_Nest: FakeWeapon {};
|
||||
class PKT: FakeWeapon {};
|
||||
class PKT_MG_Nest: FakeWeapon {};
|
||||
class PKT_veh: FakeWeapon {};
|
||||
class DT_veh: FakeWeapon {};
|
||||
class TwinVickers: FakeWeapon {};
|
||||
class M2: FakeWeapon {};
|
||||
class M3P: FakeWeapon {};
|
||||
class DSHKM: FakeWeapon {};
|
||||
class KORD: FakeWeapon {};
|
||||
class KPVT: FakeWeapon {};
|
||||
class M168: FakeWeapon {};
|
||||
class M197: FakeWeapon {};
|
||||
class AZP85: FakeWeapon {};
|
||||
class 2A14: FakeWeapon {};
|
||||
class GAU12: FakeWeapon {};
|
||||
class 2A42: FakeWeapon {};
|
||||
class 2A72: FakeWeapon {};
|
||||
class M242: FakeWeapon {};
|
||||
class YakB: FakeWeapon {};
|
||||
class GSh23L: FakeWeapon {};
|
||||
class GSh302: FakeWeapon {};
|
||||
class GAU8: FakeWeapon {};
|
||||
class 2A38M: FakeWeapon {};
|
||||
class AGS30: FakeWeapon {};
|
||||
class AGS17: FakeWeapon {};
|
||||
class MK19: FakeWeapon {};
|
||||
class M119: FakeWeapon {};
|
||||
class M256: FakeWeapon {};
|
||||
class D30: FakeWeapon {};
|
||||
class D81: FakeWeapon {};
|
||||
class ZiS_S_53: FakeWeapon {};
|
||||
class 2A46M: FakeWeapon {};
|
||||
class RocketPods: FakeWeapon {};
|
||||
class FFARLauncher: FakeWeapon {};
|
||||
class FFARLauncher_14: FakeWeapon {};
|
||||
class CamelGrenades: FakeWeapon {};
|
||||
class 57mmLauncher: FakeWeapon {};
|
||||
class 57mmLauncher_64: FakeWeapon {};
|
||||
class 57mmLauncher_128: FakeWeapon {};
|
||||
class 80mmLauncher: FakeWeapon {};
|
||||
class S8Launcher: FakeWeapon {};
|
||||
class MissileLauncher: FakeWeapon {};
|
||||
class SidewinderLaucher: FakeWeapon {};
|
||||
class SidewinderLaucher_F35: FakeWeapon {};
|
||||
class SidewinderLaucher_AH1Z: FakeWeapon {};
|
||||
class AT5Launcher: FakeWeapon {};
|
||||
class AT5LauncherSingle: FakeWeapon {};
|
||||
class 2A46MRocket: FakeWeapon {};
|
||||
class AT10LauncherSingle: FakeWeapon {};
|
||||
class AT11LauncherSingle: FakeWeapon {};
|
||||
class AT13LauncherSingle: FakeWeapon {};
|
||||
class TOWLauncher: FakeWeapon {};
|
||||
class TOWLauncherSingle: FakeWeapon {};
|
||||
class HellfireLauncher: FakeWeapon {};
|
||||
class VikhrLauncher: FakeWeapon {};
|
||||
class BombLauncher: FakeWeapon {};
|
||||
class BombLauncherF35: FakeWeapon {};
|
||||
class BombLauncherA10: FakeWeapon {};
|
||||
|
||||
//class SEARCHLIGHT: FakeWeapon {};
|
||||
//class CarHorn: FakeWeapon {};
|
||||
//class BikeHorn: FakeWeapon {};
|
||||
//class TruckHorn: FakeWeapon {};
|
||||
//class TruckHorn2: FakeWeapon {};
|
||||
//class SportCarHorn: FakeWeapon {};
|
||||
//class MiniCarHorn: FakeWeapon {};
|
||||
|
||||
class GSh301: FakeWeapon {};
|
||||
class R73Launcher: FakeWeapon {};
|
||||
class R73Launcher_2: FakeWeapon {};
|
||||
class Ch29Launcher: FakeWeapon {};
|
||||
class Ch29Launcher_Su34: FakeWeapon {};
|
||||
class 2A70Rocket: FakeWeapon {};
|
||||
class 2A70: FakeWeapon {};
|
||||
class AT6Launcher: FakeWeapon {};
|
||||
class AT9Launcher: FakeWeapon {};
|
||||
class AT2Launcher: FakeWeapon {};
|
||||
class HeliBombLauncher: FakeWeapon {};
|
||||
class AirBombLauncher: FakeWeapon {};
|
||||
class Mk82BombLauncher: FakeWeapon {};
|
||||
class Mk82BombLauncher_6: FakeWeapon {};
|
||||
class StingerLaucher: FakeWeapon {};
|
||||
class StingerLauncher_twice: FakeWeapon {};
|
||||
class AALauncher_twice: FakeWeapon {};
|
||||
class Igla_twice: FakeWeapon {};
|
||||
class MaverickLauncher: FakeWeapon {};
|
||||
class 9M311Laucher: FakeWeapon {};
|
||||
class SPG9: FakeWeapon {};
|
||||
class GRAD: FakeWeapon {};
|
||||
class MLRS: FakeWeapon {};
|
||||
class WeaponExplosive: FakeWeapon {};
|
||||
//class ItemCore: FakeWeapon {};
|
||||
class Kostey_photos: FakeWeapon {};
|
||||
class Kostey_map_case: FakeWeapon {};
|
||||
class Kostey_notebook: FakeWeapon {};
|
||||
class CDF_dogtags: FakeWeapon {};
|
||||
class Moscow_Bombing_File: FakeWeapon {};
|
||||
class Cobalt_File: FakeWeapon {};
|
||||
//class ItemWatch: FakeWeapon {};
|
||||
//class ItemCompass: FakeWeapon {};
|
||||
//class ItemGPS: FakeWeapon {};
|
||||
//class ItemRadio: FakeWeapon {};
|
||||
//class ItemMap: FakeWeapon {};
|
||||
class EvPhoto: FakeWeapon {};
|
||||
//class EvMap: FakeWeapon {};
|
||||
class EvMoscow: FakeWeapon {};
|
||||
class EvKobalt: FakeWeapon {};
|
||||
class EvMoney: FakeWeapon {};
|
||||
class EvDogTags: FakeWeapon {};
|
||||
//class AK_BASE: FakeWeapon {};
|
||||
//class AKS_BASE: FakeWeapon {};
|
||||
//class AK_107_BASE: FakeWeapon {};
|
||||
//class AK_47_M: FakeWeapon {};
|
||||
//class AK_47_S: FakeWeapon {};
|
||||
class AKS_GOLD: FakeWeapon {};
|
||||
//class AK_74: FakeWeapon {};
|
||||
//class AK_74_GL: FakeWeapon {};
|
||||
//class AK_107_kobra: FakeWeapon {};
|
||||
//class AK_107_GL_kobra: FakeWeapon {};
|
||||
class AK_107_GL_pso: FakeWeapon {};
|
||||
//class AK_107_pso: FakeWeapon {};
|
||||
//class AKS_74_kobra: FakeWeapon {};
|
||||
//class AKS_74_pso: FakeWeapon {};
|
||||
//class AKS_74_U: FakeWeapon {};
|
||||
class AKS_74_UN_kobra: FakeWeapon {};
|
||||
//class RPK_74: FakeWeapon {};
|
||||
//class bizon: FakeWeapon {};
|
||||
//class bizon_silenced: FakeWeapon {};
|
||||
//class Colt1911: FakeWeapon {};
|
||||
//class DMR: FakeWeapon {};
|
||||
//class M1014: FakeWeapon {};
|
||||
class m107: FakeWeapon {}; //old .50cal
|
||||
class M252: FakeWeapon {};
|
||||
class 2B14: FakeWeapon {};
|
||||
class Saiga12K: FakeWeapon {};
|
||||
class VSS_vintorez: FakeWeapon {};
|
||||
class PMC_documents: FakeWeapon {};
|
||||
class m8_base: FakeWeapon {};
|
||||
class m8_carbine: FakeWeapon {};
|
||||
class m8_carbineGL: FakeWeapon {};
|
||||
class m8_compact: FakeWeapon {};
|
||||
class m8_sharpshooter: FakeWeapon {};
|
||||
class m8_SAW: FakeWeapon {};
|
||||
//class huntingrifle: FakeWeapon {};
|
||||
class RPG18: FakeWeapon {};
|
||||
class SMAW: FakeWeapon {};
|
||||
//class PKT_2: FakeWeapon {};
|
||||
class PKT_3: FakeWeapon {};
|
||||
class SidewinderLaucher_AH64: FakeWeapon {};
|
||||
class M230: FakeWeapon {};
|
||||
|
||||
//class BAF_L2A1: FakeWeapon {};
|
||||
//class BAF_M240_veh: FakeWeapon {};
|
||||
//class BAF_L7A2: FakeWeapon {};
|
||||
//class BAF_L94A1: FakeWeapon {};
|
||||
//class BAF_static_GMG: FakeWeapon {};
|
||||
//class BAF_GMG: FakeWeapon {};
|
||||
|
||||
class CTWS: FakeWeapon {};
|
||||
class CRV7_PG: FakeWeapon {};
|
||||
class CRV7_HEPD: FakeWeapon {};
|
||||
class CRV7_FAT: FakeWeapon {};
|
||||
class M621: FakeWeapon {};
|
||||
class BAF_AS50_scoped: FakeWeapon {}; //old .50cal
|
||||
class BAF_AS50_TWS: FakeWeapon {};
|
||||
class BAF_LRR_scoped: FakeWeapon {};
|
||||
class BAF_LRR_scoped_W: FakeWeapon {};
|
||||
class BAF_NLAW_Launcher: FakeWeapon {};
|
||||
class BAF_L17_40mm: FakeWeapon {};
|
||||
//class L85A2_base_BAF: FakeWeapon {};
|
||||
//class BAF_L85A2_RIS_Holo: FakeWeapon {};
|
||||
class BAF_L85A2_UGL_Holo: FakeWeapon {};
|
||||
//class BAF_L85A2_RIS_SUSAT: FakeWeapon {};
|
||||
class BAF_L85A2_UGL_SUSAT: FakeWeapon {};
|
||||
class BAF_L85A2_RIS_ACOG: FakeWeapon {};
|
||||
class BAF_L85A2_UGL_ACOG: FakeWeapon {};
|
||||
class BAF_L85A2_RIS_CWS: FakeWeapon {};
|
||||
class BAF_L86A2_ACOG: FakeWeapon {};
|
||||
class BAF_L110A1: FakeWeapon {};
|
||||
class BAF_L110A1_Aim: FakeWeapon {};
|
||||
class BAF_L7A2_GPMG: FakeWeapon {};
|
||||
class BAF_ied_v1: FakeWeapon {};
|
||||
class BAF_ied_v2: FakeWeapon {};
|
||||
class BAF_ied_v3: FakeWeapon {};
|
||||
class BAF_ied_v4: FakeWeapon {};
|
||||
class M68: FakeWeapon {};
|
||||
class D10: FakeWeapon {};
|
||||
class PKTBC: FakeWeapon {};
|
||||
class PKTBC_veh: FakeWeapon {};
|
||||
class SGMT: FakeWeapon {};
|
||||
class HellfireLauncher_AH6: FakeWeapon {};
|
||||
class StingerLaucher_4x: FakeWeapon {};
|
||||
class CMFlareLauncher: FakeWeapon {};
|
||||
//class M242BC: FakeWeapon {};
|
||||
//class M240BC_veh: FakeWeapon {};
|
||||
class M2BC: FakeWeapon {};
|
||||
class MK19BC: FakeWeapon {};
|
||||
class M120: FakeWeapon {};
|
||||
//class Sa61_EP1: FakeWeapon {};
|
||||
//class UZI_EP1: FakeWeapon {};
|
||||
class UZI_SD_EP1: FakeWeapon {};
|
||||
//class revolver_EP1: FakeWeapon {};
|
||||
class revolver_gold_EP1: FakeWeapon {};
|
||||
//class glock17_EP1: FakeWeapon {};
|
||||
//class M60A4_EP1: FakeWeapon {};
|
||||
//class Mk_48_DES_EP1: FakeWeapon {};
|
||||
//class M249_EP1: FakeWeapon {};
|
||||
class M249_TWS_EP1: FakeWeapon {};
|
||||
class M249_m145_EP1: FakeWeapon {};
|
||||
//class M24_des_EP1: FakeWeapon {};
|
||||
//class SVD_des_EP1: FakeWeapon {};
|
||||
//class SVD_NSPU_EP1: FakeWeapon {};
|
||||
//class Sa58P_EP1: FakeWeapon {};
|
||||
//class Sa58V_EP1: FakeWeapon {};
|
||||
//class Sa58V_RCO_EP1: FakeWeapon {};
|
||||
//class Sa58V_CCO_EP1: FakeWeapon {};
|
||||
//class M4A3_CCO_EP1: FakeWeapon {};
|
||||
//class M4A3_RCO_GL_EP1: FakeWeapon {};
|
||||
//class Binocular_Vector: FakeWeapon {};
|
||||
//class AK_74_GL_kobra: FakeWeapon {};
|
||||
//class AKS_74: FakeWeapon {};
|
||||
class MK_12: FakeWeapon {};
|
||||
class AKS_74_NSPU: FakeWeapon {};
|
||||
class AKS_74_GOSHAWK: FakeWeapon {};
|
||||
//class FN_FAL: FakeWeapon {};
|
||||
//class FN_FAL_ANPVS4: FakeWeapon {};
|
||||
//class G36C_camo: FakeWeapon {};
|
||||
class G36_C_SD_camo: FakeWeapon {};
|
||||
//class G36A_camo: FakeWeapon {};
|
||||
//class G36K_camo: FakeWeapon {};
|
||||
//class G36C: FakeWeapon {};
|
||||
class G36_C_SD_eotech: FakeWeapon {};
|
||||
//class G36a: FakeWeapon {};
|
||||
//class G36K: FakeWeapon {};
|
||||
class MG36: FakeWeapon {};
|
||||
class MG36_camo: FakeWeapon {};
|
||||
class GrenadeLauncher_EP1: FakeWeapon {};
|
||||
class M32_EP1: FakeWeapon {};
|
||||
class M79_EP1: FakeWeapon {};
|
||||
class Mk13_EP1: FakeWeapon {};
|
||||
//class LeeEnfield: FakeWeapon {};
|
||||
class m107_TWS_EP1: FakeWeapon {};
|
||||
class M110_TWS_EP1: FakeWeapon {};
|
||||
class M110_NVG_EP1: FakeWeapon {};
|
||||
//class M14_EP1: FakeWeapon {};
|
||||
//class m240_scoped_EP1: FakeWeapon {};
|
||||
class M47Launcher_EP1: FakeWeapon {};
|
||||
class MAAWS: FakeWeapon {};
|
||||
class SCAR_Base: FakeWeapon {};
|
||||
//class SCAR_L_Base: FakeWeapon {};
|
||||
//class SCAR_L_CQC: FakeWeapon {};
|
||||
class SCAR_L_CQC_Holo: FakeWeapon {};
|
||||
class SCAR_L_STD_Mk4CQT: FakeWeapon {};
|
||||
class SCAR_L_STD_EGLM_RCO: FakeWeapon {};
|
||||
class SCAR_L_CQC_EGLM_Holo: FakeWeapon {};
|
||||
class SCAR_L_STD_EGLM_TWS: FakeWeapon {};
|
||||
class SCAR_L_STD_HOLO: FakeWeapon {};
|
||||
class SCAR_L_CQC_CCO_SD: FakeWeapon {};
|
||||
class SCAR_H_Base: FakeWeapon {};
|
||||
class SCAR_H_CQC_CCO: FakeWeapon {};
|
||||
class SCAR_H_CQC_CCO_SD: FakeWeapon {};
|
||||
class SCAR_H_STD_EGLM_Spect: FakeWeapon {};
|
||||
class SCAR_H_LNG_Sniper: FakeWeapon {};
|
||||
class SCAR_H_LNG_Sniper_SD: FakeWeapon {};
|
||||
class SCAR_H_STD_TWS_SD: FakeWeapon {};
|
||||
class PKT_high_AI_dispersion: FakeWeapon {};
|
||||
class PKT_high_AI_dispersion_tank: FakeWeapon {};
|
||||
class AGS30_heli: FakeWeapon {};
|
||||
class M32_heli: FakeWeapon {};
|
||||
class AA12_PMC: FakeWeapon {};
|
||||
class PMC_AS50_scoped: FakeWeapon {};
|
||||
class PMC_AS50_TWS: FakeWeapon {};
|
||||
class m8_carbine_pmc: FakeWeapon {};
|
||||
class m8_compact_pmc: FakeWeapon {};
|
||||
class m8_holo_sd: FakeWeapon {};
|
||||
class m8_tws_sd: FakeWeapon {};
|
||||
class m8_tws: FakeWeapon {};
|
||||
class GSh23L_L39: FakeWeapon {};
|
||||
|
||||
};
|
||||
1
SQF/dayz_anim/PboPrefix.txt
Normal file
@@ -0,0 +1 @@
|
||||
dayz_anim
|
||||
445
SQF/dayz_anim/config.cpp
Normal file
BIN
SQF/dayz_anim/dog/dogAttackJump.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogBarkOnce.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogDownIdle.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogDownStand.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogDownStill.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogGestureGrowl.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogGestureGrowl2.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogGestureHeadL.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogGestureHeadR.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogGestureIdle1.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogGestureIdle2.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogGestureSniff.rtm
Normal file
BIN
SQF/dayz_anim/dog/dogStandDown.rtm
Normal file
132
SQF/dayz_anim/dog/model.cfg
Normal file
@@ -0,0 +1,132 @@
|
||||
class CfgSkeletons
|
||||
{
|
||||
class Default;
|
||||
class AnimalSkeleton: Default
|
||||
{
|
||||
isDiscrete = 0;
|
||||
skeletonInherit = "";
|
||||
skeletonBones[] ={};
|
||||
};
|
||||
class DogSkeleton
|
||||
{
|
||||
isDiscrete = 0;
|
||||
skeletonInherit = "";
|
||||
skeletonBones[] =
|
||||
{
|
||||
"Hips","",
|
||||
"spine","Hips",
|
||||
"spine1","spine",
|
||||
"spine2","spine1",
|
||||
"neck","spine2",
|
||||
"neck1","neck",
|
||||
"head","neck1",
|
||||
"Jaw","head",
|
||||
"Tongue1","Jaw",
|
||||
"Tongue2","Tongue1",
|
||||
"leftArm","spine2",
|
||||
"leftForeArm","leftArm",
|
||||
"leftHand","leftForeArm",
|
||||
"leftFinger","leftHand",
|
||||
"rightArm","spine2",
|
||||
"rightForeArm","rightArm",
|
||||
"rightHand","rightForeArm",
|
||||
"rightFinger","rightHand",
|
||||
"tail1","Hips",
|
||||
"tail2","tail1",
|
||||
"tail3","tail2",
|
||||
"leftUpLeg","spine",
|
||||
"leftLeg","leftUpLeg",
|
||||
"leftFoot","leftLeg",
|
||||
"leftToe","leftFoot",
|
||||
"rightUpLeg","spine",
|
||||
"rightLeg","rightUpLeg",
|
||||
"rightFoot","rightLeg",
|
||||
"rightToe","rightFoot",
|
||||
"leftEar","head",
|
||||
"rightEar","head"
|
||||
};
|
||||
pivotsModel = "ca\Animals2\Dog_Skeleton.p3d";
|
||||
};
|
||||
class BirdSkeleton: AnimalSkeleton
|
||||
{
|
||||
skeletonInherit = "AnimalSkeleton";
|
||||
skeletonBones[] =
|
||||
{
|
||||
"head","neck",
|
||||
"Hips","spine",
|
||||
"leftArm","leftShoulder",
|
||||
"leftForeArm","leftArm",
|
||||
"leftHand","leftForeArm",
|
||||
"LeftFingerBase","leftHand",
|
||||
|
||||
"leftFoot","leftLeg",
|
||||
"leftFootIndex1","leftFoot",
|
||||
"leftFootMiddle1","leftFoot",
|
||||
"leftFootRing1","leftFoot",
|
||||
"leftFootThumb1","leftFoot",
|
||||
|
||||
"leftLeg","leftUpLeg",
|
||||
"leftShoulder","spine",
|
||||
|
||||
"leftUpLeg","spine",
|
||||
"neck","spine1",
|
||||
|
||||
"rightArm","rightShoulder",
|
||||
"rightForeArm","rightArm",
|
||||
"rightHand","rightForeArm",
|
||||
"rightFingerBase","RightHand",
|
||||
|
||||
"rightFoot","rightLeg",
|
||||
"rightFootIndex1","rightFoot",
|
||||
"rightFootMiddle1","rightFoot",
|
||||
"rightFootRing1","rightFoot",
|
||||
"RightFootThumb1","rightFoot",
|
||||
|
||||
"rightLeg","rightUpLeg",
|
||||
"rightShoulder","spine",
|
||||
"rightUpLeg","spine",
|
||||
"spine","",
|
||||
"spine1","spine",
|
||||
"tail","Hips",
|
||||
};
|
||||
};
|
||||
class CfgMovesButterfly: Default
|
||||
{
|
||||
skeletonBones[] =
|
||||
{
|
||||
"body", "",
|
||||
"LBwing", "",
|
||||
"LTwing", "",
|
||||
"RBwing", "",
|
||||
"RTwing", ""
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
class CfgModels
|
||||
{
|
||||
class Default;
|
||||
class Dog: Default
|
||||
{
|
||||
sections[] = {"trup"};
|
||||
skeletonName = "DogSkeleton";
|
||||
htMin = 60; // Minimum half-cooling time (in seconds)
|
||||
htMax = 1800; // Maximum half-cooling time (in seconds)
|
||||
afMax = 30; // Maximum temperature in case the model is alive (in celsius)
|
||||
mfMax = 0; // Maximum temperature when the model is moving (in celsius)
|
||||
mFact = 1; // Metabolism factor - number from interval <0, 1> (0 - metabolism has no influence, 1 - metabolism has full influence (no other temperature source will be considered)).
|
||||
tBody = 37; // Metabolism temperature of the model (in celsius)
|
||||
};
|
||||
class dogBarkOnce: Dog {};
|
||||
class dogDownIdle: Dog {};
|
||||
class dogDownStand: Dog {};
|
||||
class dogDownStill: Dog {};
|
||||
class dogGestureHeadL: Dog {};
|
||||
class dogGestureHeadR: Dog {};
|
||||
class dogGestureIdle1: Dog {};
|
||||
class dogGestureIdle2: Dog {};
|
||||
class dogGestureSniff: Dog {};
|
||||
class dogStandDown: Dog {};
|
||||
class dogGestureGrowl: Dog {};
|
||||
};
|
||||
1
SQF/dayz_anim/dog/rtm.skeleton
Normal file
@@ -0,0 +1 @@
|
||||
DogSkeleton
|
||||
84
SQF/dayz_anim/speeds.txt
Normal file
@@ -0,0 +1,84 @@
|
||||
zmbStandIdleA.rtm - 0.088757, frames 169
|
||||
zmbStandIdleB.rtm - 0.107143, frames 140
|
||||
zmbStandIdleC_lookAround.rtm - 0.089286, frames 168
|
||||
zmbStandIdleD_sniffingHyped.rtm - 0.066079, frames 227
|
||||
zmbStandIdleE_swinging.rtm - 0.061983, frames 242
|
||||
zmbStandCry1.rtm - 0.222222, frames 135
|
||||
zmbStandCry2.rtm - 0.209790, frames 143
|
||||
zmbStandDeath1.rtm - 0.379747, frames 79
|
||||
zmbStandDeath2.rtm - 0.215827, frames 139
|
||||
zmbStandDeath3.rtm - 0.291262, frames 103
|
||||
zmbStandAttack1.rtm - 0.348837, frames 86 Maybe, not good at end
|
||||
zmbStandAttack2bite.rtm - 0.379747, frames 79
|
||||
zmbStandAttack3.rtm - 0.319149, frames 94
|
||||
zmbStandAttack4.rtm - 0.236220, frames 127
|
||||
zmbStandAttack5.rtm - 0.461538, frames 65
|
||||
zmbStandAttack6.rtm - 0.410959, frames 73
|
||||
zmbStandWalkF1.rtm - 0.166667, frames 180
|
||||
zmbStandWalkF2.rtm - 0.375000, frames 80
|
||||
zmbStandRunF1.rtm - 0.422535, frames 71
|
||||
zmbStandRunF2.rtm - 0.447761, frames 67
|
||||
zmbStandRunF3.rtm - 0.491803, frames 61
|
||||
zmbStandHit1_toRunF1.rtm - 0.164835, frames 182
|
||||
zmbStandHit2.rtm - 0.201681, frames 119
|
||||
zmbStandHit3_fromBehind.rtm - 0.135135, frames 222
|
||||
zmbStandHit4.rtm - 0.319149, frames 94
|
||||
zmbBentIdleA.rtm - 0.172414, frames 87
|
||||
zmbBentIdleB_lookAroundSwing.rtm - 0.093750, frames 160
|
||||
zmbBentIdleC_lookAround.rtm - 0.091463, frames 164
|
||||
zmbStand_zmbKneel.rtm - 0.291262, frames 103
|
||||
zmbKneel_zmbStand.rtm - 0.229008, frames 131
|
||||
zmbKneel_idleA.rtm - 0.040650, frames 369
|
||||
zmbKneel_idleB.rtm - 0.049505, frames 303
|
||||
zmbKneel_idleC.rtm - 0.043732, frames 343
|
||||
zmbKneel_idleD.rtm - 0.140187, frames 107
|
||||
zmbKneel_feedA.rtm - 0.091255, frames 263
|
||||
zmbKneel_feedB.rtm - 0.186047, frames 129
|
||||
zmbKneel_feedC.rtm - 0.179104, frames 134
|
||||
zmbKneel_feedD.rtm - 0.142012, frames 169
|
||||
zmbKneel_feedE.rtm - 0.275862, frames 87
|
||||
zmbKneel_deathA.rtm - 0.361446, frames 83
|
||||
zmbKneel_deathB.rtm - 0.254237, frames 118
|
||||
zmbKneelAttack1_toStand.rtm - 0.193548, frames 155
|
||||
zmbKneelAttack2.rtm - 0.344828, frames 87
|
||||
zmbKneelWalkF.rtm - 0.058111, frames 413
|
||||
zmbKneelWalkB.rtm - 0.076190, frames 315
|
||||
zmbKneeljogF.rtm - 0.220588, frames 136
|
||||
zmbKneelrunF1.rtm - 0.194805, frames 154
|
||||
zmbKneelrunF2.rtm - 0.263158, frames 114
|
||||
zmbKneelrunF3.rtm - 0.272727, frames 110
|
||||
zmbKneelrunFrenzy1.rtm - 0.508475, frames 59
|
||||
zmbKneelrunFrenzy2.rtm - 0.447761, frames 67
|
||||
zmbKneelHit1.rtm - 0.136364, frames 220
|
||||
zmbKneelHit1.rtm - 0.136364, frames 176
|
||||
zmbKneelHit2.rtm - 0.193548, frames 124
|
||||
|
||||
==============================================
|
||||
|
||||
zombie1_attack.rtm - 0.357143, frames 84
|
||||
|
||||
zombie1_deathFromWalk.rtm - 0.384615, frames 78
|
||||
|
||||
zombie1_walk.rtm - 0.160428, frames 187
|
||||
|
||||
zombie1_jump.rtm - 0.126582, frames 237
|
||||
|
||||
zombie1_birth.rtm - 0.076531, frames 392
|
||||
|
||||
zombie2_walk.rtm - 0.133333, frames 225
|
||||
|
||||
zombie2_birth.rtm - 0.103448, frames 290
|
||||
|
||||
zombie2_deathFromWalk.rtm - 0.312500, frames 96
|
||||
|
||||
zombie2_attack.rtm - 0.322581, frames 93
|
||||
|
||||
zombie2_jump.rtm - 0.250000, frames 120
|
||||
|
||||
zombie3_attack.rtm - 0.227273, frames 132
|
||||
|
||||
zombie3_birth.rtm - 0.075000, frames 400
|
||||
|
||||
zombie3_walk.rtm - 0.159574, frames 188
|
||||
|
||||
zombie3_jump.rtm - 0.215827, frames 139
|
||||
BIN
SQF/dayz_anim/zmb/KneelFeeding2zombieStand.rtm
Normal file
|
After Width: | Height: | Size: 66 KiB |
91
SQF/dayz_anim/zmb/speeds.txt
Normal file
@@ -0,0 +1,91 @@
|
||||
zmbErcSprint9.rtm - 0.566038
|
||||
|
||||
zmbErcSprint13.rtm - 0.638298
|
||||
|
||||
zombie_frenziedCrawl3.rtm - 0.468750, frames 32
|
||||
|
||||
zombie_frenziedCrawl3.rtm - 0.468750, frames 64
|
||||
|
||||
zombie_runDeaths6.rtm - 0.153061, frames 196
|
||||
|
||||
zombie_stumble3.rtm - 0.348837, frames 86
|
||||
|
||||
zombie_walk2sprint2.rtm - 0.206897, frames 145
|
||||
|
||||
zombie_frenziedCrawl3.rtm - 0.468750, frames 64
|
||||
|
||||
zombieStand2KneelFeeding.rtm - 0.434783, frames 69
|
||||
|
||||
KneelFeeding2zombieStand.rtm - 0.434783, frames 69
|
||||
|
||||
zombie_kneelFeeding2_112_301.rtm - 0.157895, frames 190
|
||||
|
||||
zombie_kneelFeeding2_1054_1275.rtm - 0.148515, frames 202
|
||||
|
||||
zombie_kneelFeeding3_109-308.rtm - 0.150000, frames 200
|
||||
|
||||
zombie_kneelFeeding3_363-574.rtm - 0.141509, frames 212
|
||||
|
||||
zombie_kneelFeeding3_idle_1292-1461.rtm - 0.176471, frames 170
|
||||
|
||||
zombie_kneelFeeding3_idle_1488-1587.rtm - 0.300000, frames 100
|
||||
|
||||
zombie_kneelFeeding2_idle_893-1054.rtm - 0.185185, frames 162
|
||||
|
||||
zombie_kneelFeeding2_idle_893-1054.rtm - 0.185185, frames 162
|
||||
|
||||
zombie_kneelFeeding2_idle_1275-1430.rtm - 0.192308, frames 156
|
||||
|
||||
zombie_standSpasms1Stand_74-112.rtm - 0.769231, frames 39
|
||||
|
||||
zombie_standSpasms1Stand_74-112.rtm - 0.769231, frames 39
|
||||
|
||||
zombie_standSpasms1Stand_113-198.rtm - 0.348837, frames 86
|
||||
|
||||
zombie_standSpasms1Stand_199-327.rtm - 0.232558, frames 129
|
||||
|
||||
zombie_standSpasms1Stand_199-327.rtm - 0.232558, frames 129
|
||||
|
||||
zombie_standSpasms2bentPose_82-134.rtm - 0.566038, frames 53
|
||||
|
||||
zombie_standSpasms2bentPose_135-178.rtm - 0.681818, frames 44
|
||||
|
||||
zombie_standSpasms2bentPose_179-235.rtm - 0.526316, frames 57
|
||||
|
||||
zombie_standSpasms2bentPose_236-293.rtm - 0.517241, frames 58
|
||||
|
||||
zombie_standSpasms2bentPose_294-336.rtm - 0.697674, frames 43
|
||||
|
||||
zombie_standSpasms2bentPose_337-439.rtm - 0.291262, frames 103
|
||||
|
||||
zombie_standSpasms3Stand_83-190.rtm - 0.277778, frames 108
|
||||
|
||||
zombie_standSpasms3Stand_191-314.rtm - 0.241935, frames 124
|
||||
|
||||
zombie_standSpasms3Stand_315-400.rtm - 0.348837, frames 86
|
||||
|
||||
zombie_standSpasms3Stand_315-400.rtm - 0.348837, frames 86
|
||||
|
||||
zombie_standSpasms3Stand_401-478.rtm - 0.384615, frames 78
|
||||
|
||||
zombie_staticAttack3_67-158.rtm - 0.326087, frames 92
|
||||
|
||||
zombie_staticAttack3_67-158.rtm - 0.326087, frames 92
|
||||
|
||||
zombie_staticAttack3_183-274.rtm - 0.326087, frames 92
|
||||
|
||||
zombie_staticAttack3_183-274.rtm - 0.326087, frames 92
|
||||
|
||||
zombie_staticAttack3_441-554.rtm - 0.263158, frames 114
|
||||
|
||||
zombie_staticAttack3_570-707.rtm - 0.217391, frames 138
|
||||
|
||||
zombie_staticAttack3_742-833.rtm - 0.326087, frames 92
|
||||
|
||||
zombie_staticAttack3_855-987.rtm - 0.225564, frames 133
|
||||
|
||||
zombie_sniffing_264-499.rtm - 0.127119, frames 236
|
||||
|
||||
zombie_sniffing_573-809.rtm - 0.126582, frames 237
|
||||
|
||||
zombie_sniffing_573-809.rtm - 0.126582, frames 237
|
||||
BIN
SQF/dayz_anim/zmb/stand_pose_static.rtm
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
SQF/dayz_anim/zmb/zmbBentIdleA.rtm
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
SQF/dayz_anim/zmb/zmbBentIdleB_lookAroundSwing.rtm
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
SQF/dayz_anim/zmb/zmbBentIdleC_lookAround.rtm
Normal file
|
After Width: | Height: | Size: 155 KiB |
BIN
SQF/dayz_anim/zmb/zmbErcSprint13.rtm
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
SQF/dayz_anim/zmb/zmbErcSprint9.rtm
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelAttack1_toStand.rtm
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelAttack2.rtm
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelHit1.rtm
Normal file
|
After Width: | Height: | Size: 166 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelHit2.rtm
Normal file
|
After Width: | Height: | Size: 117 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelPose.rtm
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelWalkB.rtm
Normal file
|
After Width: | Height: | Size: 296 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelWalkF.rtm
Normal file
|
After Width: | Height: | Size: 388 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_deathA.rtm
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_deathB.rtm
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_feedA.rtm
Normal file
|
After Width: | Height: | Size: 247 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_feedB.rtm
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_feedC.rtm
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_feedD.rtm
Normal file
|
After Width: | Height: | Size: 159 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_feedE.rtm
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_idleA.rtm
Normal file
|
After Width: | Height: | Size: 346 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_idleB.rtm
Normal file
|
After Width: | Height: | Size: 285 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_idleC.rtm
Normal file
|
After Width: | Height: | Size: 322 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_idleD.rtm
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneel_zmbStand.rtm
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneeljogF.rtm
Normal file
|
After Width: | Height: | Size: 128 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelrunF1.rtm
Normal file
|
After Width: | Height: | Size: 145 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelrunF2.rtm
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelrunF3.rtm
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelrunFrenzy1.rtm
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
SQF/dayz_anim/zmb/zmbKneelrunFrenzy2.rtm
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandAttack1.rtm
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandAttack2bite.rtm
Normal file
|
After Width: | Height: | Size: 75 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandAttack3.rtm
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandAttack4.rtm
Normal file
|
After Width: | Height: | Size: 120 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandAttack5.rtm
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandAttack6.rtm
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandCry1.rtm
Normal file
|
After Width: | Height: | Size: 127 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandCry2.rtm
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandDeath1.rtm
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandDeath2.rtm
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandDeath3.rtm
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandHit1_toRunF1.rtm
Normal file
|
After Width: | Height: | Size: 172 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandHit2.rtm
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandHit3_fromBehind.rtm
Normal file
|
After Width: | Height: | Size: 209 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandHit4.rtm
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandIdleA.rtm
Normal file
|
After Width: | Height: | Size: 159 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandIdleB.rtm
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandIdleC_lookAround.rtm
Normal file
|
After Width: | Height: | Size: 158 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandIdleD_sniffingHyped.rtm
Normal file
|
After Width: | Height: | Size: 214 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandIdleE_swinging.rtm
Normal file
|
After Width: | Height: | Size: 228 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandPose.rtm
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandRunF1.rtm
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandRunF2.rtm
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandRunF3.rtm
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandWalkF1.rtm
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
SQF/dayz_anim/zmb/zmbStandWalkF2.rtm
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
SQF/dayz_anim/zmb/zmbStand_zmbKneel.rtm
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
SQF/dayz_anim/zmb/zombie2_attack.rtm
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
SQF/dayz_anim/zmb/zombie2_birth.rtm
Normal file
|
After Width: | Height: | Size: 273 KiB |
BIN
SQF/dayz_anim/zmb/zombie2_deathFromWalk.rtm
Normal file
|
After Width: | Height: | Size: 91 KiB |
BIN
SQF/dayz_anim/zmb/zombie2_jump.rtm
Normal file
|
After Width: | Height: | Size: 113 KiB |
BIN
SQF/dayz_anim/zmb/zombie2_walk.rtm
Normal file
|
After Width: | Height: | Size: 212 KiB |
BIN
SQF/dayz_anim/zmb/zombie3_attack.rtm
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
SQF/dayz_anim/zmb/zombie3_birth.rtm
Normal file
|
After Width: | Height: | Size: 376 KiB |
BIN
SQF/dayz_anim/zmb/zombie3_jump.rtm
Normal file
|
After Width: | Height: | Size: 131 KiB |
BIN
SQF/dayz_anim/zmb/zombie3_walk.rtm
Normal file
|
After Width: | Height: | Size: 177 KiB |
BIN
SQF/dayz_anim/zmb/zombieStand2KneelFeeding.rtm
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
SQF/dayz_anim/zmb/zombie_frenziedCrawl3.rtm
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
SQF/dayz_anim/zmb/zombie_idle_0_loop.rtm
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
SQF/dayz_anim/zmb/zombie_idle_1_loop.rtm
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
SQF/dayz_anim/zmb/zombie_idle_2_loop.rtm
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
SQF/dayz_anim/zmb/zombie_idle_3_loop.rtm
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
SQF/dayz_anim/zmb/zombie_idle_4_loop.rtm
Normal file
|
After Width: | Height: | Size: 20 KiB |