Creating custom weapons - basics: Difference between revisions
From TF2 Classified Wiki
More actions
No edit summary |
No edit summary |
||
| Line 113: | Line 113: | ||
== Attributes == | == Attributes == | ||
=== Adding | === Adding item attributes === | ||
As mentioned above, the Custom Pistol has two attributes: a clip size bonus and a damage penalty, which gives it a clip size of 24 and a base damage of 10. It's a bit boring, so how about we spice things up a bit? | As mentioned above, the Custom Pistol has two attributes: a clip size bonus and a damage penalty, which gives it a clip size of 24 and a base damage of 10. It's a bit boring, so how about we spice things up a bit? | ||
| Line 194: | Line 194: | ||
= Advanced weapon creation = | = Advanced weapon creation = | ||
== Prefabs == | |||
=== Creating prefabs === | |||
TEMPTEXT | TEMPTEXT | ||
== | === Using prefabs === | ||
TEMPTEXT | TEMPTEXT | ||
== Advanced parameters == | == Advanced parameters == | ||
=== Tags === | |||
TEMPTEXT | |||
=== Taunts === | |||
TEMPTEXT | |||
=== Bucket === | |||
TEMPTEXT | |||
=== List of visuals === | |||
TEMPTEXT | |||
=== Team-specific visuals === | |||
TEMPTEXT | |||
=== Animation replacements === | |||
TEMPTEXT | |||
=== Custom text colours === | |||
TEMPTEXT | |||
== Custom models and effects == | |||
=== Custom models === | |||
TEMPTEXT | |||
=== Custom sounds === | |||
TEMPTEXT | TEMPTEXT | ||
== Custom | === Custom particles === | ||
TEMPTEXT | TEMPTEXT | ||
== VScript == | == VScript == | ||
VScript allows you to create weapons with completely custom functionality. | |||
= See also = | = See also = | ||