Vioxtar
 
 
Before adding me to friends, please write what you want to talk about on my profile!
Artwork Showcase
Server Dust | Ascendance
190 16 13
The Celestial 16 hours ago 
Hi there is a issue with vfire, everytime i spawn keeps busting me into flames every second please can you fix this weird issue, i'm on x64bit branch
Normal.Name 26 Mar @ 10:44pm 
ADD SMOKE TO VFIRE
Postal 15 Mar @ 9:36am 
hi
av8 Justas 27 Nov, 2024 @ 3:47am 
can you please just add me, i just want friends, i having only one that offline like 4 days :(
Sunw5w 11 Oct, 2024 @ 7:34am 
About VFire I Got A Bug To Say
I Take Explosion Damage Even On God Mod, After Checking fire_game_modifications.lua, I Find The Problem.

hook.Add("EntityTakeDamage", "vFireFixExplosion", function(ent, dmg)

if hook.Call("vFireSuppressExplosionBehavior") then return end

if !dmg:IsExplosionDamage() then return end
local hp = ent:Health()
if hp < dmg:GetDamage() and hp > 0 then
if math.random(1, 3) == 1 then
ent:SetHealth(0)
end
end
end)
This Work Not Only The Prop Also NPC And Player, The Result Is Explosion Shouldn't Kill You When God Mod Or You Have Armor Or You Have Explosion Resist, But It Set Your Health To 0, The SetHealth Function Ignore Other Hook, You Could Replace It With TakeDamage Or Make It Only Work On Prop, Please Fix It
Sorry To Post This Bug Report To Your Account Comment Section Rather Then The Addon Page And Have A Nice Day:headcrab:
Vioxtar 16 Sep, 2024 @ 6:51pm 
smoke is unlike fire in may ways, for example it is not an additive effect at the fragment level, meaning particles can't just be visually stacked on top of another with no side effects, which would include translucent particle depth sorting pops. i won't add smoke if i can't respect its nature, otherwise vfire itself would become an eyesore. it's not like I didn't test it
if you still demand that there be smoke, you can ask any developer to write an addon that does that to vfire