Creating custom gibs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
} | } | ||
* break | * break options | ||
**model | **model | ||
**health | **health |
Revision as of 04:57, 26 October 2005
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 options
- model
- health
- fadetime
- debris
- burst