Garry's Mod

Garry's Mod

182 ratings
[MWB] (Unofficial) Half-Life II Guns (FIXED & REUPLOAD)
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Weapon
Addon Tags: Fun, Roleplay, Realism
File Size
Posted
Updated
191.379 MB
13 Nov, 2023 @ 11:17am
26 Feb, 2024 @ 2:12am
12 Change Notes ( view )

Subscribe to download
[MWB] (Unofficial) Half-Life II Guns (FIXED & REUPLOAD)

Description
This addon simply corrects and collects into a pack guns from hl2 from other authors (I am not the author of these models and animations, I am the author of lua scripts in this addon)

Original authors:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2873535620
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2873556895
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2873535050
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2851124620
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2873560451

This pack contains:
hl2 revolver, hl2 usp pistol 9mm, hl2 spas-12, hl2 mp7 SMG and hl AR2


RU
Ребят, если что можете присоединится ко мне
в моём дискордике! (Ссылочка ниже)
https://discord.gg/9UuPSxtPfC
43 Comments
drbutterfingers 21 Mar @ 3:02pm 
anime sucks
r00t b33r 20 Nov, 2024 @ 2:31pm 
whoever sees this, do NOT download, it IS broken
Disuu 16 Nov, 2024 @ 3:08pm 
Can you make HL2 port? :cozybethesda:
Ready 14 Oct, 2024 @ 12:20pm 
the ar2 reload sounds don't work
Jaykmeit 3 Sep, 2024 @ 9:31am 
Additionally, I'm adding the proper ViewModelOffsets (line 143 in mg_hl2spas12.lua)

SWEP.ViewModelOffsets = {
Aim = {
Angles = Angle(0, 0, 0),
Pos = Vector(0.07, 0, 0.33)
}
Jaykmeit 3 Sep, 2024 @ 9:22am 
I've come to suggest the solution to the error that gave the SPAS-12 gun.

Line 740 to Line 742 in \lua\weapons\mg_base\modules\shared\sh_customization.lua

function SWEP:GetAttachmentModels(slot)
return self.m_CustomizationInUse[slot].m_Model, self.m_CustomizationInUse[slot].m_TpModel
end

Error is being caused due to Customization not being used. But is neither getting a 'nil' value.

Replace with:

function SWEP:GetAttachmentModels(slot)
if not self.m_CustomizationInUse then
return nil, nil
end

if not self.m_CustomizationInUse[slot] then
return nil, nil
end

return self.m_CustomizationInUse[slot].m_Model, self.m_CustomizationInUse[slot].m_TpModel
end
Vincent 16 Jun, 2024 @ 2:32pm 
can i get the source of the art in the icon?
волосятый апарыш 5 May, 2024 @ 8:10am 
скажи зачем делать такие хорошие моды и такие ужасные тупые картинки?
WesleyPlaysGames 4 May, 2024 @ 11:23am 
Please fix the SPAS-12.
gren258 15 Apr, 2024 @ 8:56pm 
Spas-12 causes errors.