Garry's Mod

Garry's Mod

PYROMANIA
18 条留言
Gake 10 月 15 日 下午 2:27 
All I did was put the whole subfunction as a comment and the mod works fine. Idk, I get how certain things might not look right, but I haven't run into any problems with it (other than lag because I set 50 zombies on fire).
Kris Dreemurr  [作者] 10 月 14 日 下午 2:51 
I haven't really played GMod in a while so I'll work on that sometime
Gake 10 月 13 日 下午 7:18 
Good news! I found the culprit.

-- 🧹 Remove nearby clutter (lights, buttons, thrusters, lamps)
for _, target in ipairs(ents.FindInSphere(ent:GetPos(), 150)) do
if not IsValid(target) or target == ent then continue end
local class = target:GetClass()
if class:find("gmod_") or class == "light" or class == "env_projectedtexture" then
timer.Simple(0.5, function()
if IsValid(target) then target:Remove() end
end)
end
end

This sometimes targets c_hands for w/e reason.
Gake 10 月 13 日 下午 6:57 
I'm going to experiment with your code for a bit to try to figure out what's causing the bug; from what you've got I'd far prefer this mod over the... Only 2 alternatives. I was tempted to make my own fire mod, but frankly, I think it'd be best to just figure out what is causing the bug for this one instead.

No promises on when I'll figure it out though, kind of busy lately.
Kris Dreemurr  [作者] 10 月 10 日 下午 6:48 
hmmmm...
Gake 10 月 10 日 下午 6:46 
bit of a correction: the bug sometimes occurs when fire spreads. It doesn't always happen, but it definitely is causing c_hands to disappear.
Kris Dreemurr  [作者] 10 月 10 日 下午 5:26 
Idk how to fix that
Gake 10 月 9 日 下午 4:07 
[BUG] Sometimes when prop breaks due to being burnt down with this mod installed they will cause c_hands to disappear.
Kris Dreemurr  [作者] 7 月 7 日 下午 4:56 
I guess lol
da ragin yajun 7 月 7 日 下午 3:42 
so basically vFire but not a resource hog
Kris Dreemurr  [作者] 7 月 7 日 下午 12:39 
YEH
Human01 7 月 7 日 下午 12:34 
FINALLY I CAN COMMIT FIERY CRIMES AGAINST THE GMOD-MERICA :steamthumbsup:
[GMJSC]《Soupman》(StarLo) 7 月 6 日 下午 3:06 
ok
Kris Dreemurr  [作者] 7 月 6 日 下午 3:06 
no i've made 11 other ones
Kris Dreemurr  [作者] 7 月 6 日 下午 3:06 
...
[GMJSC]《Soupman》(StarLo) 7 月 6 日 下午 3:05 
is this your first mod?
Kris Dreemurr  [作者] 7 月 6 日 下午 3:04 
oh cool
[GMJSC]《Soupman》(StarLo) 7 月 6 日 下午 3:02 
i just found this addon btw:steamhappy: