Talk:Firesmoke: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with " I tried to make fire where my crossbow hit. :CBaseEntity *pBlaze; :pBlaze = Create("_firesmoke", tr.endpos, GetAbsAngles(),pOther); :pBlaze->Spawn(); The fire disappears even...")
 
mNo edit summary
Line 6: Line 6:
The fire disappears eventually but won't stick with the parents (pOther - npc hit by bolt).
The fire disappears eventually but won't stick with the parents (pOther - npc hit by bolt).
Likely I will have to switch to env_fire or make a firesprite appear with other means.--[[User:Ninjaofsauce|Ninjaofsauce]] ([[User talk:Ninjaofsauce|talk]]) 01:31, 23 September 2019 (UTC)
Likely I will have to switch to env_fire or make a firesprite appear with other means.--[[User:Ninjaofsauce|Ninjaofsauce]] ([[User talk:Ninjaofsauce|talk]]) 01:31, 23 September 2019 (UTC)
I don't think because one person prescribes that this entity shouldn't be used that the FGD code should be removed. The entity has legitimate uses and people can make their own decision if they want to add it or not. --[[User:Sirhephaestus|Sirhephaestus]] ([[User talk:Sirhephaestus|talk]]) 16:58, 29 November 2024 (PST)

Revision as of 17:58, 29 November 2024

I tried to make fire where my crossbow hit.

CBaseEntity *pBlaze;
pBlaze = Create("_firesmoke", tr.endpos, GetAbsAngles(),pOther);
pBlaze->Spawn();

The fire disappears eventually but won't stick with the parents (pOther - npc hit by bolt). Likely I will have to switch to env_fire or make a firesprite appear with other means.--Ninjaofsauce (talk) 01:31, 23 September 2019 (UTC)


I don't think because one person prescribes that this entity shouldn't be used that the FGD code should be removed. The entity has legitimate uses and people can make their own decision if they want to add it or not. --Sirhephaestus (talk) 16:58, 29 November 2024 (PST)