diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01a_d.vtf b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01a_d.vtf new file mode 100644 index 0000000..d509b7b Binary files /dev/null and b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01a_d.vtf differ diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01b_d.vtf b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01b_d.vtf new file mode 100644 index 0000000..124d059 Binary files /dev/null and b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01b_d.vtf differ diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01c_d.vtf b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01c_d.vtf new file mode 100644 index 0000000..6c13b85 Binary files /dev/null and b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01c_d.vtf differ diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01d_d.vtf b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01d_d.vtf new file mode 100644 index 0000000..0ff8ebc Binary files /dev/null and b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01d_d.vtf differ diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01e_d.vtf b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01e_d.vtf new file mode 100644 index 0000000..2c11969 Binary files /dev/null and b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_arms01e_d.vtf differ diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01a.vmt b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01a.vmt new file mode 100644 index 0000000..d4679a1 --- /dev/null +++ b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01a.vmt @@ -0,0 +1,4 @@ +SDK_VertexLitGeneric +{ + "$basetexture" "models/weapons/c_arms_citizen/citizen_arms01a_d" +} diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01b.vmt b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01b.vmt new file mode 100644 index 0000000..37c1767 --- /dev/null +++ b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01b.vmt @@ -0,0 +1,4 @@ +SDK_VertexLitGeneric +{ + "$basetexture" "models/weapons/c_arms_citizen/citizen_arms01b_d" +} diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01c.vmt b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01c.vmt new file mode 100644 index 0000000..930bc08 --- /dev/null +++ b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01c.vmt @@ -0,0 +1,4 @@ +SDK_VertexLitGeneric +{ + "$basetexture" "models/weapons/c_arms_citizen/citizen_arms01c_d" +} diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01d.vmt b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01d.vmt new file mode 100644 index 0000000..ed7a721 --- /dev/null +++ b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01d.vmt @@ -0,0 +1,4 @@ +SDK_VertexLitGeneric +{ + "$basetexture" "models/weapons/c_arms_citizen/citizen_arms01d_d" +} diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01e.vmt b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01e.vmt new file mode 100644 index 0000000..6a162f2 --- /dev/null +++ b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_citizen/citizen_hands01e.vmt @@ -0,0 +1,4 @@ +SDK_VertexLitGeneric +{ + "$basetexture" "models/weapons/c_arms_citizen/citizen_arms01e_d" +} diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_combine/v_hand_sheet.vmt b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_combine/v_hand_sheet.vmt new file mode 100644 index 0000000..8983398 --- /dev/null +++ b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_combine/v_hand_sheet.vmt @@ -0,0 +1,17 @@ +SDK_VertexLitGeneric +{ + // Original shader: VertexLitTexture + "$basetexture" "models/weapons/c_arms_combine/v_hand_sheet" + //"$bumpmap" "models/Weapons/V_hand/v_hand_sheet_normal" + //"$envmap" "env_cubemap" + //"$envmaptint" "[ .64 .64 .64 ]" + //"$normalmapalphaenvmapmask" 1 + +// -- From here down is new stuff which will only be applied if $phong is set to 1 -- + "$phong" "1" + "$phongexponent" "25" + "$phongboost" "1" + "$phongfresnelranges" "[.2 0.4 1]" + + +} diff --git a/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_combine/v_hand_sheet.vtf b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_combine/v_hand_sheet.vtf new file mode 100644 index 0000000..4d4b521 Binary files /dev/null and b/VPKs/hl2_mapbase_content/materials/models/weapons/c_arms_combine/v_hand_sheet.vtf differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.dx80.vtx new file mode 100644 index 0000000..6b8a58e Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.dx90.vtx new file mode 100644 index 0000000..65e72d9 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.mdl new file mode 100644 index 0000000..7b70968 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.sw.vtx new file mode 100644 index 0000000..f344aae Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.vvd new file mode 100644 index 0000000..9f537cb Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_alyx.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.dx80.vtx new file mode 100644 index 0000000..d459b2b Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.dx90.vtx new file mode 100644 index 0000000..ecdc768 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.mdl new file mode 100644 index 0000000..319cb59 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.sw.vtx new file mode 100644 index 0000000..2d03a40 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.vvd new file mode 100644 index 0000000..d469959 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_breen.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.dx80.vtx new file mode 100644 index 0000000..c2483a5 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.dx90.vtx new file mode 100644 index 0000000..a3314e1 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.mdl new file mode 100644 index 0000000..f057ec4 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.sw.vtx new file mode 100644 index 0000000..23a0f74 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.vvd new file mode 100644 index 0000000..e84fbac Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.dx80.vtx new file mode 100644 index 0000000..f4d9cf9 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.dx90.vtx new file mode 100644 index 0000000..8ee99d6 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.mdl new file mode 100644 index 0000000..c789f57 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.sw.vtx new file mode 100644 index 0000000..fe199dc Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.vvd new file mode 100644 index 0000000..8bee148 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_combine_dirty.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.dx80.vtx new file mode 100644 index 0000000..a49683a Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.dx90.vtx new file mode 100644 index 0000000..f8c2bad Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.mdl new file mode 100644 index 0000000..467167f Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.sw.vtx new file mode 100644 index 0000000..dd7fc5c Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.vvd new file mode 100644 index 0000000..de59c5b Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_eli.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.dx80.vtx new file mode 100644 index 0000000..b47975b Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.dx90.vtx new file mode 100644 index 0000000..cef3924 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.mdl new file mode 100644 index 0000000..b4548a0 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.sw.vtx new file mode 100644 index 0000000..bf630eb Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.vvd new file mode 100644 index 0000000..9320747 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_kleiner.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.dx80.vtx new file mode 100644 index 0000000..fc3f665 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.dx90.vtx new file mode 100644 index 0000000..88c66c6 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.mdl new file mode 100644 index 0000000..a1cad4e Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.sw.vtx new file mode 100644 index 0000000..f91ddf1 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.vvd new file mode 100644 index 0000000..b1ddbf5 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen1.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.dx80.vtx new file mode 100644 index 0000000..3b25c1c Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.dx90.vtx new file mode 100644 index 0000000..2cb7ca8 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.mdl new file mode 100644 index 0000000..0f685ea Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.sw.vtx new file mode 100644 index 0000000..ef96699 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.vvd new file mode 100644 index 0000000..26dadd3 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_citizen2.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.dx80.vtx new file mode 100644 index 0000000..e1f0ab0 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.dx90.vtx new file mode 100644 index 0000000..b7af569 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.mdl new file mode 100644 index 0000000..a5b9944 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.sw.vtx new file mode 100644 index 0000000..8efe7af Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.vvd new file mode 100644 index 0000000..c52ce87 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic1.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.dx80.vtx new file mode 100644 index 0000000..9477e61 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.dx90.vtx new file mode 100644 index 0000000..14d6ff9 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.mdl new file mode 100644 index 0000000..3db81a4 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.sw.vtx new file mode 100644 index 0000000..9a741b9 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.vvd new file mode 100644 index 0000000..3778222 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_medic2.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.dx80.vtx new file mode 100644 index 0000000..343470f Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.dx90.vtx new file mode 100644 index 0000000..4a46ee6 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.mdl new file mode 100644 index 0000000..d20533b Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.sw.vtx new file mode 100644 index 0000000..e341885 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.vvd new file mode 100644 index 0000000..3b5c31a Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel1.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.dx80.vtx new file mode 100644 index 0000000..8899409 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.dx90.vtx new file mode 100644 index 0000000..3a11c28 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.mdl new file mode 100644 index 0000000..efacfe1 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.sw.vtx new file mode 100644 index 0000000..c74e11e Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.vvd new file mode 100644 index 0000000..6cd2969 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_rebel2.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.dx80.vtx new file mode 100644 index 0000000..8053411 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.dx90.vtx new file mode 100644 index 0000000..99b52d4 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.mdl new file mode 100644 index 0000000..8244070 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.sw.vtx new file mode 100644 index 0000000..32ad0f9 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.vvd new file mode 100644 index 0000000..f42d553 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee1.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.dx80.vtx new file mode 100644 index 0000000..77d26a8 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.dx90.vtx new file mode 100644 index 0000000..9b21716 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.mdl new file mode 100644 index 0000000..30e37f4 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.sw.vtx new file mode 100644 index 0000000..c3c0887 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.vvd new file mode 100644 index 0000000..d51bb42 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_m_refugee2.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.dx80.vtx new file mode 100644 index 0000000..0581a42 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.dx90.vtx new file mode 100644 index 0000000..4181be6 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.mdl new file mode 100644 index 0000000..678eb0c Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.sw.vtx new file mode 100644 index 0000000..2ef2214 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.vvd new file mode 100644 index 0000000..94db2b4 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_magnusson.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.dx80.vtx new file mode 100644 index 0000000..fda5229 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.dx90.vtx new file mode 100644 index 0000000..d88e45e Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.mdl new file mode 100644 index 0000000..1fb464a Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.sw.vtx new file mode 100644 index 0000000..07d5be7 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.vvd new file mode 100644 index 0000000..0e17c1a Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_monk.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.dx80.vtx new file mode 100644 index 0000000..026c06a Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.dx90.vtx new file mode 100644 index 0000000..e1d2232 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.mdl new file mode 100644 index 0000000..7c7a72f Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.sw.vtx new file mode 100644 index 0000000..361d9d4 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.vvd new file mode 100644 index 0000000..16f407c Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_mossman_ep1.vvd differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.dx80.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.dx80.vtx new file mode 100644 index 0000000..d8a077e Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.dx80.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.dx90.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.dx90.vtx new file mode 100644 index 0000000..14c6a25 Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.dx90.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.mdl b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.mdl new file mode 100644 index 0000000..211d53e Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.mdl differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.sw.vtx b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.sw.vtx new file mode 100644 index 0000000..ef62dae Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.sw.vtx differ diff --git a/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.vvd b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.vvd new file mode 100644 index 0000000..1e8d68b Binary files /dev/null and b/VPKs/hl2_mapbase_content/models/weapons/hl2_c/c_arms_police.vvd differ