Garry's Mod

Garry's Mod

PYROMANIA
18 kommentarer
Gake 15. okt. kl. 14: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  [ophavsmand] 14. okt. kl. 14:51 
I haven't really played GMod in a while so I'll work on that sometime
Gake 13. okt. kl. 19: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 13. okt. kl. 18: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  [ophavsmand] 10. okt. kl. 18:48 
hmmmm...
Gake 10. okt. kl. 18: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  [ophavsmand] 10. okt. kl. 17:26 
Idk how to fix that
Gake 9. okt. kl. 16:07 
[BUG] Sometimes when prop breaks due to being burnt down with this mod installed they will cause c_hands to disappear.
Kris Dreemurr  [ophavsmand] 7. juli kl. 16:56 
I guess lol
da ragin yajun 7. juli kl. 15:42 
so basically vFire but not a resource hog
Kris Dreemurr  [ophavsmand] 7. juli kl. 12:39 
YEH
Human01 7. juli kl. 12:34 
FINALLY I CAN COMMIT FIERY CRIMES AGAINST THE GMOD-MERICA :steamthumbsup:
[GMJSC]《Soupman》 6. juli kl. 15:06 
ok
Kris Dreemurr  [ophavsmand] 6. juli kl. 15:06 
no i've made 11 other ones
Kris Dreemurr  [ophavsmand] 6. juli kl. 15:06 
...
[GMJSC]《Soupman》 6. juli kl. 15:05 
is this your first mod?
Kris Dreemurr  [ophavsmand] 6. juli kl. 15:04 
oh cool
[GMJSC]《Soupman》 6. juli kl. 15:02 
i just found this addon btw:steamhappy: