Залив

This commit is contained in:
Refosel
2026-03-30 10:39:52 +03:00
commit 2b57c019cb
2010 changed files with 185745 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
ATTACHMENT.Base = "att_vm_angledgrip01"
ATTACHMENT.BonemergeToCategory = {"Barrels"}
ATTACHMENT.AttachmentBodygroups = {
["tag_grip_hide"] = 1
}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:PostProcess(weapon)
BaseClass.PostProcess(self, weapon)
if (weapon.AlternateGrips) then
weapon:SetGripPoseParameter("grip_barshort_gripang_offset")
else
weapon:SetGripPoseParameter("grip_gripang_offset")
end
end

View File

@@ -0,0 +1,17 @@
ATTACHMENT.Base = "att_vm_angledgrip02"
ATTACHMENT.AttachmentBodygroups = {
["tag_grip_hide"] = 1
}
ATTACHMENT.BonemergeToCategory = {"Barrels"}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:PostProcess(weapon)
BaseClass.PostProcess(self, weapon)
if (weapon.AlternateGrips) then
weapon:SetGripPoseParameter("grip_barshort_gripang_offset")
else
weapon:SetGripPoseParameter("grip_gripang_offset")
end
end

View File

@@ -0,0 +1,15 @@
ATTACHMENT.Base = "att_vm_bipodgrip"
ATTACHMENT.AttachmentBodygroups = {
["tag_grip_hide"] = 1
}
ATTACHMENT.BonemergeToCategory = {"Barrels"}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:PostProcess(weapon)
BaseClass.PostProcess(self, weapon)
if (weapon.AlternateGrips) then
weapon:SetGripPoseParameter("grip_barshort_gripvert_offset")
else
weapon:SetGripPoseParameter("grip_gripvert_offset")
end
end

View File

@@ -0,0 +1,16 @@
ATTACHMENT.Base = "att_vm_stubbygrip01"
ATTACHMENT.AttachmentBodygroups = {
["tag_grip_hide"] = 1
}
ATTACHMENT.BonemergeToCategory = {"Barrels"}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:PostProcess(weapon)
BaseClass.PostProcess(self, weapon)
if (weapon.AlternateGrips) then
weapon:SetGripPoseParameter("grip_barshort_gripvert_offset")
else
weapon:SetGripPoseParameter("grip_gripvertpro_offset")
end
end

View File

@@ -0,0 +1,16 @@
ATTACHMENT.Base = "att_vm_stubbygrip02"
ATTACHMENT.AttachmentBodygroups = {
["tag_grip_hide"] = 1
}
ATTACHMENT.BonemergeToCategory = {"Barrels"}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:PostProcess(weapon)
BaseClass.PostProcess(self, weapon)
if (weapon.AlternateGrips) then
weapon:SetGripPoseParameter("grip_barshort_gripvert_offset")
else
weapon:SetGripPoseParameter("grip_gripvertpro_offset")
end
end

View File

@@ -0,0 +1,16 @@
ATTACHMENT.Base = "att_vm_vertgrip01"
ATTACHMENT.AttachmentBodygroups = {
["tag_grip_hide"] = 1
}
ATTACHMENT.BonemergeToCategory = {"Barrels"}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:PostProcess(weapon)
BaseClass.PostProcess(self, weapon)
if (weapon.AlternateGrips) then
weapon:SetGripPoseParameter("grip_barshort_gripvert_offset")
else
weapon:SetGripPoseParameter("grip_gripvert_offset")
end
end

View File

@@ -0,0 +1,16 @@
ATTACHMENT.Base = "att_vm_vertgrip02"
ATTACHMENT.AttachmentBodygroups ={
["tag_grip_hide"] = 1
}
ATTACHMENT.BonemergeToCategory = {"Barrels"}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:PostProcess(weapon)
BaseClass.PostProcess(self, weapon)
if (weapon.AlternateGrips) then
weapon:SetGripPoseParameter("grip_barshort_gripvert_offset")
else
weapon:SetGripPoseParameter("grip_gripvert_offset")
end
end

View File

@@ -0,0 +1,16 @@
ATTACHMENT.Base = "att_vm_vertgrip03"
ATTACHMENT.AttachmentBodygroups ={
["tag_grip_hide"] = 1
}
ATTACHMENT.BonemergeToCategory = {"Barrels"}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:PostProcess(weapon)
BaseClass.PostProcess(self, weapon)
if (weapon.AlternateGrips) then
weapon:SetGripPoseParameter("grip_barshort_gripvert_offset")
else
weapon:SetGripPoseParameter("grip_gripvert_offset")
end
end