Garry's Mod

Garry's Mod

GShader Library
正在显示第 41 - 50 项,共 121 项条目
< 1 ... 3  4  5  6  7 ... 13 >
更新于:10 月 4 日 下午 12:40

Proton fix

更新于:10 月 4 日 下午 12:00

更新于:10 月 4 日 上午 11:45

更新于:10 月 4 日 上午 11:24

Fixes

更新于:10 月 4 日 上午 10:54

更新于:10 月 4 日 上午 10:38

Fixed fog mask for Proton

更新于:10 月 1 日 下午 1:06

Normal smooth optimisation

更新于:9 月 27 日 上午 10:48

ACRCW base fix

if ArcCW then local function FixACRCWBase(class) class = class or "arccw_base" local ENT = weapons.GetStored(class) old_DrawHolosight = old_DrawHolosight or ENT.DrawHolosight old_FormCheapScope = old_FormCheapScope or ENT.FormCheapScope local function depthBufferCheck() local rt = render.GetRenderTarget() return rt and rt:GetName() == "_rt_resolvedfullframedepth" end function ENT:DrawHolosight(...) if depthBufferCheck() then return end old_DrawHolosight(self, ...) end function ENT:FormCheapScope(...) if depthBufferCheck() then return end old_FormCheapScope(self, ...) end weapons.Register(ENT, class) end for k,v in pairs(weapons.GetList()) do if v.Base == "arccw_base" then print(v.Base) FixACRCWBase(v.ClassName) end end FixACRCWBase() end

更新于:9 月 27 日 上午 8:53

Small update for ARCCW

更新于:9 月 27 日 上午 8:50

Small update for ARC9