diff --git a/README.md b/README.md index 9c26ecae..2d0fb017 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ * [Light Machine Guns](#light-machine-guns) * [HAMR](#hamr) * [MG08/15](#mg0815) + * [Mk 48](#mk-48) * [Sniper Rifles](#sniper-rifles) * [Ballista](#ballista) * [Shotguns](#shotguns) @@ -403,6 +404,9 @@ #### MG08/15 * Ammo gets added to the clip at the same time that it gets added in the reload anim +#### Mk 48 +* Replaces RPD + ### Sniper Rifles * Decreased move speed from 95% to 90% * Disabled scope sway diff --git a/english/localizedstrings/reimagined.str b/english/localizedstrings/reimagined.str index 18668f12..61d17e3f 100644 --- a/english/localizedstrings/reimagined.str +++ b/english/localizedstrings/reimagined.str @@ -1072,6 +1072,9 @@ LANG_ENGLISH "FBI-667" REFERENCE ZMWEAPON_SA58_UPGRADED LANG_ENGLISH "WN OTW" +REFERENCE ZMWEAPON_MK48_UPGRADED +LANG_ENGLISH "HtMk 4800" + // HINT STRINGS REFERENCE ZOMBIE_WEAPON_SARITCH diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index a2cfdeaf..a4b90a63 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -1561,6 +1561,15 @@ weapon_changes() add_zombie_weapon("sa58_zm", "sa58_upgraded_zm", &"WEAPON_SA58", 1000, "wpck_fal", "", undefined, 1); } + if (isdefined(level.zombie_weapons["rpd_zm"])) + { + level.zombie_weapons["rpd_zm"].is_in_box = 0; + + include_weapon("mk48_zm"); + include_weapon("mk48_upgraded_zm", 0); + add_zombie_weapon("mk48_zm", "mk48_upgraded_zm", &"WEAPON_MK48", 1000, "wpck_rpd", "", undefined, 1); + } + if (level.script == "zm_transit" || level.script == "zm_nuked" || level.script == "zm_highrise" || level.script == "zm_prison") { level.zombie_lethal_grenade_player_init = "sticky_grenade_zm"; diff --git a/sound/wpn/common/early_reflection/4000/wpn_mp7_reflection_4000_l.LN65.pc.snd.wav b/sound/wpn/common/early_reflection/4000/wpn_mp7_reflection_4000_l.LN65.pc.snd.wav new file mode 100644 index 00000000..9160c45e Binary files /dev/null and b/sound/wpn/common/early_reflection/4000/wpn_mp7_reflection_4000_l.LN65.pc.snd.wav differ diff --git a/sound/wpn/common/early_reflection/4000/wpn_mp7_reflection_4000_r.LN65.pc.snd.wav b/sound/wpn/common/early_reflection/4000/wpn_mp7_reflection_4000_r.LN65.pc.snd.wav new file mode 100644 index 00000000..fd5115b7 Binary files /dev/null and b/sound/wpn/common/early_reflection/4000/wpn_mp7_reflection_4000_r.LN65.pc.snd.wav differ diff --git a/sound/wpn/dist_guns/lmg/wpn_lmg_dist_00.LN65.pc.snd.wav b/sound/wpn/dist_guns/lmg/wpn_lmg_dist_00.LN65.pc.snd.wav new file mode 100644 index 00000000..9b7860a6 Binary files /dev/null and b/sound/wpn/dist_guns/lmg/wpn_lmg_dist_00.LN65.pc.snd.wav differ diff --git a/sound/wpn/dist_guns/lmg/wpn_lmg_dist_01.LN65.pc.snd.wav b/sound/wpn/dist_guns/lmg/wpn_lmg_dist_01.LN65.pc.snd.wav new file mode 100644 index 00000000..544abe61 Binary files /dev/null and b/sound/wpn/dist_guns/lmg/wpn_lmg_dist_01.LN65.pc.snd.wav differ diff --git a/sound/wpn/dist_guns/lmg/wpn_lmg_dist_02.LN65.pc.snd.wav b/sound/wpn/dist_guns/lmg/wpn_lmg_dist_02.LN65.pc.snd.wav new file mode 100644 index 00000000..0fb74257 Binary files /dev/null and b/sound/wpn/dist_guns/lmg/wpn_lmg_dist_02.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/dry_fire/npc/dry_fire_00.LN65.pc.snd.wav b/sound/wpn/lmg/dry_fire/npc/dry_fire_00.LN65.pc.snd.wav new file mode 100644 index 00000000..d452276d Binary files /dev/null and b/sound/wpn/lmg/dry_fire/npc/dry_fire_00.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/dry_fire/plr/dry_fire_00.LN65.pc.snd.wav b/sound/wpn/lmg/dry_fire/plr/dry_fire_00.LN65.pc.snd.wav new file mode 100644 index 00000000..dea47b57 Binary files /dev/null and b/sound/wpn/lmg/dry_fire/plr/dry_fire_00.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/lsat/plr/shot/silenced/wpn_lsat_sil_shot_plr.LN65.pc.snd.wav b/sound/wpn/lmg/lsat/plr/shot/silenced/wpn_lsat_sil_shot_plr.LN65.pc.snd.wav new file mode 100644 index 00000000..fe379ea1 Binary files /dev/null and b/sound/wpn/lmg/lsat/plr/shot/silenced/wpn_lsat_sil_shot_plr.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/foley/fly_mk48_close.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/foley/fly_mk48_close.LN65.pc.snd.wav new file mode 100644 index 00000000..fa118dbc Binary files /dev/null and b/sound/wpn/lmg/mk48/foley/fly_mk48_close.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/foley/fly_mk48_futz.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/foley/fly_mk48_futz.LN65.pc.snd.wav new file mode 100644 index 00000000..cb1901b3 Binary files /dev/null and b/sound/wpn/lmg/mk48/foley/fly_mk48_futz.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/foley/fly_mk48_lift_belt.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/foley/fly_mk48_lift_belt.LN65.pc.snd.wav new file mode 100644 index 00000000..73cb5c04 Binary files /dev/null and b/sound/wpn/lmg/mk48/foley/fly_mk48_lift_belt.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/foley/fly_mk48_mag_in.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/foley/fly_mk48_mag_in.LN65.pc.snd.wav new file mode 100644 index 00000000..ca9c4f62 Binary files /dev/null and b/sound/wpn/lmg/mk48/foley/fly_mk48_mag_in.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/foley/fly_mk48_mag_out.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/foley/fly_mk48_mag_out.LN65.pc.snd.wav new file mode 100644 index 00000000..a5accf94 Binary files /dev/null and b/sound/wpn/lmg/mk48/foley/fly_mk48_mag_out.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/foley/fly_mk48_open.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/foley/fly_mk48_open.LN65.pc.snd.wav new file mode 100644 index 00000000..e232f21b Binary files /dev/null and b/sound/wpn/lmg/mk48/foley/fly_mk48_open.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/foley/fly_mk48_pull.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/foley/fly_mk48_pull.LN65.pc.snd.wav new file mode 100644 index 00000000..4014344c Binary files /dev/null and b/sound/wpn/lmg/mk48/foley/fly_mk48_pull.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/foley/fly_mk48_release.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/foley/fly_mk48_release.LN65.pc.snd.wav new file mode 100644 index 00000000..6732b35b Binary files /dev/null and b/sound/wpn/lmg/mk48/foley/fly_mk48_release.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/foley/fly_mk48_seat_belt.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/foley/fly_mk48_seat_belt.LN65.pc.snd.wav new file mode 100644 index 00000000..94ee3296 Binary files /dev/null and b/sound/wpn/lmg/mk48/foley/fly_mk48_seat_belt.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/foley/fly_mk48_start.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/foley/fly_mk48_start.LN65.pc.snd.wav new file mode 100644 index 00000000..0f62e157 Binary files /dev/null and b/sound/wpn/lmg/mk48/foley/fly_mk48_start.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/plr/belt/wpn_mk48_fire_plr_belt.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/plr/belt/wpn_mk48_fire_plr_belt.LN65.pc.snd.wav new file mode 100644 index 00000000..a4cfa368 Binary files /dev/null and b/sound/wpn/lmg/mk48/plr/belt/wpn_mk48_fire_plr_belt.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/plr/lfe/wpn_mk48_lfe.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/plr/lfe/wpn_mk48_lfe.LN65.pc.snd.wav new file mode 100644 index 00000000..b43989fc Binary files /dev/null and b/sound/wpn/lmg/mk48/plr/lfe/wpn_mk48_lfe.LN65.pc.snd.wav differ diff --git a/sound/wpn/lmg/mk48/plr/shot/wpn_mk48_fire_plr.LN65.pc.snd.wav b/sound/wpn/lmg/mk48/plr/shot/wpn_mk48_fire_plr.LN65.pc.snd.wav new file mode 100644 index 00000000..3ec06ffb Binary files /dev/null and b/sound/wpn/lmg/mk48/plr/shot/wpn_mk48_fire_plr.LN65.pc.snd.wav differ diff --git a/soundbank/mod.all.aliases.csv b/soundbank/mod.all.aliases.csv index abd9010d..a8cb0735 100644 --- a/soundbank/mod.all.aliases.csv +++ b/soundbank/mod.all.aliases.csv @@ -362,6 +362,57 @@ wpn_sa58_flux_l_npc_pap,raw\sound\wpn\pap\pap_flux_left.LN65.pc.snd,,,wpn_sa58_f wpn_sa58_flux_l_plr_pap,raw\sound\wpn\pap\pap_flux_left.LN65.pc.snd,,,wpn_sa58_flux_r_plr_pap,grp_weapon,3685,3685,,25,900,900,default,default,allon,allon,8,priority,4,priority,32129,33416,,85,90,63,-1,,loaded,nonlooping,variant,-1,0,10386,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,left_shot,4000,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, wpn_sa58_flux_r_npc_pap,raw\sound\wpn\pap\pap_flux_right.LN65.pc.snd,,,wpn_sa58_fire_npc,grp_weapon,3685,3685,,25,900,900,default,default,allon,allon,8,priority,4,priority,32129,33416,,85,90,63,-1,,loaded,nonlooping,variant,-1,0,10386,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,right_shot,4000,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, wpn_sa58_flux_r_plr_pap,raw\sound\wpn\pap\pap_flux_right.LN65.pc.snd,,,wpn_sa58_fire_plr,grp_weapon,3685,3685,,25,900,900,default,default,allon,allon,8,priority,4,priority,32129,33416,,85,90,63,-1,,loaded,nonlooping,variant,-1,0,10386,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,right_shot,4000,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +fly_mk48_close,raw\sound\wpn\lmg\mk48\foley\fly_mk48_close.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +fly_mk48_futz,raw\sound\wpn\lmg\mk48\foley\fly_mk48_futz.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +fly_mk48_lift_belt,raw\sound\wpn\lmg\mk48\foley\fly_mk48_lift_belt.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +fly_mk48_mag_in,raw\sound\wpn\lmg\mk48\foley\fly_mk48_mag_in.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +fly_mk48_mag_out,raw\sound\wpn\lmg\mk48\foley\fly_mk48_mag_out.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +fly_mk48_open,raw\sound\wpn\lmg\mk48\foley\fly_mk48_open.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +fly_mk48_pull,raw\sound\wpn\lmg\mk48\foley\fly_mk48_pull.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +fly_mk48_release,raw\sound\wpn\lmg\mk48\foley\fly_mk48_release.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +fly_mk48_seat_belt,raw\sound\wpn\lmg\mk48\foley\fly_mk48_seat_belt.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +fly_mk48_start,raw\sound\wpn\lmg\mk48\foley\fly_mk48_start.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_1straise_plr,raw\sound\fly\gear\rattle\fly_cloth_00.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_1straise_plr,raw\sound\fly\gear\rattle\fly_cloth_01.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_1straise_plr,raw\sound\fly\gear\rattle\fly_cloth_02.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_1straise_plr,raw\sound\fly\gear\rattle\fly_cloth_03.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_belt_npc,raw\sound\wpn\lmg\mk48\plr\belt\wpn_mk48_fire_plr_belt.LN65.pc.snd,,,wpn_mk48_fire_npc_dist,grp_weapon,1467,1467,,200,350,350,default,default,allon,rcurve1,10,priority,3,oldest,30927,34715,,50,90,89,-1,,loaded,nonlooping,variant,-1,0,3685,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_belt_plr,raw\sound\wpn\lmg\mk48\plr\belt\wpn_mk48_fire_plr_belt.LN65.pc.snd,,,wpn_mk48_decay,grp_weapon,3685,3685,,0,5000,5000,default,default,allon,allon,8,priority,3,oldest,32767,32767,,90,90,63,-1,,loaded,nonlooping,volume,-1,0,6553,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_decay,raw\sound\wpn\assault\decay\ext\wpn_assault_decay_ext.LN65.pc.snd,,,wpn_mk48_reflection_l,grp_weapon,1467,1467,,0,5000,5000,default,default,allon,allon,3,oldest,8,oldest,32767,32767,,90,90,63,-1,,loaded,nonlooping,volume,-1,75,368,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,2155298321,3434048311,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_decay,raw\sound\wpn\assault\decay\int\wpn_assault_decay_int.LN65.pc.snd,,,,grp_weapon,1467,1467,,0,5000,5000,default,default,allon,allon,3,oldest,8,oldest,32767,32767,,90,90,63,-1,,loaded,nonlooping,volume,-1,0,368,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,2155298321,1609388568,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_decay_npc,raw\sound\wpn\assault\decay\ext\wpn_assault_decay_ext.LN65.pc.snd,,,,grp_weapon,4639,4639,,50,900,900,default,default,allon,rcurve1,3,priority,1,oldest,30927,34715,,20,70,38,-1,,loaded,nonlooping,volume,-1,0,368,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,2155298321,3434048311,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_decay_npc,raw\sound\wpn\assault\decay\int\wpn_assault_decay_int.LN65.pc.snd,,,,grp_weapon,1467,1467,,50,900,900,default,default,allon,rcurve1,3,priority,1,oldest,30927,34715,,20,70,38,-1,,loaded,nonlooping,volume,-1,0,368,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,2155298321,1609388568,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_dryfire_npc,raw\sound\wpn\lmg\dry_fire\npc\dry_fire_00.LN65.pc.snd,,,,grp_weapon,11653,11653,,900,900,901,alloff,default,cosdelay,cosdelay,8,priority,2,oldest,30927,34715,,50,90,63,-52,,loaded,nonlooping,variant,-1,0,2072,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_dryfire_plr,raw\sound\wpn\lmg\dry_fire\plr\dry_fire_00.LN65.pc.snd,,,,grp_weapon,29273,29273,,0,5000,5000,default,default,allon,allon,2,oldest,8,oldest,32767,32767,,90,90,63,-1,,loaded,nonlooping,volume,-1,0,2072,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_fire_npc,raw\sound\wpn\lmg\mk48\plr\shot\wpn_mk48_fire_plr.LN65.pc.snd,,,wpn_mk48_LFE_npc,grp_weapon,11653,11653,,900,900,901,alloff,default,cosdelay,cosdelay,8,priority,2,oldest,27553,38966,,50,90,63,-52,,loaded,nonlooping,variant,-1,0,2072,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_fire_npc_dist,raw\sound\wpn\dist_guns\lmg\wpn_lmg_dist_00.LN65.pc.snd,,,wpn_mk48_decay_npc,grp_weapon,11653,11653,,900,6000,12500,default,allon,sindelay,sindelay,8,priority,3,oldest,27553,38966,,90,40,63,-1,,loaded,nonlooping,,-1,0,6553,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_fire_npc_dist,raw\sound\wpn\dist_guns\lmg\wpn_lmg_dist_01.LN65.pc.snd,,,wpn_mk48_decay_npc,grp_weapon,11653,11653,,900,6000,12500,default,allon,sindelay,sindelay,8,priority,3,oldest,27553,38966,,90,40,63,-1,,loaded,nonlooping,,-1,0,6553,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_fire_npc_dist,raw\sound\wpn\dist_guns\lmg\wpn_lmg_dist_02.LN65.pc.snd,,,wpn_mk48_decay_npc,grp_weapon,11653,11653,,900,6000,12500,default,allon,sindelay,sindelay,8,priority,3,oldest,27553,38966,,90,40,63,-1,,loaded,nonlooping,,-1,0,6553,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_fire_plr,raw\sound\wpn\lmg\mk48\plr\shot\wpn_mk48_fire_plr.LN65.pc.snd,,,wpn_mk48_LFE,grp_weapon,29273,29273,,0,5000,5000,default,default,allon,allon,2,oldest,8,oldest,30927,34715,,90,90,63,-1,,loaded,nonlooping,volume,-1,0,2072,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_LFE,raw\sound\wpn\lmg\mk48\plr\lfe\wpn_mk48_lfe.LN65.pc.snd,,,wpn_mk48_belt_plr,grp_wpn_lfe,13075,13075,,0,5000,5000,default,default,allon,allon,8,priority,2,oldest,32767,32767,,85,90,63,-1,,loaded,nonlooping,volume,-1,0,0,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,no,no,0,0,,yes,no,bus_hdrfx, +wpn_mk48_LFE_npc,raw\sound\wpn\lmg\mk48\plr\lfe\wpn_mk48_lfe.LN65.pc.snd,,,wpn_mk48_belt_npc,grp_wpn_lfe,6553,6553,,125,550,550,default,default,allon,allon,3,priority,1,oldest,32767,32767,,40,90,63,-65,,loaded,nonlooping,volume,-1,0,0,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,no,no,0,0,,yes,no,bus_hdrfx, +wpn_mk48_pickup_plr,raw\sound\fly\pickups\weapon\fly_weapon_pickup_00.LN65.pc.snd,,,,grp_foley,3685,3685,,0,5000,5000,default,default,allon,allon,1,reject,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_pickup_plr,raw\sound\fly\pickups\weapon\fly_weapon_pickup_01.LN65.pc.snd,,,,grp_foley,3685,3685,,0,5000,5000,default,default,allon,allon,1,reject,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_raise_plr,raw\sound\fly\gear\rattle\fly_cloth_00.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_raise_plr,raw\sound\fly\gear\rattle\fly_cloth_01.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_raise_plr,raw\sound\fly\gear\rattle\fly_cloth_02.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_raise_plr,raw\sound\fly\gear\rattle\fly_cloth_03.LN65.pc.snd,,,,grp_foley,13075,18470,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31143,34396,,70,70,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_foley,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_reflection_l,raw\sound\wpn\common\early_reflection\4000\wpn_mp7_reflection_4000_l.LN65.pc.snd,,,wpn_mk48_reflection_r,grp_weapon,825,825,,25,900,900,default,default,allon,allon,8,priority,4,priority,32129,33416,,20,40,63,-1,,loaded,nonlooping,variant,-1,250,65,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,left_shot,7000,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_reflection_r,raw\sound\wpn\common\early_reflection\4000\wpn_mp7_reflection_4000_r.LN65.pc.snd,,,,grp_weapon,825,825,,25,900,900,default,default,allon,allon,8,priority,4,priority,32129,33416,,20,40,63,-1,,loaded,nonlooping,variant,-1,250,65,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,right_shot,7000,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_silencer_fire_npc,raw\sound\wpn\lmg\lsat\plr\shot\silenced\wpn_lsat_sil_shot_plr.LN65.pc.snd,,,wpn_mk48_silencer_LFE_npc,grp_weapon,11653,11653,,900,900,901,alloff,default,cosdelay,cosdelay,8,priority,2,oldest,31834,33727,,40,90,63,-52,,loaded,nonlooping,volume,-1,0,0,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_silencer_fire_npc_decay,raw\sound\wpn\assault\decay\int\silenced\wpn_aslt_decay_silenced_int.LN65.pc.snd,,,,grp_weapon,1467,1467,,50,900,900,default,default,allon,rcurve1,3,priority,1,oldest,30927,34715,,20,70,38,-1,,loaded,nonlooping,volume,-1,0,368,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,2155298321,1609388568,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_silencer_fire_npc_decay,raw\sound\wpn\pistol\decay\ext\silenced\wpn_pistol_decay_silenced_ext.LN65.pc.snd,,,,grp_weapon,4639,4639,,50,900,900,default,default,allon,rcurve1,3,priority,1,oldest,30927,34715,,20,70,38,-1,,loaded,nonlooping,volume,-1,0,368,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,2155298321,3434048311,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_silencer_fire_plr,raw\sound\wpn\lmg\lsat\plr\shot\silenced\wpn_lsat_sil_shot_plr.LN65.pc.snd,,,wpn_mk48_silencer_LFE,grp_weapon,29273,29273,,0,5000,5000,default,default,allon,allon,3,oldest,8,oldest,31834,33727,,90,90,63,-1,,loaded,nonlooping,volume,-1,0,0,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_silencer_fire_plr_decay,raw\sound\wpn\assault\decay\int\silenced\wpn_aslt_decay_silenced_int.LN65.pc.snd,,,,grp_weapon,9257,9257,,0,5000,5000,default,default,allon,allon,3,oldest,8,oldest,31834,33727,,90,90,63,-1,,loaded,nonlooping,volume,-1,0,3685,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,2155298321,1609388568,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_silencer_fire_plr_decay,raw\sound\wpn\pistol\decay\ext\silenced\wpn_pistol_decay_silenced_ext.LN65.pc.snd,,,,grp_weapon,9257,9257,,0,5000,5000,default,default,allon,allon,3,oldest,8,oldest,31834,33727,,90,90,63,-1,,loaded,nonlooping,volume,-1,0,2072,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,2155298321,3434048311,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_silencer_lfe,raw\sound\wpn\smg\mp7\plr\lfe\wpn_mp7_fire_lfe.LN65.pc.snd,,,wpn_mk48_silencer_fire_plr_decay,grp_wpn_lfe,13075,13075,,0,5000,5000,default,default,allon,allon,8,priority,2,oldest,32767,32767,,85,90,63,-1,,loaded,nonlooping,volume,-1,0,0,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,no,no,0,0,,yes,no,bus_hdrfx, +wpn_mk48_silencer_LFE_npc,raw\sound\wpn\smg\mp7\plr\lfe\wpn_mp7_fire_lfe.LN65.pc.snd,,,wpn_mk48_silencer_fire_npc_decay,grp_wpn_lfe,7353,7353,,25,225,225,default,default,allon,allon,3,priority,1,oldest,32767,32767,,40,90,63,-65,,loaded,nonlooping,volume,-1,0,0,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,no,no,0,0,,yes,no,bus_hdrfx, +wpn_mk48_fire_npc_pap,raw\sound\wpn\pap\pap_shot_st.LN65.pc.snd,,,wpn_mk48_flux_l_npc_pap,grp_weapon,8250,8250,,75,1250,1250,default,default,allon,allon,10,priority,3,oldest,30927,34715,,50,90,89,-1,,loaded,nonlooping,variant,-1,0,6553,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_fire_plr_pap,raw\sound\wpn\pap\pap_shot_st.LN65.pc.snd,,,wpn_mk48_flux_l_plr_pap,grp_weapon,14671,14671,,0,5000,5000,default,default,allon,allon,1,oldest,8,oldest,32767,32767,,90,90,63,-1,,loaded,nonlooping,volume,-1,0,2072,,snp_wpn_1p,2d,0,0,0,0,63,,no,no,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_hdrfx, +wpn_mk48_flux_l_npc_pap,raw\sound\wpn\pap\pap_flux_left.LN65.pc.snd,,,wpn_mk48_flux_r_npc_pap,grp_weapon,3685,3685,,25,900,900,default,default,allon,allon,8,priority,4,priority,32129,33416,,85,90,63,-1,,loaded,nonlooping,variant,-1,0,10386,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,left_shot,4000,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_flux_l_plr_pap,raw\sound\wpn\pap\pap_flux_left.LN65.pc.snd,,,wpn_mk48_flux_r_plr_pap,grp_weapon,3685,3685,,25,900,900,default,default,allon,allon,8,priority,4,priority,32129,33416,,85,90,63,-1,,loaded,nonlooping,variant,-1,0,10386,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,left_shot,4000,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_flux_r_npc_pap,raw\sound\wpn\pap\pap_flux_right.LN65.pc.snd,,,wpn_mk48_fire_npc,grp_weapon,3685,3685,,25,900,900,default,default,allon,allon,8,priority,4,priority,32129,33416,,85,90,63,-1,,loaded,nonlooping,variant,-1,0,10386,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,right_shot,4000,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, +wpn_mk48_flux_r_plr_pap,raw\sound\wpn\pap\pap_flux_right.LN65.pc.snd,,,wpn_mk48_fire_plr,grp_weapon,3685,3685,,25,900,900,default,default,allon,allon,8,priority,4,priority,32129,33416,,85,90,63,-1,,loaded,nonlooping,variant,-1,0,10386,,snp_wpn_3p,3d,0,0,0,0,63,,no,no,right_shot,4000,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_fx, wpn_raygun_raise_activate,raw\sound\wpn\energy\raygun\raise\activate.LN65.pc.snd,,,,grp_foley,29273,29273,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,32767,32767,,100,100,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_hdrfx,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_hdrfx, wpn_raygun_raise_hit,raw\sound\wpn\energy\raygun\raise\hit.LN65.pc.snd,,,,grp_foley,29273,29273,,0,5000,5000,default,default,allon,allon,8,priority,8,oldest,31287,34316,,100,100,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_hdrfx,2d,0,0,0,0,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_hdrfx, wpn_raygun_raise_deny_npc,raw\sound\zmb_blops\wpn\energy\raygun\raise\deny.LN65.pc.snd,,,,grp_foley,29273,29273,,75,500,500,default,default,allon,allon,4,priority,8,oldest,32767,32767,,15,30,63,-1,,loaded,nonlooping,volume,-1,0,20,,snp_hdrfx,3d,0,25,250,3685,63,,no,yes,none,0,,,,no,0,0,0,,yes,no,0,0,,yes,no,bus_hdrfx, diff --git a/weapons/zm/mk48_upgraded_zm b/weapons/zm/mk48_upgraded_zm new file mode 100644 index 00000000..d38ea7b7 --- /dev/null +++ b/weapons/zm/mk48_upgraded_zm @@ -0,0 +1 @@ +WEAPONFILE\displayName\ZMWEAPON_MK48_UPGRADED\AIOverlayDescription\\modeName\\playerAnimType\beltfed\gunModel\t6_wpn_lmg_mk48_view\gunModel2\\gunModel3\\gunModel4\\gunModel5\\gunModel6\\gunModel7\\gunModel8\\gunModel9\\gunModel10\\gunModel11\\gunModel12\\gunModel13\\gunModel14\\gunModel15\\gunModel16\\handModel\\hideTags\\notetrackSoundMap\\idleAnim\viewmodel_mark48_idle\idleAnimLeft\\emptyIdleAnim\viewmodel_mark48_idle\emptyIdleAnimLeft\\fireIntroAnim\\fireAnim\viewmodel_mark48_fire\fireAnimLeft\\holdFireAnim\\lastShotAnim\viewmodel_mark48_fire\lastShotAnimLeft\\flourishAnim\\flourishAnimLeft\\detonateAnim\\rechamberAnim\\meleeAnim\\meleeAnimEmpty\\meleeAnim1\\meleeAnim2\\meleeAnim3\\meleeChargeAnim\\meleeChargeAnimEmpty\\reloadAnim\viewmodel_mark48_reload_empty\reloadAnimRight\\reloadAnimLeft\\reloadEmptyAnim\viewmodel_mark48_reload_empty\reloadEmptyAnimLeft\\reloadStartAnim\\reloadEndAnim\\reloadQuickAnim\\reloadQuickEmptyAnim\\raiseAnim\viewmodel_mark48_pullout_quick\dropAnim\viewmodel_mark48_putaway\firstRaiseAnim\viewmodel_mark48_first_raise\altRaiseAnim\viewmodel_mark48_pullout\altDropAnim\viewmodel_mark48_putaway\quickRaiseAnim\viewmodel_mark48_pullout_quick\quickDropAnim\viewmodel_mark48_putaway_quick\emptyRaiseAnim\viewmodel_mark48_pullout\emptyDropAnim\viewmodel_mark48_putaway\sprintInAnim\viewmodel_mark48_sprint_in\sprintLoopAnim\viewmodel_mark48_sprint_loop\sprintOutAnim\viewmodel_mark48_sprint_out\sprintInEmptyAnim\\sprintLoopEmptyAnim\\sprintOutEmptyAnim\\lowReadyInAnim\\lowReadyLoopAnim\\lowReadyOutAnim\\contFireInAnim\\contFireLoopAnim\\contFireOutAnim\\crawlInAnim\viewmodel_mark48_crawl_in\crawlForwardAnim\viewmodel_mark48_crawl_forward\crawlBackAnim\viewmodel_mark48_crawl_back\crawlRightAnim\viewmodel_mark48_crawl_right\crawlLeftAnim\viewmodel_mark48_crawl_left\crawlOutAnim\viewmodel_mark48_crawl_out\crawlEmptyInAnim\\crawlEmptyForwardAnim\\crawlEmptyBackAnim\\crawlEmptyRightAnim\\crawlEmptyLeftAnim\\crawlEmptyOutAnim\\deployAnim\\nightVisionWearAnim\\nightVisionRemoveAnim\\adsFireAnim\viewmodel_mark48_ads_fire\adsLastShotAnim\viewmodel_mark48_ads_fire\adsRechamberAnim\\adsUpAnim\viewmodel_mark48_ads_up\adsDownAnim\viewmodel_mark48_ads_down\adsUpOtherScopeAnim\\adsFireIntroAnim\\breakdownAnim\\dtp_in\viewmodel_mark48_d2p_in\dtp_loop\viewmodel_mark48_d2p_loop\dtp_out\viewmodel_mark48_d2p_out\dtp_empty_in\\dtp_empty_loop\\dtp_empty_out\\slide_in\\mantleAnim\\sprintCameraAnim\\dtpInCameraAnim\\dtpLoopCameraAnim\\dtpOutCameraAnim\\mantleCameraAnim\\script\\weaponType\bullet\weaponClass\mg\penetrateType\large\impactType\bullet_ap\inventoryType\primary\fireType\Full Auto\clipType\bottom\barrelType\Single\offhandClass\None\offhandSlot\None\viewFlashEffect\weapon/muzzleflashes/fx_muz_mg_flash_1p_4_sqr_mb\worldFlashEffect\weapon/muzzleflashes/fx_muz_mg_flash_3p\barrelCooldownEffect\\barrelCooldownMinCount\0\viewFlashOffsetF\0\viewFlashOffsetR\0\viewFlashOffsetU\0\worldFlashOffsetF\0\worldFlashOffsetR\0\worldFlashOffsetU\0\pickupSound\fly_generic_pickup_npc\pickupSoundPlayer\fly_generic_pickup_plr\ammoPickupSound\wpn_ammo_pickup_npc\ammoPickupSoundPlayer\wpn_ammo_pickup_plr\projectileSound\\pullbackSound\\pullbackSoundPlayer\\fireSound\wpn_mk48_fire_npc_pap\crackSound\\whizbySound\\fireSoundPlayer\wpn_mk48_fire_plr_pap\loopFireSound\\loopFireSoundPlayer\\loopFireEndSound\\loopFireEndSoundPlayer\\startFireSound\\stopFireSound\\killcamStartFireSound\\startFireSoundPlayer\\stopFireSoundPlayer\\killcamStartFireSoundPlayer\\lastShotSound\\lastShotSoundPlayer\\emptyFireSound\wpn_generic_dryfire_npc\emptyFireSoundPlayer\wpn_generic_dryfire_plr\meleeSwipeSound\\meleeSwipeSoundPlayer\\meleeHitSound\\meleeMissSound\\rechamberSound\\rechamberSoundPlayer\\reloadSound\\reloadSoundPlayer\\reloadEmptySound\\reloadEmptySoundPlayer\\reloadStartSound\\reloadStartSoundPlayer\\reloadEndSound\\reloadEndSoundPlayer\\rotateLoopSound\\rotateLoopSoundPlayer\\rotateStopSound\\rotateStopSoundPlayer\\deploySound\\deploySoundPlayer\\finishDeploySound\\finishDeploySoundPlayer\\breakdownSound\\breakdownSoundPlayer\\finishBreakdownSound\\finishBreakdownSoundPlayer\\detonateSound\\detonateSoundPlayer\\nightVisionWearSound\\nightVisionWearSoundPlayer\\nightVisionRemoveSound\\nightVisionRemoveSoundPlayer\\raiseSound\fly_generic_raise_npc\raiseSoundPlayer\fly_generic_raise_plr\firstRaiseSound\fly_generic_first_raise_npc\firstRaiseSoundPlayer\fly_generic_first_raise_plr\altSwitchSound\\altSwitchSoundPlayer\\adsRaiseSoundPlayer\fly_generic_ads_plr\adsLowerSoundPlayer\fly_generic_ads_lower_plr\putawaySound\fly_generic_down_npc\putawaySoundPlayer\fly_generic_down_plr\overheatSound\\overheatSoundPlayer\\adsZoomSound\fly_scope_zoom\shellCasing\prj_brass_impact_large\shellCasingPlayer\prj_brass_impact_plr_large\bounceSound\\standMountedWeapdef\\crouchMountedWeapdef\\proneMountedWeapdef\\viewShellEjectEffect\weapon/shellejects/fx_saw\worldShellEjectEffect\weapon/shellejects/fx_saw\viewLastShotEjectEffect\weapon/shellejects/fx_saw\worldLastShotEjectEffect\weapon/shellejects/fx_saw\viewShellEjectOffsetF\0\viewShellEjectOffsetR\0\viewShellEjectOffsetU\0\worldShellEjectOffsetF\0\worldShellEjectOffsetR\0\worldShellEjectOffsetU\0\viewShellEjectRotationP\0\viewShellEjectRotationY\0\viewShellEjectRotationR\0\worldShellEjectRotationP\0\worldShellEjectRotationY\0\worldShellEjectRotationR\0\reticleCenter\\reticleSide\reticle_side_small\reticleCenterSize\4\reticleSideSize\8\reticleMinOfs\0\activeReticleType\None\standMoveF\-0.35\standMoveR\0\standMoveU\0\standRotP\2\standRotY\0\standRotR\-2\duckedOfsF\-0.6\duckedOfsR\0.6\duckedOfsU\-0.2\duckedMoveF\-0.5\duckedMoveR\0\duckedMoveU\0\duckedSprintOfsF\0\duckedSprintOfsR\0\duckedSprintOfsU\0\duckedSprintRotP\0\duckedSprintRotY\0\duckedSprintRotR\0\duckedSprintBobH\0\duckedSprintBobV\0\duckedSprintScale\0\sprintOfsF\0\sprintOfsR\0\sprintOfsU\0\sprintRotP\0\sprintRotY\0\sprintRotR\0\sprintBobH\0\sprintBobV\0\sprintScale\0.8\lowReadyOfsF\0\lowReadyOfsR\0\lowReadyOfsU\0\lowReadyRotP\0\lowReadyRotY\0\lowReadyRotR\0\rideOfsF\0\rideOfsR\0\rideOfsU\0\rideRotP\0\rideRotY\0\rideRotR\0\dtpOfsF\0\dtpOfsR\0\dtpOfsU\0\dtpRotP\0\dtpRotY\0\dtpRotR\0\dtpBobH\0\dtpBobV\0\dtpScale\1\mantleOfsF\0\mantleOfsR\0\mantleOfsU\0\mantleRotP\0\mantleRotY\0\mantleRotR\0\slideOfsF\0\slideOfsR\0\slideOfsU\0\slideRotP\0\slideRotY\0\slideRotR\0\duckedRotP\2\duckedRotY\0\duckedRotR\-2\proneOfsF\0.4\proneOfsR\-0.2\proneOfsU\-0.4\proneMoveF\0\proneMoveR\0\proneMoveU\0\proneRotP\0\proneRotY\3\proneRotR\-3\strafeMoveF\0\strafeMoveR\0.5\strafeMoveU\0\strafeRotP\0\strafeRotY\0\strafeRotR\7\posMoveRate\6\posProneMoveRate\5\standMoveMinSpeed\0\duckedMoveMinSpeed\0\proneMoveMinSpeed\0\posRotRate\6\posProneRotRate\6\standRotMinSpeed\0\duckedRotMinSpeed\0\proneRotMinSpeed\0\worldModel\t6_wpn_lmg_mk48_world\worldModel2\\worldModel3\\worldModel4\\worldModel5\\worldModel6\\worldModel7\\worldModel8\\worldModel9\\worldModel10\\worldModel11\\worldModel12\\worldModel13\\worldModel14\\worldModel15\\worldModel16\\attachViewModel1\\attachViewModel2\\attachViewModel3\\attachViewModel4\\attachViewModel5\\attachViewModel6\\attachViewModel7\\attachViewModel8\\attachWorldModel1\\attachWorldModel2\\attachWorldModel3\\attachWorldModel4\\attachWorldModel5\\attachWorldModel6\\attachWorldModel7\\attachWorldModel8\\attachViewModelTag1\\attachViewModelTag2\\attachViewModelTag3\\attachViewModelTag4\\attachViewModelTag5\\attachViewModelTag6\\attachViewModelTag7\\attachViewModelTag8\\attachWorldModelTag1\\attachWorldModelTag2\\attachWorldModelTag3\\attachWorldModelTag4\\attachWorldModelTag5\\attachWorldModelTag6\\attachWorldModelTag7\\attachWorldModelTag8\\attachViewModelOffsetX1\0\attachViewModelOffsetY1\0\attachViewModelOffsetZ1\0\attachViewModelOffsetX2\0\attachViewModelOffsetY2\0\attachViewModelOffsetZ2\0\attachViewModelOffsetX3\0\attachViewModelOffsetY3\0\attachViewModelOffsetZ3\0\attachViewModelOffsetX4\0\attachViewModelOffsetY4\0\attachViewModelOffsetZ4\0\attachViewModelOffsetX5\0\attachViewModelOffsetY5\0\attachViewModelOffsetZ5\0\attachViewModelOffsetX6\0\attachViewModelOffsetY6\0\attachViewModelOffsetZ6\0\attachViewModelOffsetX7\0\attachViewModelOffsetY7\0\attachViewModelOffsetZ7\0\attachViewModelOffsetX8\0\attachViewModelOffsetY8\0\attachViewModelOffsetZ8\0\attachWorldModelOffsetX1\0\attachWorldModelOffsetY1\0\attachWorldModelOffsetZ1\0\attachWorldModelOffsetX2\0\attachWorldModelOffsetY2\0\attachWorldModelOffsetZ2\0\attachWorldModelOffsetX3\0\attachWorldModelOffsetY3\0\attachWorldModelOffsetZ3\0\attachWorldModelOffsetX4\0\attachWorldModelOffsetY4\0\attachWorldModelOffsetZ4\0\attachWorldModelOffsetX5\0\attachWorldModelOffsetY5\0\attachWorldModelOffsetZ5\0\attachWorldModelOffsetX6\0\attachWorldModelOffsetY6\0\attachWorldModelOffsetZ6\0\attachWorldModelOffsetX7\0\attachWorldModelOffsetY7\0\attachWorldModelOffsetZ7\0\attachWorldModelOffsetX8\0\attachWorldModelOffsetY8\0\attachWorldModelOffsetZ8\0\attachViewModelOffsetPitch1\0\attachViewModelOffsetYaw1\0\attachViewModelOffsetRoll1\0\attachViewModelOffsetPitch2\0\attachViewModelOffsetYaw2\0\attachViewModelOffsetRoll2\0\attachViewModelOffsetPitch3\0\attachViewModelOffsetYaw3\0\attachViewModelOffsetRoll3\0\attachViewModelOffsetPitch4\0\attachViewModelOffsetYaw4\0\attachViewModelOffsetRoll4\0\attachViewModelOffsetPitch5\0\attachViewModelOffsetYaw5\0\attachViewModelOffsetRoll5\0\attachViewModelOffsetPitch6\0\attachViewModelOffsetYaw6\0\attachViewModelOffsetRoll6\0\attachViewModelOffsetPitch7\0\attachViewModelOffsetYaw7\0\attachViewModelOffsetRoll7\0\attachViewModelOffsetPitch8\0\attachViewModelOffsetYaw8\0\attachViewModelOffsetRoll8\0\attachWorldModelOffsetPitch1\0\attachWorldModelOffsetYaw1\0\attachWorldModelOffsetRoll1\0\attachWorldModelOffsetPitch2\0\attachWorldModelOffsetYaw2\0\attachWorldModelOffsetRoll2\0\attachWorldModelOffsetPitch3\0\attachWorldModelOffsetYaw3\0\attachWorldModelOffsetRoll3\0\attachWorldModelOffsetPitch4\0\attachWorldModelOffsetYaw4\0\attachWorldModelOffsetRoll4\0\attachWorldModelOffsetPitch5\0\attachWorldModelOffsetYaw5\0\attachWorldModelOffsetRoll5\0\attachWorldModelOffsetPitch6\0\attachWorldModelOffsetYaw6\0\attachWorldModelOffsetRoll6\0\attachWorldModelOffsetPitch7\0\attachWorldModelOffsetYaw7\0\attachWorldModelOffsetRoll7\0\attachWorldModelOffsetPitch8\0\attachWorldModelOffsetYaw8\0\attachWorldModelOffsetRoll8\0\ignoreAttachments\0\stowedModelOffsetsF\2.49\stowedModelOffsetsR\0\stowedModelOffsetsU\3.29\stowedModelOffsetsPitch\0\stowedModelOffsetsYaw\0\stowedModelOffsetsRoll\0\worldClipModel\\rocketModel\\mountedModel\\AdditionalMeleeModel\\fireTypeIcon\hud_mp_firerate_auto\hudIcon\menu_mp_weapons_mk48\hudIconRatio\2:1\indicatorIcon\\indicatorIconRatio\1:1\ammoCounterIcon\menu_mp_weapons_mk48\ammoCounterIconRatio\1:1\ammoCounterClip\Beltfed\startAmmo\6\ammoDisplayName\\ammoName\7.62x51mm mk48\clipName\mk48\maxAmmo\6\clipSize\100\shotCount\1\sharedAmmoCapName\\sharedAmmoCap\0\unlimitedAmmo\0\ammoCountClipRelative\1\sharedAmmo\0\jamFireTime\0.05\overheatWeapon\0\overheatRate\20\cooldownRate\5\overheatEndVal\25\coolWhileFiring\0\fuelTankWeapon\0\tankLifeTime\0\damage\200\minDamage\160\maxDamageRange\750\minDamageRange\1800\damage2\0\damage3\0\damage4\0\damage5\0\damageRange2\0\damageRange3\0\damageRange4\0\damageRange5\0\damageDuration\0\damageInterval\0\playerDamage\100\meleeDamage\25\minPlayerDamage\0\destabilizationRateTime\0\destabilizationCurvatureMax\0\destabilizeDistance\0\fireDelay\0\meleeDelay\0.25\meleeChargeDelay\0\spinUpTime\1\spinDownTime\1\spinRate\1\spinLoopSound\\spinLoopSoundPlayer\\startSpinSound\\startSpinSoundPlayer\\stopSpinSound\\stopSpinSoundPlayer\\applySpinPitch\1\introFireTime\0.1\introFireLength\0\fireTime\0.096\flourishTime\0.096\lastFireTime\0\rechamberTime\0.1\rechamberBoltTime\0\holdFireTime\0.1\burstFireDelay\0\detonateTime\0\detonateDelay\0\meleeTime\0.7\meleeChargeTime\0\reloadTime\8\reloadShowRocketTime\0\reloadEmptyTime\8\reloadAddTime\5.45\reloadEmptyAddTime\0\reloadQuickAddTime\0\reloadQuickEmptyAddTime\0\reloadStartTime\0\reloadStartAddTime\0\reloadEndTime\0\reloadQuickTime\0\reloadQuickEmptyTime\0\dropTime\0.55\raiseTime\0.75\altDropTime\0\altRaiseTime\0.35\quickDropTime\0.35\quickRaiseTime\0.7\firstRaiseTime\1.85\emptyRaiseTime\1.25\emptyDropTime\0.6\sprintInTime\0.275\sprintLoopTime\0.98\sprintOutTime\0.275\lowReadyInTime\0.5\lowReadyLoopTime\0.5\lowReadyOutTime\0.5\contFireInTime\0.5\contFireLoopTime\0.5\contFireOutTime\0.5\dtpInTime\0.15\dtpLoopTime\0.6\dtpOutTime\0.25\crawlInTime\0.2\crawlForwardTime\1.3\crawlBackTime\1.15\crawlRightTime\1.2\crawlLeftTime\1.2\crawlOutFireTime\0.08\crawlOutTime\0.2\slideInTime\0.5\deployTime\0.5\breakdownTime\0.5\nightVisionWearTime\0\nightVisionWearTimeFadeOutEnd\0\nightVisionWearTimePowerUp\0\nightVisionRemoveTime\0\nightVisionRemoveTimePowerDown\0\nightVisionRemoveTimeFadeInStart\0\fuseTime\0\aifuseTime\0\lockOnRadius\0\lockOnSpeed\0\requireLockonToFire\0\noAdsWhenMagEmpty\0\avoidDropCleanup\0\stackFire\0\stackFireSpread\0\stackFireAccuracyDecay\0\stackSound\\autoAimRange\0\aimAssistRange\500\aimAssistRangeAds\1500\mountableWeapon\0\aimPadding\0\enemyCrosshairRange\1000\crosshairColorChange\1\moveSpeedScale\0.85\adsMoveSpeedScale\1\sprintDurationScale\1\idleCrouchFactor\0.7\idleProneFactor\0.4\gunMaxPitch\8\gunMaxYaw\25\swayMaxAngle\5\swayLerpSpeed\6\swayPitchScale\-2\swayYawScale\-1\swayHorizScale\0.3\swayVertScale\0.3\swayShellShockScale\0.1\adsSwayMaxAngle\0.7\adsSwayLerpSpeed\5.5\adsSwayPitchScale\0.15\adsSwayYawScale\0.15\adsSwayHorizScale\0.15\adsSwayVertScale\0.15\meleeChargeRange\0\rifleBullet\1\armorPiercing\0\boltAction\0\shotsBeforeRechamber\0\useAltTagFlash\0\useAntiLagRewind\0\isCarriedKillstreakWeapon\0\aimDownSight\1\rechamberWhileAds\1\reloadWhileAds\0\adsViewErrorMin\0\adsViewErrorMax\0\clipOnly\0\canUseInVehicle\0\noDropsOrRaises\0\cookOffHold\0\adsFire\0\cancelAutoHolsterWhenEmpty\0\suppressAmmoReserveDisplay\0\laserSight\0\laserSightDuringNightvision\0\bayonet\0\dualWield\0\hideThirdPerson\0\explodeOnGround\0\throwBack\0\retrievable\0\dieOnRespawn\0\noThirdPersonDropsOrRaises\0\continuousFire\0\useAsMelee\0\antiQuickScope\0\noPing\0\forceBounce\0\useDroppedModelAsStowed\0\noQuickDropWhenEmpty\0\keepCrosshairWhenADS\0\useOnlyAltWeaoponHideTagsInAltMode\0\altWeaponAdsOnly\0\altWeaponDisableSwitching\0\killIcon\menu_mp_weapons_mk48\killIconRatio\2:1\flipKillIcon\1\dpadIcon\\dpadIconRatio\1:1\noAmmoOnDpadIcon\1\noPartialReload\0\segmentedReload\0\noADSAutoReload\0\reloadAmmoAdd\0\reloadStartAdd\0\attachmentUnique\\altWeapon\\DualWieldWeapon\\grenadeWeapon\\dropAmmoMin\1\dropAmmoMax\1\dropClipAmmoMin\0\dropClipAmmoMax\1000\blocksProne\0\silenced\0\dualMag\0\infrared\0\tvguided\0\airburstWeapon\0\perks1\0\perks0\0\isRollingGrenade\0\useBallisticPrediction\0\isValuable\0\isTacticalInsertion\0\isReviveWeapon\0\bUseRigidBodyOnVehicle\0\showIndicator\0\explosionRadius\0\explosionRadiusMin\0\indicatorRadius\0\explosionInnerDamage\0\explosionOuterDamage\0\damageConeAngle\180\projectileSpeed\0\projectileSpeedRelativeUp\0\projectileSpeedUp\0\projectileSpeedForward\0\projectileTakeParentVel\0\projectileActivateDist\0\projectileLifetime\0\timeToAccelerate\0\projectileCurvature\0\projectileModel\\projExplosionType\grenade\projExplosionEffect\\projExplosionEffectForceNormalUp\0\projExplosionEffect2\\projExplosionEffect2ForceNormalUp\0\projExplosionEffect3\\projExplosionEffect3ForceNormalUp\0\projExplosionEffect4\\projExplosionEffect4ForceNormalUp\0\projExplosionEffect5\\projExplosionEffect5ForceNormalUp\0\projExplosionSound\\projDudEffect\\projDudSound\\projImpactExplode\0\sentientImpactExplode\0\explodeWhenStationary\0\bulletImpactExplode\0\mortarShellSound\\tankShellSound\\stickiness\Don't stick\rotateType\Rotate both axis, grenade style\hasDetonator\0\plantable\0\timedDetonation\0\noCrumpleMissile\0\rotate\0\keepRolling\0\holdButtonToThrow\0\offhandHoldIsCancelable\0\freezeMovementWhenFiring\0\lowAmmoWarningThreshold\0.33\explosionTag\\guidedMissileType\None\maxSteeringAccel\0\projIgnitionDelay\0\projIgnitionEffect\\projIgnitionSound\\tagFx_preparationEffect\\tagFlash_preparationEffect\\adsTransInTime\0.45\adsTransOutTime\0.4\adsIdleAmount\10\adsIdleSpeed\1.25\adsZoomFov1\45\adsZoomFov2\45\adsZoomFov3\45\adsZoomInFrac\0.5\adsZoomOutFrac\0.4\adsOverlayShader\\adsOverlayShaderLowRes\\adsOverlayReticle\none\adsOverlayInterface\None\adsOverlayWidth\480\adsOverlayHeight\480\adsOverlayAlphaScale\1\adsBobFactor\1\adsViewBobMult\0.5\holdBreathToSteady\0\adsAimPitch\0\adsCrosshairInFrac\1\adsCrosshairOutFrac\0.2\adsReloadTransTime\0.45\adsGunKickReducedKickBullets\0\adsGunKickReducedKickPercent\95\adsGunKickPitchMin\-15\adsGunKickPitchMax\5\adsGunKickYawMin\-5\adsGunKickYawMax\5\adsGunKickAccel\1000\adsGunKickSpeedMax\2000\adsGunKickSpeedDecay\32\adsGunKickStaticDecay\40\adsViewKickPitchMin\-35\adsViewKickPitchMax\55\adsViewKickMinMagnitude\35\adsViewKickYawMin\-42.5\adsViewKickYawMax\42.5\adsRecoilReductionRate\0\adsRecoilReductionLimit\0\adsRecoilReturnRate\10\adsViewKickCenterSpeed\1700\adsViewKickCenterDuckedScale\1.1\adsViewKickCenterProneScale\1.2\adsSpread\0\antiQuickScopeTime\0.15\antiQuickScopeScale\8\antiQuickScopeSpreadMultiplier\1\antiQuickScopeSpreadMax\25\antiQuickScopeSwayFactor\20\hipSpreadStandMin\6\hipSpreadDuckedMin\5\hipSpreadProneMin\2\hipSpreadMax\12\hipSpreadDuckedMax\9\hipSpreadProneMax\4\hipSpreadDecayRate\4\hipSpreadFireAdd\0.6\hipSpreadTurnAdd\0\hipSpreadMoveAdd\5\hipSpreadDuckedDecay\1.05\hipSpreadProneDecay\1.1\hipReticleSidePos\0\hipIdleAmount\21\hipIdleSpeed\3\hipGunKickReducedKickBullets\0\hipGunKickReducedKickPercent\0\hipGunKickPitchMin\0\hipGunKickPitchMax\0\hipGunKickYawMin\0\hipGunKickYawMax\0\hipGunKickAccel\800\hipGunKickSpeedMax\2000\hipGunKickSpeedDecay\16\hipGunKickStaticDecay\20\hipViewKickPitchMin\-16\hipViewKickPitchMax\30\hipViewKickMinMagnitude\25\hipViewKickYawMin\-22\hipViewKickYawMax\22\hipViewKickCenterSpeed\1700\leftArc\0\rightArc\0\topArc\0\bottomArc\0\accuracy\0\aiSpread\0\playerSpread\0\maxVertTurnSpeed\0\maxHorTurnSpeed\0\minVertTurnSpeed\0\minHorTurnSpeed\0\pitchConvergenceTime\0\yawConvergenceTime\0\suppressionTime\0\maxRange\0\animHorRotateInc\0\playerPositionDist\0\stance\stand\useHintString\\dropHintString\\horizViewJitter\0\vertViewJitter\0\cameraShakeScale\0\cameraShakeDuration\0\cameraShakeRadius\0\explosionCameraShakeScale\0\explosionCameraShakeDuration\0\explosionCameraShakeRadius\0\fightDist\720\maxDist\590\aiVsAiAccuracyGraph\\aiVsPlayerAccuracyGraph\\locNone\1\locHelmet\3\locHead\3\locNeck\3\locTorsoUpper\2\locTorsoMid\1\locTorsoLower\1\locRightArmUpper\1\locRightArmLower\1\locRightHand\1\locLeftArmUpper\1\locLeftArmLower\1\locLeftHand\1\locRightLegUpper\1\locRightLegLower\1\locRightFoot\1\locLeftLegUpper\1\locLeftLegLower\1\locLeftFoot\1\locGun\0\fireRumble\lmg_fire\meleeImpactRumble\\reloadRumble\\explosionRumble\\tracerType\lmg\enemyTracerType\lmg_enemy\adsDofStart\1.3\adsDofEnd\6.2\scanSpeed\0\scanAccel\0\scanPauseTime\0\flameTableFirstPerson\\flameTableThirdPerson\\mmsWeapon\0\mmsInScope\0\mmsFOV\25\mmsAspect\1\mmsMaxDist\1200\ikLeftHandIdlePosF\0\ikLeftHandIdlePosR\0\ikLeftHandIdlePosU\0\ikLeftHandOffsetF\3\ikLeftHandOffsetR\0.1\ikLeftHandOffsetU\0.6\ikLeftHandRotationP\40\ikLeftHandRotationY\0\ikLeftHandRotationR\0\usingLeftHandProneIK\1\ikLeftHandProneOffsetF\1.6\ikLeftHandProneOffsetR\0\ikLeftHandProneOffsetU\1.1\ikLeftHandProneRotationP\40\ikLeftHandProneRotationY\0\ikLeftHandProneRotationR\0\ikLeftHandUiViewerOffsetF\0\ikLeftHandUiViewerOffsetR\0\ikLeftHandUiViewerOffsetU\0\ikLeftHandUiViewerRotationP\0\ikLeftHandUiViewerRotationY\0\ikLeftHandUiViewerRotationR\0\parentWeaponName\mk48\doGibbing\0\maxGibDistance\1000\altScopeADSTransInTime\0\altScopeADSTransOutTime\0\meleeSwipeEffect\\meleeImpactEffect\\meleeImpactNoBloodEffect\\throwBackType\\camo\camo_mk48\customFloat0\0\customFloat1\0\customFloat2\0\customBool0\0\customBool1\0\customBool2\0\attachments\\attachmentUniques\ \ No newline at end of file diff --git a/weapons/zm/mk48_zm b/weapons/zm/mk48_zm new file mode 100644 index 00000000..5ca1fd5f --- /dev/null +++ b/weapons/zm/mk48_zm @@ -0,0 +1 @@ +WEAPONFILE\displayName\WEAPON_MK48\AIOverlayDescription\\modeName\\playerAnimType\beltfed\gunModel\t6_wpn_lmg_mk48_view\gunModel2\\gunModel3\\gunModel4\\gunModel5\\gunModel6\\gunModel7\\gunModel8\\gunModel9\\gunModel10\\gunModel11\\gunModel12\\gunModel13\\gunModel14\\gunModel15\\gunModel16\\handModel\\hideTags\\notetrackSoundMap\\idleAnim\viewmodel_mark48_idle\idleAnimLeft\\emptyIdleAnim\viewmodel_mark48_idle\emptyIdleAnimLeft\\fireIntroAnim\\fireAnim\viewmodel_mark48_fire\fireAnimLeft\\holdFireAnim\\lastShotAnim\viewmodel_mark48_fire\lastShotAnimLeft\\flourishAnim\\flourishAnimLeft\\detonateAnim\\rechamberAnim\\meleeAnim\\meleeAnimEmpty\\meleeAnim1\\meleeAnim2\\meleeAnim3\\meleeChargeAnim\\meleeChargeAnimEmpty\\reloadAnim\viewmodel_mark48_reload_empty\reloadAnimRight\\reloadAnimLeft\\reloadEmptyAnim\viewmodel_mark48_reload_empty\reloadEmptyAnimLeft\\reloadStartAnim\\reloadEndAnim\\reloadQuickAnim\\reloadQuickEmptyAnim\\raiseAnim\viewmodel_mark48_pullout_quick\dropAnim\viewmodel_mark48_putaway\firstRaiseAnim\viewmodel_mark48_first_raise\altRaiseAnim\viewmodel_mark48_pullout\altDropAnim\viewmodel_mark48_putaway\quickRaiseAnim\viewmodel_mark48_pullout_quick\quickDropAnim\viewmodel_mark48_putaway_quick\emptyRaiseAnim\viewmodel_mark48_pullout\emptyDropAnim\viewmodel_mark48_putaway\sprintInAnim\viewmodel_mark48_sprint_in\sprintLoopAnim\viewmodel_mark48_sprint_loop\sprintOutAnim\viewmodel_mark48_sprint_out\sprintInEmptyAnim\\sprintLoopEmptyAnim\\sprintOutEmptyAnim\\lowReadyInAnim\\lowReadyLoopAnim\\lowReadyOutAnim\\contFireInAnim\\contFireLoopAnim\\contFireOutAnim\\crawlInAnim\viewmodel_mark48_crawl_in\crawlForwardAnim\viewmodel_mark48_crawl_forward\crawlBackAnim\viewmodel_mark48_crawl_back\crawlRightAnim\viewmodel_mark48_crawl_right\crawlLeftAnim\viewmodel_mark48_crawl_left\crawlOutAnim\viewmodel_mark48_crawl_out\crawlEmptyInAnim\\crawlEmptyForwardAnim\\crawlEmptyBackAnim\\crawlEmptyRightAnim\\crawlEmptyLeftAnim\\crawlEmptyOutAnim\\deployAnim\\nightVisionWearAnim\\nightVisionRemoveAnim\\adsFireAnim\viewmodel_mark48_ads_fire\adsLastShotAnim\viewmodel_mark48_ads_fire\adsRechamberAnim\\adsUpAnim\viewmodel_mark48_ads_up\adsDownAnim\viewmodel_mark48_ads_down\adsUpOtherScopeAnim\\adsFireIntroAnim\\breakdownAnim\\dtp_in\viewmodel_mark48_d2p_in\dtp_loop\viewmodel_mark48_d2p_loop\dtp_out\viewmodel_mark48_d2p_out\dtp_empty_in\\dtp_empty_loop\\dtp_empty_out\\slide_in\\mantleAnim\\sprintCameraAnim\\dtpInCameraAnim\\dtpLoopCameraAnim\\dtpOutCameraAnim\\mantleCameraAnim\\script\\weaponType\bullet\weaponClass\mg\penetrateType\large\impactType\bullet_ap\inventoryType\primary\fireType\Full Auto\clipType\bottom\barrelType\Single\offhandClass\None\offhandSlot\None\viewFlashEffect\weapon/muzzleflashes/fx_muz_mg_flash_1p_4_sqr_mb\worldFlashEffect\weapon/muzzleflashes/fx_muz_mg_flash_3p\barrelCooldownEffect\\barrelCooldownMinCount\0\viewFlashOffsetF\0\viewFlashOffsetR\0\viewFlashOffsetU\0\worldFlashOffsetF\0\worldFlashOffsetR\0\worldFlashOffsetU\0\pickupSound\fly_generic_pickup_npc\pickupSoundPlayer\fly_generic_pickup_plr\ammoPickupSound\wpn_ammo_pickup_npc\ammoPickupSoundPlayer\wpn_ammo_pickup_plr\projectileSound\\pullbackSound\\pullbackSoundPlayer\\fireSound\wpn_mk48_fire_npc\crackSound\\whizbySound\\fireSoundPlayer\wpn_mk48_fire_plr\loopFireSound\\loopFireSoundPlayer\\loopFireEndSound\\loopFireEndSoundPlayer\\startFireSound\\stopFireSound\\killcamStartFireSound\\startFireSoundPlayer\\stopFireSoundPlayer\\killcamStartFireSoundPlayer\\lastShotSound\\lastShotSoundPlayer\\emptyFireSound\wpn_generic_dryfire_npc\emptyFireSoundPlayer\wpn_generic_dryfire_plr\meleeSwipeSound\\meleeSwipeSoundPlayer\\meleeHitSound\\meleeMissSound\\rechamberSound\\rechamberSoundPlayer\\reloadSound\\reloadSoundPlayer\\reloadEmptySound\\reloadEmptySoundPlayer\\reloadStartSound\\reloadStartSoundPlayer\\reloadEndSound\\reloadEndSoundPlayer\\rotateLoopSound\\rotateLoopSoundPlayer\\rotateStopSound\\rotateStopSoundPlayer\\deploySound\\deploySoundPlayer\\finishDeploySound\\finishDeploySoundPlayer\\breakdownSound\\breakdownSoundPlayer\\finishBreakdownSound\\finishBreakdownSoundPlayer\\detonateSound\\detonateSoundPlayer\\nightVisionWearSound\\nightVisionWearSoundPlayer\\nightVisionRemoveSound\\nightVisionRemoveSoundPlayer\\raiseSound\fly_generic_raise_npc\raiseSoundPlayer\fly_generic_raise_plr\firstRaiseSound\fly_generic_first_raise_npc\firstRaiseSoundPlayer\fly_generic_first_raise_plr\altSwitchSound\\altSwitchSoundPlayer\\adsRaiseSoundPlayer\fly_generic_ads_plr\adsLowerSoundPlayer\fly_generic_ads_lower_plr\putawaySound\fly_generic_down_npc\putawaySoundPlayer\fly_generic_down_plr\overheatSound\\overheatSoundPlayer\\adsZoomSound\fly_scope_zoom\shellCasing\prj_brass_impact_large\shellCasingPlayer\prj_brass_impact_plr_large\bounceSound\\standMountedWeapdef\\crouchMountedWeapdef\\proneMountedWeapdef\\viewShellEjectEffect\weapon/shellejects/fx_saw\worldShellEjectEffect\weapon/shellejects/fx_saw\viewLastShotEjectEffect\weapon/shellejects/fx_saw\worldLastShotEjectEffect\weapon/shellejects/fx_saw\viewShellEjectOffsetF\0\viewShellEjectOffsetR\0\viewShellEjectOffsetU\0\worldShellEjectOffsetF\0\worldShellEjectOffsetR\0\worldShellEjectOffsetU\0\viewShellEjectRotationP\0\viewShellEjectRotationY\0\viewShellEjectRotationR\0\worldShellEjectRotationP\0\worldShellEjectRotationY\0\worldShellEjectRotationR\0\reticleCenter\\reticleSide\reticle_side_small\reticleCenterSize\4\reticleSideSize\8\reticleMinOfs\0\activeReticleType\None\standMoveF\-0.35\standMoveR\0\standMoveU\0\standRotP\2\standRotY\0\standRotR\-2\duckedOfsF\-0.6\duckedOfsR\0.6\duckedOfsU\-0.2\duckedMoveF\-0.5\duckedMoveR\0\duckedMoveU\0\duckedSprintOfsF\0\duckedSprintOfsR\0\duckedSprintOfsU\0\duckedSprintRotP\0\duckedSprintRotY\0\duckedSprintRotR\0\duckedSprintBobH\0\duckedSprintBobV\0\duckedSprintScale\0\sprintOfsF\0\sprintOfsR\0\sprintOfsU\0\sprintRotP\0\sprintRotY\0\sprintRotR\0\sprintBobH\0\sprintBobV\0\sprintScale\0.8\lowReadyOfsF\0\lowReadyOfsR\0\lowReadyOfsU\0\lowReadyRotP\0\lowReadyRotY\0\lowReadyRotR\0\rideOfsF\0\rideOfsR\0\rideOfsU\0\rideRotP\0\rideRotY\0\rideRotR\0\dtpOfsF\0\dtpOfsR\0\dtpOfsU\0\dtpRotP\0\dtpRotY\0\dtpRotR\0\dtpBobH\0\dtpBobV\0\dtpScale\1\mantleOfsF\0\mantleOfsR\0\mantleOfsU\0\mantleRotP\0\mantleRotY\0\mantleRotR\0\slideOfsF\0\slideOfsR\0\slideOfsU\0\slideRotP\0\slideRotY\0\slideRotR\0\duckedRotP\2\duckedRotY\0\duckedRotR\-2\proneOfsF\0.4\proneOfsR\-0.2\proneOfsU\-0.4\proneMoveF\0\proneMoveR\0\proneMoveU\0\proneRotP\0\proneRotY\3\proneRotR\-3\strafeMoveF\0\strafeMoveR\0.5\strafeMoveU\0\strafeRotP\0\strafeRotY\0\strafeRotR\7\posMoveRate\6\posProneMoveRate\5\standMoveMinSpeed\0\duckedMoveMinSpeed\0\proneMoveMinSpeed\0\posRotRate\6\posProneRotRate\6\standRotMinSpeed\0\duckedRotMinSpeed\0\proneRotMinSpeed\0\worldModel\t6_wpn_lmg_mk48_world\worldModel2\\worldModel3\\worldModel4\\worldModel5\\worldModel6\\worldModel7\\worldModel8\\worldModel9\\worldModel10\\worldModel11\\worldModel12\\worldModel13\\worldModel14\\worldModel15\\worldModel16\\attachViewModel1\\attachViewModel2\\attachViewModel3\\attachViewModel4\\attachViewModel5\\attachViewModel6\\attachViewModel7\\attachViewModel8\\attachWorldModel1\\attachWorldModel2\\attachWorldModel3\\attachWorldModel4\\attachWorldModel5\\attachWorldModel6\\attachWorldModel7\\attachWorldModel8\\attachViewModelTag1\\attachViewModelTag2\\attachViewModelTag3\\attachViewModelTag4\\attachViewModelTag5\\attachViewModelTag6\\attachViewModelTag7\\attachViewModelTag8\\attachWorldModelTag1\\attachWorldModelTag2\\attachWorldModelTag3\\attachWorldModelTag4\\attachWorldModelTag5\\attachWorldModelTag6\\attachWorldModelTag7\\attachWorldModelTag8\\attachViewModelOffsetX1\0\attachViewModelOffsetY1\0\attachViewModelOffsetZ1\0\attachViewModelOffsetX2\0\attachViewModelOffsetY2\0\attachViewModelOffsetZ2\0\attachViewModelOffsetX3\0\attachViewModelOffsetY3\0\attachViewModelOffsetZ3\0\attachViewModelOffsetX4\0\attachViewModelOffsetY4\0\attachViewModelOffsetZ4\0\attachViewModelOffsetX5\0\attachViewModelOffsetY5\0\attachViewModelOffsetZ5\0\attachViewModelOffsetX6\0\attachViewModelOffsetY6\0\attachViewModelOffsetZ6\0\attachViewModelOffsetX7\0\attachViewModelOffsetY7\0\attachViewModelOffsetZ7\0\attachViewModelOffsetX8\0\attachViewModelOffsetY8\0\attachViewModelOffsetZ8\0\attachWorldModelOffsetX1\0\attachWorldModelOffsetY1\0\attachWorldModelOffsetZ1\0\attachWorldModelOffsetX2\0\attachWorldModelOffsetY2\0\attachWorldModelOffsetZ2\0\attachWorldModelOffsetX3\0\attachWorldModelOffsetY3\0\attachWorldModelOffsetZ3\0\attachWorldModelOffsetX4\0\attachWorldModelOffsetY4\0\attachWorldModelOffsetZ4\0\attachWorldModelOffsetX5\0\attachWorldModelOffsetY5\0\attachWorldModelOffsetZ5\0\attachWorldModelOffsetX6\0\attachWorldModelOffsetY6\0\attachWorldModelOffsetZ6\0\attachWorldModelOffsetX7\0\attachWorldModelOffsetY7\0\attachWorldModelOffsetZ7\0\attachWorldModelOffsetX8\0\attachWorldModelOffsetY8\0\attachWorldModelOffsetZ8\0\attachViewModelOffsetPitch1\0\attachViewModelOffsetYaw1\0\attachViewModelOffsetRoll1\0\attachViewModelOffsetPitch2\0\attachViewModelOffsetYaw2\0\attachViewModelOffsetRoll2\0\attachViewModelOffsetPitch3\0\attachViewModelOffsetYaw3\0\attachViewModelOffsetRoll3\0\attachViewModelOffsetPitch4\0\attachViewModelOffsetYaw4\0\attachViewModelOffsetRoll4\0\attachViewModelOffsetPitch5\0\attachViewModelOffsetYaw5\0\attachViewModelOffsetRoll5\0\attachViewModelOffsetPitch6\0\attachViewModelOffsetYaw6\0\attachViewModelOffsetRoll6\0\attachViewModelOffsetPitch7\0\attachViewModelOffsetYaw7\0\attachViewModelOffsetRoll7\0\attachViewModelOffsetPitch8\0\attachViewModelOffsetYaw8\0\attachViewModelOffsetRoll8\0\attachWorldModelOffsetPitch1\0\attachWorldModelOffsetYaw1\0\attachWorldModelOffsetRoll1\0\attachWorldModelOffsetPitch2\0\attachWorldModelOffsetYaw2\0\attachWorldModelOffsetRoll2\0\attachWorldModelOffsetPitch3\0\attachWorldModelOffsetYaw3\0\attachWorldModelOffsetRoll3\0\attachWorldModelOffsetPitch4\0\attachWorldModelOffsetYaw4\0\attachWorldModelOffsetRoll4\0\attachWorldModelOffsetPitch5\0\attachWorldModelOffsetYaw5\0\attachWorldModelOffsetRoll5\0\attachWorldModelOffsetPitch6\0\attachWorldModelOffsetYaw6\0\attachWorldModelOffsetRoll6\0\attachWorldModelOffsetPitch7\0\attachWorldModelOffsetYaw7\0\attachWorldModelOffsetRoll7\0\attachWorldModelOffsetPitch8\0\attachWorldModelOffsetYaw8\0\attachWorldModelOffsetRoll8\0\ignoreAttachments\0\stowedModelOffsetsF\2.49\stowedModelOffsetsR\0\stowedModelOffsetsU\3.29\stowedModelOffsetsPitch\0\stowedModelOffsetsYaw\0\stowedModelOffsetsRoll\0\worldClipModel\\rocketModel\\mountedModel\\AdditionalMeleeModel\\fireTypeIcon\hud_mp_firerate_auto\hudIcon\menu_mp_weapons_mk48\hudIconRatio\2:1\indicatorIcon\\indicatorIconRatio\1:1\ammoCounterIcon\menu_mp_weapons_mk48\ammoCounterIconRatio\1:1\ammoCounterClip\Beltfed\startAmmo\4\ammoDisplayName\\ammoName\7.62x51mm mk48\clipName\mk48\maxAmmo\4\clipSize\100\shotCount\1\sharedAmmoCapName\\sharedAmmoCap\0\unlimitedAmmo\0\ammoCountClipRelative\1\sharedAmmo\0\jamFireTime\0.05\overheatWeapon\0\overheatRate\20\cooldownRate\5\overheatEndVal\25\coolWhileFiring\0\fuelTankWeapon\0\tankLifeTime\0\damage\160\minDamage\120\maxDamageRange\750\minDamageRange\1800\damage2\0\damage3\0\damage4\0\damage5\0\damageRange2\0\damageRange3\0\damageRange4\0\damageRange5\0\damageDuration\0\damageInterval\0\playerDamage\100\meleeDamage\25\minPlayerDamage\0\destabilizationRateTime\0\destabilizationCurvatureMax\0\destabilizeDistance\0\fireDelay\0\meleeDelay\0.25\meleeChargeDelay\0\spinUpTime\1\spinDownTime\1\spinRate\1\spinLoopSound\\spinLoopSoundPlayer\\startSpinSound\\startSpinSoundPlayer\\stopSpinSound\\stopSpinSoundPlayer\\applySpinPitch\1\introFireTime\0.1\introFireLength\0\fireTime\0.096\flourishTime\0.096\lastFireTime\0\rechamberTime\0.1\rechamberBoltTime\0\holdFireTime\0.1\burstFireDelay\0\detonateTime\0\detonateDelay\0\meleeTime\0.7\meleeChargeTime\0\reloadTime\8\reloadShowRocketTime\0\reloadEmptyTime\8\reloadAddTime\5.45\reloadEmptyAddTime\0\reloadQuickAddTime\0\reloadQuickEmptyAddTime\0\reloadStartTime\0\reloadStartAddTime\0\reloadEndTime\0\reloadQuickTime\0\reloadQuickEmptyTime\0\dropTime\0.55\raiseTime\0.75\altDropTime\0\altRaiseTime\0.35\quickDropTime\0.35\quickRaiseTime\0.7\firstRaiseTime\1.85\emptyRaiseTime\1.25\emptyDropTime\0.6\sprintInTime\0.275\sprintLoopTime\0.98\sprintOutTime\0.275\lowReadyInTime\0.5\lowReadyLoopTime\0.5\lowReadyOutTime\0.5\contFireInTime\0.5\contFireLoopTime\0.5\contFireOutTime\0.5\dtpInTime\0.15\dtpLoopTime\0.6\dtpOutTime\0.25\crawlInTime\0.2\crawlForwardTime\1.3\crawlBackTime\1.15\crawlRightTime\1.2\crawlLeftTime\1.2\crawlOutFireTime\0.08\crawlOutTime\0.2\slideInTime\0.5\deployTime\0.5\breakdownTime\0.5\nightVisionWearTime\0\nightVisionWearTimeFadeOutEnd\0\nightVisionWearTimePowerUp\0\nightVisionRemoveTime\0\nightVisionRemoveTimePowerDown\0\nightVisionRemoveTimeFadeInStart\0\fuseTime\0\aifuseTime\0\lockOnRadius\0\lockOnSpeed\0\requireLockonToFire\0\noAdsWhenMagEmpty\0\avoidDropCleanup\0\stackFire\0\stackFireSpread\0\stackFireAccuracyDecay\0\stackSound\\autoAimRange\0\aimAssistRange\500\aimAssistRangeAds\1500\mountableWeapon\0\aimPadding\0\enemyCrosshairRange\1000\crosshairColorChange\1\moveSpeedScale\0.85\adsMoveSpeedScale\1\sprintDurationScale\1\idleCrouchFactor\0.7\idleProneFactor\0.4\gunMaxPitch\8\gunMaxYaw\25\swayMaxAngle\5\swayLerpSpeed\6\swayPitchScale\-2\swayYawScale\-1\swayHorizScale\0.3\swayVertScale\0.3\swayShellShockScale\0.1\adsSwayMaxAngle\0.7\adsSwayLerpSpeed\5.5\adsSwayPitchScale\0.15\adsSwayYawScale\0.15\adsSwayHorizScale\0.15\adsSwayVertScale\0.15\meleeChargeRange\0\rifleBullet\1\armorPiercing\0\boltAction\0\shotsBeforeRechamber\0\useAltTagFlash\0\useAntiLagRewind\0\isCarriedKillstreakWeapon\0\aimDownSight\1\rechamberWhileAds\1\reloadWhileAds\0\adsViewErrorMin\0\adsViewErrorMax\0\clipOnly\0\canUseInVehicle\0\noDropsOrRaises\0\cookOffHold\0\adsFire\0\cancelAutoHolsterWhenEmpty\0\suppressAmmoReserveDisplay\0\laserSight\0\laserSightDuringNightvision\0\bayonet\0\dualWield\0\hideThirdPerson\0\explodeOnGround\0\throwBack\0\retrievable\0\dieOnRespawn\0\noThirdPersonDropsOrRaises\0\continuousFire\0\useAsMelee\0\antiQuickScope\0\noPing\0\forceBounce\0\useDroppedModelAsStowed\0\noQuickDropWhenEmpty\0\keepCrosshairWhenADS\0\useOnlyAltWeaoponHideTagsInAltMode\0\altWeaponAdsOnly\0\altWeaponDisableSwitching\0\killIcon\menu_mp_weapons_mk48\killIconRatio\2:1\flipKillIcon\1\dpadIcon\\dpadIconRatio\1:1\noAmmoOnDpadIcon\1\noPartialReload\0\segmentedReload\0\noADSAutoReload\0\reloadAmmoAdd\0\reloadStartAdd\0\attachmentUnique\\altWeapon\\DualWieldWeapon\\grenadeWeapon\\dropAmmoMin\1\dropAmmoMax\1\dropClipAmmoMin\0\dropClipAmmoMax\1000\blocksProne\0\silenced\0\dualMag\0\infrared\0\tvguided\0\airburstWeapon\0\perks1\0\perks0\0\isRollingGrenade\0\useBallisticPrediction\0\isValuable\0\isTacticalInsertion\0\isReviveWeapon\0\bUseRigidBodyOnVehicle\0\showIndicator\0\explosionRadius\0\explosionRadiusMin\0\indicatorRadius\0\explosionInnerDamage\0\explosionOuterDamage\0\damageConeAngle\180\projectileSpeed\0\projectileSpeedRelativeUp\0\projectileSpeedUp\0\projectileSpeedForward\0\projectileTakeParentVel\0\projectileActivateDist\0\projectileLifetime\0\timeToAccelerate\0\projectileCurvature\0\projectileModel\\projExplosionType\grenade\projExplosionEffect\\projExplosionEffectForceNormalUp\0\projExplosionEffect2\\projExplosionEffect2ForceNormalUp\0\projExplosionEffect3\\projExplosionEffect3ForceNormalUp\0\projExplosionEffect4\\projExplosionEffect4ForceNormalUp\0\projExplosionEffect5\\projExplosionEffect5ForceNormalUp\0\projExplosionSound\\projDudEffect\\projDudSound\\projImpactExplode\0\sentientImpactExplode\0\explodeWhenStationary\0\bulletImpactExplode\0\mortarShellSound\\tankShellSound\\stickiness\Don't stick\rotateType\Rotate both axis, grenade style\hasDetonator\0\plantable\0\timedDetonation\0\noCrumpleMissile\0\rotate\0\keepRolling\0\holdButtonToThrow\0\offhandHoldIsCancelable\0\freezeMovementWhenFiring\0\lowAmmoWarningThreshold\0.33\explosionTag\\guidedMissileType\None\maxSteeringAccel\0\projIgnitionDelay\0\projIgnitionEffect\\projIgnitionSound\\tagFx_preparationEffect\\tagFlash_preparationEffect\\adsTransInTime\0.45\adsTransOutTime\0.4\adsIdleAmount\10\adsIdleSpeed\1.25\adsZoomFov1\45\adsZoomFov2\45\adsZoomFov3\45\adsZoomInFrac\0.5\adsZoomOutFrac\0.4\adsOverlayShader\\adsOverlayShaderLowRes\\adsOverlayReticle\none\adsOverlayInterface\None\adsOverlayWidth\480\adsOverlayHeight\480\adsOverlayAlphaScale\1\adsBobFactor\1\adsViewBobMult\0.5\holdBreathToSteady\0\adsAimPitch\0\adsCrosshairInFrac\1\adsCrosshairOutFrac\0.2\adsReloadTransTime\0.45\adsGunKickReducedKickBullets\0\adsGunKickReducedKickPercent\95\adsGunKickPitchMin\-15\adsGunKickPitchMax\5\adsGunKickYawMin\-5\adsGunKickYawMax\5\adsGunKickAccel\1000\adsGunKickSpeedMax\2000\adsGunKickSpeedDecay\32\adsGunKickStaticDecay\40\adsViewKickPitchMin\-35\adsViewKickPitchMax\55\adsViewKickMinMagnitude\35\adsViewKickYawMin\-42.5\adsViewKickYawMax\42.5\adsRecoilReductionRate\0\adsRecoilReductionLimit\0\adsRecoilReturnRate\10\adsViewKickCenterSpeed\1700\adsViewKickCenterDuckedScale\1.1\adsViewKickCenterProneScale\1.2\adsSpread\0\antiQuickScopeTime\0.15\antiQuickScopeScale\8\antiQuickScopeSpreadMultiplier\1\antiQuickScopeSpreadMax\25\antiQuickScopeSwayFactor\20\hipSpreadStandMin\6\hipSpreadDuckedMin\5\hipSpreadProneMin\2\hipSpreadMax\12\hipSpreadDuckedMax\9\hipSpreadProneMax\4\hipSpreadDecayRate\4\hipSpreadFireAdd\0.6\hipSpreadTurnAdd\0\hipSpreadMoveAdd\5\hipSpreadDuckedDecay\1.05\hipSpreadProneDecay\1.1\hipReticleSidePos\0\hipIdleAmount\21\hipIdleSpeed\3\hipGunKickReducedKickBullets\0\hipGunKickReducedKickPercent\0\hipGunKickPitchMin\0\hipGunKickPitchMax\0\hipGunKickYawMin\0\hipGunKickYawMax\0\hipGunKickAccel\800\hipGunKickSpeedMax\2000\hipGunKickSpeedDecay\16\hipGunKickStaticDecay\20\hipViewKickPitchMin\-16\hipViewKickPitchMax\30\hipViewKickMinMagnitude\25\hipViewKickYawMin\-22\hipViewKickYawMax\22\hipViewKickCenterSpeed\1700\leftArc\0\rightArc\0\topArc\0\bottomArc\0\accuracy\0\aiSpread\0\playerSpread\0\maxVertTurnSpeed\0\maxHorTurnSpeed\0\minVertTurnSpeed\0\minHorTurnSpeed\0\pitchConvergenceTime\0\yawConvergenceTime\0\suppressionTime\0\maxRange\0\animHorRotateInc\0\playerPositionDist\0\stance\stand\useHintString\\dropHintString\\horizViewJitter\0\vertViewJitter\0\cameraShakeScale\0\cameraShakeDuration\0\cameraShakeRadius\0\explosionCameraShakeScale\0\explosionCameraShakeDuration\0\explosionCameraShakeRadius\0\fightDist\720\maxDist\590\aiVsAiAccuracyGraph\\aiVsPlayerAccuracyGraph\\locNone\1\locHelmet\3\locHead\3\locNeck\2\locTorsoUpper\1\locTorsoMid\1\locTorsoLower\1\locRightArmUpper\1\locRightArmLower\1\locRightHand\1\locLeftArmUpper\1\locLeftArmLower\1\locLeftHand\1\locRightLegUpper\1\locRightLegLower\1\locRightFoot\1\locLeftLegUpper\1\locLeftLegLower\1\locLeftFoot\1\locGun\0\fireRumble\lmg_fire\meleeImpactRumble\\reloadRumble\\explosionRumble\\tracerType\lmg\enemyTracerType\lmg_enemy\adsDofStart\1.3\adsDofEnd\6.2\scanSpeed\0\scanAccel\0\scanPauseTime\0\flameTableFirstPerson\\flameTableThirdPerson\\mmsWeapon\0\mmsInScope\0\mmsFOV\25\mmsAspect\1\mmsMaxDist\1200\ikLeftHandIdlePosF\0\ikLeftHandIdlePosR\0\ikLeftHandIdlePosU\0\ikLeftHandOffsetF\3\ikLeftHandOffsetR\0.1\ikLeftHandOffsetU\0.6\ikLeftHandRotationP\40\ikLeftHandRotationY\0\ikLeftHandRotationR\0\usingLeftHandProneIK\1\ikLeftHandProneOffsetF\1.6\ikLeftHandProneOffsetR\0\ikLeftHandProneOffsetU\1.1\ikLeftHandProneRotationP\40\ikLeftHandProneRotationY\0\ikLeftHandProneRotationR\0\ikLeftHandUiViewerOffsetF\0\ikLeftHandUiViewerOffsetR\0\ikLeftHandUiViewerOffsetU\0\ikLeftHandUiViewerRotationP\0\ikLeftHandUiViewerRotationY\0\ikLeftHandUiViewerRotationR\0\parentWeaponName\mk48\doGibbing\0\maxGibDistance\1000\altScopeADSTransInTime\0\altScopeADSTransOutTime\0\meleeSwipeEffect\\meleeImpactEffect\\meleeImpactNoBloodEffect\\throwBackType\\camo\camo_mk48\customFloat0\0\customFloat1\0\customFloat2\0\customBool0\0\customBool1\0\customBool2\0\attachments\\attachmentUniques\ \ No newline at end of file diff --git a/zone_source/common_mp.zone b/zone_source/common_mp.zone index 7d322c53..2114b1af 100644 --- a/zone_source/common_mp.zone +++ b/zone_source/common_mp.zone @@ -12,6 +12,7 @@ include,includes/insas_zm include,includes/vector_zm include,includes/sig556_zm include,includes/sa58_zm +include,includes/mk48_zm include,includes/bouncing_betty_zm include,includes/attachment diff --git a/zone_source/includes/mk48_zm.zone b/zone_source/includes/mk48_zm.zone new file mode 100644 index 00000000..333778f3 --- /dev/null +++ b/zone_source/includes/mk48_zm.zone @@ -0,0 +1,47 @@ +image,~~-gmtl_t6_wpn_lmg_mk48_sc-rg~addbaf53 +image,mtl_t6_wpn_lmg_mk48_n +image,~mtl_t6_wpn_lmg_mk48_ao-l&mtl~bfcc5b9b +image,~-gmtl_t6_wpn_lmg_mk48_c +image,~mtl_t6_wpn_lmg_mk48_ir-r&mtl~26a4ef15 +material,mc/mtl_t6_wpn_lmg_mk48_thermal +material,mc/mtl_t6_wpn_lmg_mk48_camo1 +material,mc/mtl_t6_wpn_lmg_mk48_camo2 +material,mc/mtl_t6_wpn_lmg_mk48_camo2_detail +image,~~-gmtl_t6_wpn_lmg_mk48_ammo_~ec03a666 +image,mtl_t6_wpn_lmg_mk48_ammo_n +image,~mtl_t6_wpn_lmg_mk48_ammo_ao-~8d729c8f +image,~-gmtl_t6_wpn_lmg_mk48_ammo_c +image,~mtl_t6_wpn_lmg_mk48_ammo_ir-~3b35c3c1 +material,mc/mtl_t6_wpn_lmg_mk48_ammo_thermal +material,mc/mtl_t6_wpn_lmg_mk48_ammo_camo2 +material,mc/mtl_t6_wpn_lmg_mk48_ammo_camo1 +material,mc/mtl_t6_wpn_lmg_mk48_camo3 +material,mc/mtl_t6_wpn_lmg_mk48_camo4 +image,menu_mp_weapons_mk48 +material,menu_mp_weapons_mk48 +xmodel,t6_wpn_lmg_mk48_view +xmodel,t6_wpn_lmg_mk48_world +xanim,viewmodel_mark48_idle +xanim,viewmodel_mark48_fire +xanim,viewmodel_mark48_reload_empty +xanim,viewmodel_mark48_pullout_quick +xanim,viewmodel_mark48_first_raise +xanim,viewmodel_mark48_putaway +xanim,viewmodel_mark48_pullout +xanim,viewmodel_mark48_putaway_quick +xanim,viewmodel_mark48_sprint_in +xanim,viewmodel_mark48_sprint_loop +xanim,viewmodel_mark48_sprint_out +xanim,viewmodel_mark48_crawl_in +xanim,viewmodel_mark48_crawl_forward +xanim,viewmodel_mark48_crawl_back +xanim,viewmodel_mark48_crawl_right +xanim,viewmodel_mark48_crawl_left +xanim,viewmodel_mark48_crawl_out +xanim,viewmodel_mark48_ads_fire +xanim,viewmodel_mark48_d2p_in +xanim,viewmodel_mark48_d2p_loop +xanim,viewmodel_mark48_d2p_out +xanim,viewmodel_mark48_ads_up +xanim,viewmodel_mark48_ads_down +camo,camo_mk48 \ No newline at end of file