Garry's Mod

Garry's Mod

Chuck's Weaponry 2.0
111개 중 41~50개 표시 중
< 1 ... 3  4  5  6  7 ... 12 >
업데이트: 2016년 10월 25일 오전 11시 37분

업데이트: 2016년 9월 5일 오전 12시 27분

another bugfix related to yesterdays update

업데이트: 2016년 9월 4일 오전 10시 00분

fixed a small issue with foregrip hand positioning on MP5, this also should add support for any non-foregrip (or whatever) attachments that should offset bones when in use, as long as SWEP.ForegripOverride is 'true' and SWEP.ForegripOverridePos is being used correctly

tl;dr bug fixed, modders can now make more attachments that reposition the hands

업데이트: 2016년 6월 26일 오전 1시 54분

업데이트: 2016년 6월 26일 오전 1시 18분

ejected shells will now receive angle velocity
PlayerBindPress hook should now return true (which suppresses the C key for example) less often
added SWEP.BipodRecoilModifier - float, determines the recoil multiplier when a bipod is active, defaults to 0.3
added a new function: SWEP:getBipodHipSpread - by default returns self.AimSpread * 1.2, example usage (in L85A2 in the ECW 2.0 pack):

function SWEP:getBipodHipSpread()
return self.HipSpread * 0.75
end

업데이트: 2016년 6월 20일 오전 7시 41분

small insignificant changes

업데이트: 2016년 6월 16일 오전 10시 53분

업데이트: 2016년 6월 10일 오전 10시 12분

added physical bullets (disabled by default, because it is functional, but not yet finished, you need to enable it by yourself by checking out cw_physical_bullets.lua)
added suppressDefaultBullet per-bullet callback, return true to suppress the default bullet shot behavior, here you can easily make your own bullet behaviors (which is what physical bullets make use of)
improved prediction of spread
bullets no longer ricochet off grass
spread increase from movement while aiming is now greatly increased (it barely increased in the past)
rebalanced attachments, some attachments now change the player's movement speed
added a new CustomizableWeaponry feature: CustomizableWeaponry:registerRecognizedVariable - please search for it in the base documentation for more info
can now create other grenade types based on thrown grenade classes, and change the model it uses by changing the ENT.Model variable
cw_smokescreen_impact now clouds your vision relative to your view position, and not your player object position
added support for multiple attachment models within 1 attachment config in AttachmentModelsVM
fixed grenades being infinite (whoops)
if a player is killed during a grenade throw, then he will either drop a live or an unthrown grenade depending on what the state of the grenade throw was
shotguns can now be chambered

업데이트: 2016년 2월 6일 오전 12시 23분

resting a weapon on a surface or deploying a bipod now decreases aim breathing sway
potential fix for view and viewmodel spazzing out on low framerates
increased the range at which gunfire can be heard of the weapons in this pack

업데이트: 2016년 1월 29일 오전 11시 51분

possible error prevention