Talk:$collisiontext: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
Line 2: Line 2:
   $keyvalues { "prop_data" { "base" "Wooden.Small" "health" "0" } }
   $keyvalues { "prop_data" { "base" "Wooden.Small" "health" "0" } }
--[[User:Rayne|Rayne]] 10:52, 23 May 2008 (PDT)
--[[User:Rayne|Rayne]] 10:52, 23 May 2008 (PDT)
== To do: Is propdata required when using $collisiontext?  ==
Answer:
Propdata is NOT required when using $collisiontext.
--Tehrasha

Revision as of 12:01, 10 March 2010

I found that Health needs to go in $keyvalues. 0 makes it invulnerable, which I recommend as a value for custom gibs, 1-100 for breakables (depending on how many hits it should take to break).

  $keyvalues { "prop_data" { "base" "Wooden.Small" "health" "0" } }

--Rayne 10:52, 23 May 2008 (PDT)

To do: Is propdata required when using $collisiontext?

Answer: Propdata is NOT required when using $collisiontext.

--Tehrasha