Garry's Mod

Garry's Mod

评价数不足
PYROMANIA
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 特效
插件标签: 快乐, 风景, 写实
文件大小
发表于
更新日期
9.144 KB
7 月 6 日 下午 2:56
7 月 8 日 下午 4:05
6 项改动说明 ( 查看 )

订阅以下载
PYROMANIA

描述
Makes fire spread realistically and deadly, and it features a burning system as well, where ignited objects slowly turn black and burn, then break off if constrained to anything, and unfreeze as well!
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