Creating custom gibs: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(stub)
 
No edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
 
[[Category:Modeling]]
==Modeling==
==Modeling==
* Use the original model as a reference, and place gibs over it.
* Use the original model as a reference, and place gibs over it.

Revision as of 02:59, 26 October 2005

Stub

This article or section is a stub. You can help by expanding it.

Modeling

  • Use the original model as a reference, and place gibs over it.
  • Export each gib separately

Compiling

Gibs

  • Add $autocenter

Breakable model

  • Add $collisiontext section
$collisiontext { 
break { "model" "mycustomgib1" "health" "1" "fadetime" "0" } 
break { "model" "mycustomgib1" "health" "1" "fadetime" "0" } 
}
  • break opitons
    • model
    • health
    • fadetime
    • debris
    • burst

See also