Creating custom weapons - advanced: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
=== Tags === | === Tags === | ||
{| class="wikitable grid" | |||
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Tag | |||
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Notes | |||
|- | |||
|| | |||
{{code|bots_cant_use}} | |||
|| | |||
Prevents bots from equipping the item. | |||
|} | |||
=== Taunts === | === Taunts === | ||
Revision as of 08:25, 6 July 2026
| This article is a stub. You can help TF2 Classified Wiki by expanding it. |
| A todo list has been written for this article.
The specific instructions are: Complete every current section and add new ones if applicable. |
This page contains more in-depth information into the details regarding custom weapon creation. If you're just starting out, it's advised that you read Creating custom weapons - basics first.
Advanced weapon creation
Prefabs
Creating prefabs
TEMPTEXT
Using prefabs
TEMPTEXT
Advanced parameters
Tags
| Tag | Notes |
|---|---|
|
bots_cant_use |
Prevents bots from equipping the item. |
Taunts
TEMPTEXT
Bucket
TEMPTEXT
List of visual parameters
TEMPTEXT
Team-specific visuals
TEMPTEXT
Animation replacements
TEMPTEXT
Custom text colours
TEMPTEXT
Custom models and effects
Custom models
TEMPTEXT
Custom sounds
TEMPTEXT
Custom particles
TEMPTEXT
VScript
VScript allows you to create weapons with completely custom functionality.